@charset "UTF-8";
/*==============================================================
	変数
===============================================================*/
/*==============================================================
	@extend
===============================================================*/
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #3a3a3a;
  letter-spacing: -0.02em;
  overflow: hidden;
}
.movie_pc{
  display: block;
}
.movie_sp{
  display: none;
}
#wrapper {
  position: relative;
  margin: 0 auto;
}

figure,
figcaption {
  margin-bottom: 0;
  padding: 0;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.no-click {
  pointer-events: none;
}

/*==============================================================
	#header
===============================================================*/
header {
  position: relative;
  width: 100%;
  background-color: #fff;
  height: 97px;
  /*　ハンバーガーボタン　*/
}

header.fixed {
  position: fixed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 97;
}

header .head_logo {
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(20px, 2vw, 24px);
}

header .head_logo img {
  width: 67px;
}

header .head_logo a {
  color: #000;
}

header .header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}

header .nav_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
}

header .nav_box .nav_ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 140px;
}

header .nav_box .nav_ul li {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}

header .nav_box .nav_ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

header .nav_box .nav_ul a {
  color: #a09e87;
  font-size: clamp(14px, 2vw, 14px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .nav_box .nav_ul a:hover {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}

header .header_wrap {
  height: 100vh;
  background-color: #eceff1;
  padding: 80px 50px 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header_wrap a {
  color: #a09e87;
}

header .header_nav_wrap {
  width: 76%;
}

header .header_nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

header .header_nav_box:last-child {
  margin-bottom: 30px;
}

header .header_nav_box .nav {
  width: 33%;
  border-right: 1px solid #a09e87;
  padding: 0 20px 0 30px;
}

header .header_nav_box .nav:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

header .header_nav_box .ja {
  display: block;
  font-size: clamp(14px, 2vw, 16px);
}

header .header_nav_box .en {
  display: block;
  font-size: clamp(12px, 2vw, 12px);
}

header .header_nav_box .nav_tl {
  margin-bottom: 30px;
  display: block;
}

header .header_nav_box .sub_nav li {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 10px;
}

header .header_nav_box .sub_nav_child {
  margin-top: 10px;
}

header .header_nav_box .sub_nav_child li {
  position: relative;
  padding-left: 20px;
}

header .header_nav_box .sub_nav_child li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  color: #a09e87;
  font-size: clamp(16px, 2vw, 20px);
}

header .header_btn_wrap {
  width: 28%;
}

header .header_btn_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #a09e87;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1;
}

header .header_btn_list li .ja {
  font-size: clamp(12px, 2vw, 12px);
}

header .header_btn_list li .en {
  font-size: clamp(18px, 2vw, 20px);
}

header .header_btn_list li:last-child a {
  border: none;
}

header .header_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  color: #fff !important;
  background-color: #a09e87;
  margin-bottom: 10px;
}

header .header_btn .ja {
  font-size: clamp(12px, 2vw, 12px);
}

header .header_btn .en {
  font-size: clamp(16px, 2vw, 16px);
}

header .hamburger_box {
  width: 100px;
  position: relative;
}

header .hamburger {
  display: block;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

header .hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  left: 0px;
  background: #a09e87;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header .hamburger span:nth-child(1) {
  top: 15px;
  width: 50px;
}

header .hamburger span:nth-child(2) {
  top: 25px;
}

header .hamburger span:nth-child(3) {
  top: 30px;
}

header .hamburger.active {
  position: fixed;
  top: 37px;
  right: 0px;
  left: auto;
}

header .hamburger.active span:nth-child(1) {
  width: 30px;
  top: 16px;
  left: 0px;
  background: #a09e87;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .hamburger.active span:nth-child(2),
header .hamburger.active span:nth-child(3) {
  top: 16px;
  background: #a09e87;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header #globalMenuSp {
  z-index: 98;
  top: 0;
  left: 0;
  height: 100%;
  background: #000;
  width: 100%;
  display: none;
  -webkit-transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}

header #globalMenuSp.active {
  position: fixed;
  display: block;
  overflow: scroll;
}

@media screen and (max-width: 1024px) {
  header .nav_box .nav_ul {
    margin-right: 120px;
  }
}

/*==============================================================
	#footer
===============================================================*/
footer {
  background-color: #ebeef0;
  padding: 100px 0;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  line-height: normal;
  letter-spacing: -0.02em;
}

footer a {
  color: #a09e87;
}

footer .ft_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

footer .ft_nav_wrap {
  width: 90%;
  margin: auto;
}

footer .ft_nav_box {
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

footer .ft_nav_box .nav {
  width: 40%;
}

footer .ft_nav_box .nav:last-child {
  width: 20%;
  border: none;
  margin-right: 0;
  padding-right: 0;
}

footer .ft_nav_box .ja {
  display: block;
  font-size: clamp(18px, 2vw, 20px);
}

footer .ft_nav_box .en {
  display: block;
  font-size: clamp(12px, 2vw, 12px);
}

footer .ft_nav_box .nav_tl {
  margin-bottom: 20px;
  display: block;
}

footer .ft_nav_box .sub_nav li {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

footer .ft_nav_box .sub_nav li::before {
  content: "";
  background: url(../img/ico_sub_nav_arrow.svg) no-repeat;
  width: 9px;
  height: 11px;
  position: absolute;
  top: 50%;
  /* 縦軸をセンタリングする */
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* 縦軸をセンタリングする */
}

footer .ft_nav_box .sub_nav_child {
  margin-top: 10px;
}

footer .ft_nav_box .sub_nav_child li {
  position: relative;
  padding-left: 20px;
}

footer .ft_nav_box .sub_nav_child li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  color: #5a32ea;
  font-size: clamp(16px, 2vw, 20px);
}

footer .ft_btn_wrap {
  width: 28%;
}

footer .ft_btn_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #5a32ea;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1;
}

footer .ft_btn_list li .ja {
  font-size: clamp(12px, 2vw, 12px);
}

footer .ft_btn_list li .en {
  font-size: clamp(18px, 2vw, 20px);
}

footer .ft_btn_list li:last-child a {
  border: none;
}

footer .ft_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  color: #fff;
  background-color: #5a32ea;
  margin-bottom: 10px;
}

footer .ft_btn .ja {
  font-size: clamp(12px, 2vw, 12px);
}

footer .ft_btn .en {
  font-size: clamp(16px, 2vw, 16px);
}

footer .ft_info {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .ft_info .ft_logo {
  width: 250px;
  display: block;
  margin-bottom: 30px;
}

footer .ft_info .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .ft_info .ft_address {
  margin-left: 50px;
}

footer .ft_info .ft_address .txt_box {
  padding: 0 0 0 20px;
  font-size: clamp(12px, 2vw, 12px);
  line-height: 2.8;
  color: #a09e87;
}

footer .ft_info .ft_address dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .ft_info .ft_address dl:nth-child(1) dt {
  min-width: 100px;
}

footer .calendar_box {
  width: 36%;
  color: #a09e87;
}

footer .calendar_box .time {
  text-align: right;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 15px;
  font-size: clamp(20px, 2vw, 20px);
}

footer .calendar_box .time small {
  margin-right: 15px;
}

footer .calendar_box .calendar thead {
  border-top: 1px solid #e5e5e5;
}

footer .calendar_box .calendar th,
footer .calendar_box .calendar td {
  width: 13%;
  color: #a09e87;
}

footer .calendar_box .txt {
  margin-top: 15px;
  font-size: clamp(12px, 2vw, 12px);
}

footer .copyright {
  margin-top: 30px;
  font-size: clamp(10px, 2vw, 10px);
  color: #a09e87;
}

footer + hr,
footer + hr + #footer {
  position: absolute !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/*==============================================================
	#共通
===============================================================*/
#toTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9;
}

#toTop img {
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#toTop:hover {
  bottom: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#about,
#online,
#beautyclinic,
#policy,
#subject,
#contact,
#voice,
#news,
#colum {
  background: url(../../img/bg_colum.png) repeat top/contain;
}

/*==============================================================
	#home
===============================================================*/
#home header {
  position: absolute;
  top: 0;
  opacity: 0;
  background-color: transparent;
  z-index: 3;
}

#home header .hamburger span {
  background: #a3a3a3;
}

#home header .hamburger.active span:nth-child(1),
#home header .hamburger.active span:nth-child(2) {
  background: #a09e87;
}

#home header.fixed {
  position: fixed;
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
}

#home .fv_area {
  position: relative;
}

#home .about_area {
  background: url(../../img/bg_about.png) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}

#home .about_area .con_wrap {
  position: relative;
}

#home .about_area .con_box {
  height: 80vh;
  margin: auto;
  margin-right: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family:  'Microsoft YaHei', Arial, sans-serif;
  font-weight: 100;
}

#home .about_area .main_tl_box {
  margin-left: 80px;
}

#home .about_area .main_tl_box .sub_tl {
  display: inline-block;
  font-size: clamp(18px, 2vw, 18px);
  padding: 10px 5px;
  letter-spacing: 10px;
  margin-left: 40px;
  color: #fff;
  background-color: #c2a475;
  white-space: nowrap;
}

#home .about_area .main_tl_box .main_tl .tl_box {
  margin-left: 20px;
  padding-left: 10px;
}

#home .about_area .main_tl_box .main_tl span {
  font-size: clamp(40px, 2vw, 40px);
  color: #c2a475;
  letter-spacing: 10px;
  border-left: 1px solid;
  display: inline-block;
  line-height: 1.5;
  border-left: groove;
}

#home .about_area .txt_box {
  letter-spacing: 10px;
  position: relative;
}

#home .about_area .txt_box p {
  font-size: clamp(18px, 2vw, 18px);
  color: #1f2934;
  line-height: 4;
  white-space: nowrap;
}

#home .about_area .arrow_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  letter-spacing: 5px;
  color: #1f2934;
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
}

#home .about_area .arrow_btn span {
  position: relative;
}

#home .about_area .arrow_btn span::before {
  content: "";
  background: url(../img/arrow.svg) no-repeat;
  width: 88px;
  height: 14px;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

#home .regenerative-medicine_area {
  background-color: #eceff1;
  position: relative;
  padding: 100px 0 50px;
}

#home .regenerative-medicine_area .con_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#home .regenerative-medicine_area .main_tl_box {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family:  'Microsoft YaHei', Arial, sans-serif;
  font-weight: 100;
  margin-right: 80px;
}

#home .regenerative-medicine_area .main_tl_box .sub_tl {
  display: inline-block;
  font-size: clamp(18px, 2vw, 18px);
  padding: 10px 5px;
  letter-spacing: 10px;
  margin-left: 40px;
  color: #fff;
  background-color: #c2a475;
}

#home .regenerative-medicine_area .main_tl_box .main_tl .tl_box {
  margin-left: 20px;
  padding-left: 10px;
}

#home .regenerative-medicine_area .main_tl_box .main_tl span {
  font-size: clamp(40px, 2vw, 40px);
  color: #c2a475;
  letter-spacing: 10px;
  border-left: 1px solid;
}

#home .regenerative-medicine_area .txt_box {
  width: 30%;
  font-family:  'Microsoft YaHei', Arial, sans-serif;
  font-weight: 100;
  color: #1f2934;
}

#home .regenerative-medicine_area .txt_box .tl {
  font-size: clamp(35px, 2vw, 35px);
  margin-bottom: 30px;
  letter-spacing: 5px;
}

#home .regenerative-medicine_area .txt_box p {
  font-size: clamp(18px, 2vw, 18px);
  line-height: 2;
  letter-spacing: 5px;

}

#home .regenerative-medicine_area .photo {
  width: 50%;
  position: relative;
  right: -50px;
}

#home .regenerative-medicine_area .arrow_btn {
  letter-spacing: 5px;
  color: #1f2934;
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
}

#home .regenerative-medicine_area .arrow_btn span {
  position: relative;
}

#home .regenerative-medicine_area .arrow_btn span::before {
  content: "";
  background: url(../img/arrow.svg) no-repeat;
  width: 88px;
  height: 14px;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

#home .sevice_area .mask {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eceff1),
    color-stop(#e2e2e2),
    color-stop(#cacaca),
    color-stop(#7e7e7e),
    to(#000)
  );
  background: linear-gradient(to bottom, #eceff1, #e2e2e2, #cacaca, #7e7e7e, #000);
  height: 200px;
}

#home .sevice_area .con_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#home .sevice_area .con_box .txt_box {
  width: 40%;
}

#home .sevice_area .con_box .photo {
  width: 55%;
}

#home .sevice_area .con_box .main_tl_box {
  font-family:  'Microsoft YaHei', Arial, sans-serif;
  font-weight: 100;
}

#home .sevice_area .con_box .main_tl_box .sub_tl {
  display: inline-block;
  font-size: clamp(18px, 2vw, 18px);
  margin-bottom: 30px;
  letter-spacing: 5px;
  color: #c2a475;
}

#home .sevice_area .con_box .main_tl_box .sub_tl span {
  padding: 0px 5px;
  color: #000;
  background-color: #c2a475;
  display: inline-block;
  letter-spacing: 3px;
  margin-right: 10px;
}

#home .sevice_area .con_box .main_tl_box .main_tl {
  font-size: clamp(42px, 2vw, 42px);
  margin-bottom: 30px;

  padding-bottom: 10px;
  color: #c2a475;
  letter-spacing: 10px;
  border-bottom: 1px solid;
  display: inline-block;
}

#home .sevice_area .con_box .txt {
  font-family:  'Microsoft YaHei', Arial, sans-serif;
  font-weight: 100;
  color: #fff;
  letter-spacing: 3px;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 2;
}

#home .sevice_area .sevice_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#home .sevice_area .sevice_box .txt_box {
  width: 50%;
}

#home .sevice_area .sevice_box .photo {
  margin-bottom: 20px;
}

#home .sevice_area .sevice_box .sub_photo {
  width: 350px;
  margin-left: 100px;
}

#home .sevice_area .sevice_box .main_tl_box {
  font-family:  'Microsoft YaHei', Arial, sans-serif;
  font-weight: 100;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#home .sevice_area .sevice_box .main_tl_box .num {
  display: inline-block;
  font-size: clamp(24px, 2vw, 24px);
  color: #c2a475;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
}

#home .sevice_area .sevice_box .main_tl_box .main_tl {
  width: calc(100% - 70px);
  margin-left: 50px;
}

#home .sevice_area .sevice_box .main_tl_box .main_tl span {
  font-size: clamp(30px, 2vw, 33px);
  padding-bottom: 10px;
  color: #c2a475;
  letter-spacing: 10px;
  border-bottom: 1px solid;
  display: inline-block;
}

#home .sevice_area .sevice_box .txt {
  width: calc(100% - 100px);
  margin-left: auto;
  font-family:  'Microsoft YaHei', Arial, sans-serif;
  font-weight: 100;
  color: #fff;
  letter-spacing: 3px;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 2;
}

#home .sevice_area .sevice_box .more_btn {
  color: #c2a475;
  font-size: clamp(14px, 2vw, 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 50px;
  margin-top: 30px;
  font-family:  'Microsoft YaHei', Arial, sans-serif;
  font-weight: 100;
}

#home .sevice_area .sevice_box .more_btn span {
  position: relative;
}

#home .sevice_area .sevice_box .more_btn span::before {
  content: "";
  background: url(../img/ico_arrow_g.svg) no-repeat;
  width: 36px;
  height: 36px;
  background-size: 36px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 110%;
  margin: auto;
}

#home .sevice_area .sevice_box .more_btn:hover {
  opacity: 0.9;
}

#home .sevice_area .aging_con_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#home .sevice_area .aging_con_box .txt_box {
  width: 65%;
}

#home .sevice_area .aging_con_box .photo {
  width: 32%;
}

#home .sevice_area .aging_con_box .photo .video {
  width: 100vw;
  height: 37.25vw;
}

#home .sevice_area .aging_con_box .main_tl_box {
  font-family:  'Microsoft YaHei', Arial, sans-serif;
  font-weight: 100;
}

#home .sevice_area .aging_con_box .main_tl_box .con_tl {
  font-size: clamp(50px, 5vw, 70px);
  letter-spacing: 25px;
  white-space: nowrap;
  color: #c2a475;
}

#home .sevice_area .aging_con_box .main_tl_box .sub_tl {
  display: inline-block;
  font-size: clamp(18px, 2vw, 18px);
  margin-bottom: 30px;
  letter-spacing: 5px;
  color: #c2a475;
}

#home .sevice_area .aging_con_box .main_tl_box .sub_tl span {
  padding: 0px 5px;
  color: #000;
  background-color: #c2a475;
  display: inline-block;
  letter-spacing: 3px;
  margin-right: 10px;
}

#home .sevice_area .aging_con_box .main_tl_box .main_tl {
  font-size: clamp(32px, 1vw, 42px);
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #c2a475;
  letter-spacing: 10px;
  border-bottom: 1px solid;
  display: inline-block;
}

#home .sevice_area .aging_con_box .txt {
  font-family:  'Microsoft YaHei', Arial, sans-serif;
  font-weight: 100;
  color: #fff;
  letter-spacing: 3px;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 2;
  margin-bottom: 40px;
}

#home .sevice_area .aging_con_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#home .sevice_area .aging_con_box .list li {
  width: 31%;
  margin-right: 2%;
}

#home .sevice_area .aging_con_box .list li p {
  display: block;
  font-size: clamp(14px, 1vw, 20px);
  color: #c2a475;
  padding: 40px 0px;
  text-align: center;
  border: 1px solid;
  position: relative;
}

#home .sevice_area .aging_con_box .more_btn {
  color: #c2a475;
  font-size: clamp(14px, 2vw, 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 50px;
  margin-top: 30px;
  margin-right: 30px;
  font-family:  'Microsoft YaHei', Arial, sans-serif;
  font-weight: 100;
}

#home .sevice_area .aging_con_box .more_btn span {
  position: relative;
}

#home .sevice_area .aging_con_box .more_btn span::before {
  content: "";
  background: url(../img/ico_arrow_g.svg) no-repeat;
  width: 36px;
  height: 36px;
  background-size: 36px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 110%;
  margin: auto;
}

#home .sevice_area .aging_con_box .more_btn:hover {
  opacity: 0.9;
}

#home .sevice_area .vertical-area:nth-child(even) .sevice_box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#home .description {
  width: 100%;
  height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #222;
}

#home .container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}

#home .container h2 {
  font-size: 40px;
}

#home .container p {
  width: 100%;
  text-align: center;
}

#home .vertical-slider__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#home .vertical-area {
  width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}

#home .vertical-area .img-wrap {
  width: 85%;
  height: 90%;
  position: relative;
  overflow: hidden;
}

#home .heading-wrap {
  background-color: #000;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#home .vertical-area .img-wrap .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#home .proxy {
  position: absolute;
  visibility: hidden;
}

#home .colum_area {
  background: url(../../img/bg_colum.png) no-repeat top/cover;
  padding: 190px 0;
  font-family:  'Microsoft YaHei', Arial, sans-serif;
  font-weight: 100;
}

#home .colum_area .colum_wrap {
  margin-bottom: 50px;
}

#home .colum_area .base_wrap {
  background-color: #eff3f5;
  border-radius: 10px;
  padding: 80px 100px;
}

#home .colum_area .base_wrap .tl_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

#home .colum_area .base_wrap .tl_box .tl {
  width: 160px;
  font-size: clamp(40px, 2vw, 40px);
  letter-spacing: 3px;
  margin-right: 40px;
}

#home .colum_area .base_wrap .tl_box .tl_txt {
  font-size: clamp(19px, 2vw, 19px);
  width: calc(100% - 400px);
}

#home .colum_area .base_wrap .tl_box .arrow_btn {
  letter-spacing: 3px;
  color: #1f2934;
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
  position: absolute;
  right: 100px;
}

#home .colum_area .base_wrap .tl_box .arrow_btn span {
  position: relative;
}

#home .colum_area .base_wrap .tl_box .arrow_btn span::before {
  content: "";
  background: url(../img/arrow.svg) no-repeat;
  width: 88px;
  height: 14px;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

#home .colum_area .base_wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#home .colum_area .base_wrap .list li {
  width: 32%;
}

#home .colum_area .base_wrap .list li .photo {
  position: relative;
  margin-bottom: 20px;
}

#home .colum_area .base_wrap .list li .photo .category {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b1a281;
  text-align: center;
  padding: 5px 20px;
  color: #fff;
}

#home .colum_area .base_wrap .list li .photo_size {
  width: 100%;
  min-height: 340px;
}

#home .colum_area .base_wrap .list li .txt_box .date {
  color: #b1a281;
  font-size: clamp(18px, 2vw, 18px);
}

#home .colum_area .base_wrap .list li .txt_box .tl {
  font-size: clamp(20px, 2vw, 22px);
  color: #000;
}

#home .video_box {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  z-index: 1;
}

#home .video_box.small {
  height: 567px;
}

#home .video_box.large {
  height: 650px;
}

#home .video_box .video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 41.25vw;
  min-height: 100%;
  min-width: 100%;
}

/*==============================================================
	#再生医療について
===============================================================*/
#regenerative-medicine .regenerative-medicine_about_area {
  position: relative;
  padding: 80px 0 30px;
  background:
    linear-gradient(170deg, rgba(255, 255, 255, 0.8), #fffceb),
    url(../../regenerative-medicine/img/bg.jpg) no-repeat center/cover;
}

#regenerative-medicine .regenerative-medicine_about_area::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 251, 242, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 251, 242, 0), #fff);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
}

#regenerative-medicine .regenerative-medicine_about_area .inner_wrap {
  position: relative;
}

#regenerative-medicine .regenerative-medicine_about_area .base_contents {
  margin-bottom: 50px;
}

#regenerative-medicine .regenerative-medicine_about_area .base_contents .txt_box .txt {
  margin-bottom: 0;
}

#regenerative-medicine .regenerative-medicine_info_area {
  margin-bottom: 80px;
}

#regenerative-medicine .regenerative-medicine_info_area .base_contents .txt_box .txt {
  margin-bottom: 0;
}

#regenerative-medicine .regenerative-medicine_subject_area {
  background-color: #fef9e8;
  padding: 80px 0;
}

#regenerative-medicine .regenerative-medicine_subject_area .tl {
  text-align: center;
  font-size: clamp(32px, 2vw, 40px);
  margin-bottom: 50px;
}

#regenerative-medicine .regenerative-medicine_subject_area .base_tl_h3 {
  background-color: #fff;
}

#regenerative-medicine .regenerative-medicine_subject_area .base_contents {
  margin-bottom: 50px;
}

#regenerative-medicine .regenerative-medicine_subject_area .base_contents:last-child {
  margin-bottom: 0px;
}

/*==============================================================
	#NKM免疫細胞療法
===============================================================*/
#nkm .main_photo_area {
  margin-bottom: 50px;
}

#nkm .nkm_about_area {
  margin-bottom: 80px;
}

#nkm .nkm_feature_area {
  margin-bottom: 80px;
}

#nkm .nkm_feature_area .base_contents {
  margin-bottom: 50px;
}

#nkm .nkm_flow_area {
  margin-bottom: 80px;
}

#nkm .nkm_flow_area .photo {
  text-align: center;
}

#nkm .nkm_flow_area .base_btn {
  max-width: 450px;
  padding: 25px;
  margin: auto;
}

#nkm .nkm_merit_area {
  margin-bottom: 80px;
}

#nkm .nkm_merit_area .num_list {
  margin-bottom: 40px;
}

#nkm .nkm_merit_area .num_list li {
  margin-bottom: 30px;
}

#nkm .nkm_merit_area .num_list .num_tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

#nkm .nkm_merit_area .num_list .num {
  background-color: #c7b192;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  color: #fff;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 20px;
  font-size: clamp(28px, 2vw, 30px);
}

#nkm .nkm_merit_area .num_list .tl {
  color: #c7b192;
  width: calc(100% - 75px);
  font-size: clamp(24px, 2vw, 28px);
}

#nkm .nkm_contact_area {
  text-align: center;
}

#nkm .nkm_contact_area .contact_box {
  margin-bottom: 50px;
}

#nkm .nkm_contact_area .txt {
  margin-bottom: 15px;
}

#nkm .nkm_contact_area .contact_btn {
  background-color: #c7b192;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: auto;
  font-size: clamp(20px, 2vw, 24px);
  padding: 20px;
  border-radius: 20px;
}

#nkm .base_contents {
  margin: 0 50px;
}

#nkm .base_contents.custom .txt_box {
  width: 100%;
}

#nkm .base_contents.custom .txt_box .base_tl_h3 {
  text-align: center;
}

#nkm .base_contents.custom .txt_box .txt {
  margin: 0 50px;
}

#nkm .base_contents.custom .txt_box .list {
  margin: 30px 50px 0;
}

/*==============================================================
	#MSC幹細胞療法
===============================================================*/
#msc .main_photo_area {
  margin-bottom: 50px;
}

#msc .msc_about_area {
  margin-bottom: 80px;
}

#msc .msc_about_area .photo {
  width: 80%;
  margin: 50px auto;
}

#msc .msc_report_area .base_contents.custom .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px;
}

#msc .msc_report_area .base_contents.custom .list_box .list {
  margin: 0;
  width: 50%;
}

#msc .msc_feature_area {
  margin-bottom: 80px;
}

#msc .msc_feature_area .base_contents {
  margin-bottom: 50px;
}

#msc .msc_flow_area {
  margin-bottom: 80px;
}

#msc .msc_flow_area .base_contents {
  margin-bottom: 50px;
}

#msc .msc_flow_area .base_btn {
  max-width: 450px;
  padding: 25px;
  margin: auto;
}

#msc .msc_merit_area {
  margin-bottom: 80px;
}

#msc .msc_merit_area .num_list {
  margin-bottom: 40px;
}

#msc .msc_merit_area .num_list li {
  margin-bottom: 30px;
}

#msc .msc_merit_area .num_list .num_tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

#msc .msc_merit_area .num_list .num {
  background-color: #c7b192;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  color: #fff;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 20px;
  font-size: clamp(28px, 2vw, 30px);
}

#msc .msc_merit_area .num_list .tl {
  color: #c7b192;
  width: calc(100% - 75px);
  font-size: clamp(24px, 2vw, 28px);
}

#msc .msc_contact_area {
  text-align: center;
}

#msc .msc_contact_area .contact_box {
  margin-bottom: 50px;
}

#msc .msc_contact_area .txt {
  margin-bottom: 15px;
}

#msc .msc_contact_area .contact_btn {
  background-color: #c7b192;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: auto;
  font-size: clamp(20px, 2vw, 24px);
  padding: 20px;
  border-radius: 20px;
}

#msc .base_contents {
  margin: 0 50px;
}

#msc .base_contents.custom .txt_box {
  width: 100%;
}

#msc .base_contents.custom .txt_box .base_tl_h3 {
  text-align: center;
}

#msc .base_contents.custom .txt_box .txt {
  margin: 0 50px;
}

#msc .base_contents.custom .txt_box .list {
  margin: 30px 50px 0;
}

/*==============================================================
	#オーダーメイド高濃度エクソソーム
===============================================================*/
#exosomes #headline .ja {
  margin: auto;
}

#exosomes .main_photo_area {
  margin-bottom: 50px;
}

#exosomes .main_photo_area .lead_tl {
  text-align: center;
  margin-bottom: 50px;
}

#exosomes .main_photo_area .lead_tl .sub {
  font-size: clamp(22px, 2vw, 26px);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(20%, #c7b192),
    color-stop(80%, #c7b192),
    to(transparent)
  );
  background-image: linear-gradient(to right, transparent, #c7b192 20%, #c7b192 80%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 80px;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}

#exosomes .main_photo_area .lead_tl .tl {
  display: block;
  font-size: clamp(32px, 2vw, 36px);
}

#exosomes .exosomes_about_area {
  margin-bottom: 80px;
}

#exosomes .exosomes_feature_area {
  margin-bottom: 80px;
}

#exosomes .exosomes_feature_area .base_contents {
  margin-bottom: 50px;
}

#exosomes .exosomes_feature_area .under_txt {
  text-align: center;
  font-size: clamp(18px, 2vw, 20px);
}

#exosomes .exosomes_flow_area {
  margin-bottom: 80px;
}

#exosomes .exosomes_flow_area .base_contents {
  margin-bottom: 50px;
}

#exosomes .exosomes_flow_area .base_btn {
  max-width: 450px;
  padding: 25px;
  margin: auto;
}

#exosomes .exosomes_merit_area {
  margin-bottom: 80px;
}

#exosomes .exosomes_merit_area .num_list {
  margin-bottom: 40px;
}

#exosomes .exosomes_merit_area .num_list li {
  margin-bottom: 30px;
}

#exosomes .exosomes_merit_area .num_list .num_tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

#exosomes .exosomes_merit_area .num_list .num {
  background-color: #c7b192;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  color: #fff;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 20px;
  font-size: clamp(28px, 2vw, 30px);
}

#exosomes .exosomes_merit_area .num_list .tl {
  color: #c7b192;
  width: calc(100% - 75px);
  font-size: clamp(24px, 2vw, 28px);
}

#exosomes .exosomes_contact_area {
  text-align: center;
}

#exosomes .exosomes_contact_area .contact_box {
  margin-bottom: 50px;
}

#exosomes .exosomes_contact_area .txt {
  margin-bottom: 15px;
}

#exosomes .exosomes_contact_area .contact_btn {
  background-color: #c7b192;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: auto;
  font-size: clamp(20px, 2vw, 24px);
  padding: 20px;
  border-radius: 20px;
}

#exosomes .base_contents {
  margin: 0 50px;
}

#exosomes .base_contents.custom .txt_box {
  width: 100%;
}

#exosomes .base_contents.custom .txt_box .base_tl_h3 {
  text-align: center;
}

#exosomes .base_contents.custom .txt_box .txt {
  margin: 0 50px;
}

#exosomes .base_contents.custom .txt_box .list {
  margin: 30px 50px 0;
}

#exosomes .exosome_report_area .base_contents.custom .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px;
}

#exosomes .exosome_report_area .base_contents.custom .list_box .list {
  margin: 0;
  width: 50%;
}

/*==============================================================
	#細胞バンク
===============================================================*/
#cellbank .main_photo_area {
  margin-bottom: 50px;
}

#cellbank .cellbank_about_area {
  margin-bottom: 80px;
}

#cellbank .cellbank_feature_area {
  margin-bottom: 80px;
}

#cellbank .cellbank_feature_area .base_contents {
  margin-bottom: 50px;
}

#cellbank .cellbank_flow_area {
  margin-bottom: 80px;
}

#cellbank .cellbank_flow_area .base_contents {
  margin-bottom: 50px;
}

#cellbank .cellbank_flow_area .base_btn {
  max-width: 450px;
  padding: 25px;
  margin: auto;
}

#cellbank .cellbank_merit_area {
  margin-bottom: 80px;
}

#cellbank .cellbank_merit_area .num_list {
  margin-bottom: 40px;
}

#cellbank .cellbank_merit_area .num_list li {
  margin-bottom: 30px;
}

#cellbank .cellbank_merit_area .num_list .num_tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

#cellbank .cellbank_merit_area .num_list .num {
  background-color: #c7b192;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  color: #fff;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 20px;
  font-size: clamp(28px, 2vw, 30px);
}

#cellbank .cellbank_merit_area .num_list .tl {
  color: #c7b192;
  width: calc(100% - 75px);
  font-size: clamp(24px, 2vw, 28px);
}

#cellbank .cellbank_contact_area {
  text-align: center;
}

#cellbank .cellbank_contact_area .contact_box {
  margin-bottom: 50px;
}

#cellbank .cellbank_contact_area .txt {
  margin-bottom: 15px;
}

#cellbank .cellbank_contact_area .contact_btn {
  background-color: #c7b192;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: auto;
  font-size: clamp(20px, 2vw, 24px);
  padding: 20px;
  border-radius: 20px;
}

#cellbank .base_contents {
  margin: 0 50px;
}

#cellbank .base_contents.custom .txt_box {
  width: 100%;
}

#cellbank .base_contents.custom .txt_box .base_tl_h3 {
  text-align: center;
}

#cellbank .base_contents.custom .txt_box .txt {
  margin: 0 50px;
}

#cellbank .base_contents.custom .txt_box .list {
  margin: 30px 50px 0;
}

/*==============================================================
	#幹細胞上清液
===============================================================*/
#stemcell .main_photo_area {
  margin-bottom: 50px;
}

#stemcell .stemcell_about_area {
  margin-bottom: 80px;
}

#stemcell .stemcell_about_area .photo {
  width: 80%;
  margin: 50px auto;
}

#stemcell .stemcell_feature_area {
  margin-bottom: 80px;
}

#stemcell .stemcell_feature_area .lead_box {
  margin: 50px;
}

#stemcell .stemcell_feature_area .lead_box .lead_tl {
  font-size: clamp(28px, 2vw, 30px);
  margin-bottom: 10px;
  color: #c7b192;
}

#stemcell .stemcell_feature_area .base_contents {
  margin-bottom: 50px;
}

#stemcell .stemcell_feature_area .effect {
  background-color: #fef9e8;
  padding: 20px;
  margin-top: 20px;
  display: inline-block;
}

#stemcell .stemcell_feature_area .feature_list {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#stemcell .stemcell_feature_area .feature_list li {
  width: 32%;
  max-width: 320px;
  background-color: #fef9e8;
  padding: 20px;
  margin-bottom: 20px;
}

#stemcell .stemcell_feature_area .feature_list .feature_tl {
  font-size: clamp(20px, 2vw, 24px);
  text-align: center;
}

#stemcell .stemcell_feature_area .feature_list .feature_txt {
  margin-top: 10px;
  text-align: center;
}

#stemcell .stemcell_feature_area .fig {
  width: 80%;
  margin: 50px auto 0;
}

#stemcell .stemcell_report_area .base_contents.custom .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px;
}

#stemcell .stemcell_report_area .base_contents.custom .list_box .list {
  margin: 0;
  width: 50%;
}

#stemcell .stemcell_flow_area {
  margin-bottom: 80px;
}

#stemcell .stemcell_flow_area .base_contents {
  margin-bottom: 50px;
}

#stemcell .stemcell_flow_area .base_btn {
  max-width: 450px;
  padding: 25px;
  margin: auto;
}

#stemcell .stemcell_merit_area {
  margin-bottom: 80px;
}

#stemcell .stemcell_merit_area .num_list {
  margin-bottom: 40px;
}

#stemcell .stemcell_merit_area .num_list li {
  margin-bottom: 30px;
}

#stemcell .stemcell_merit_area .num_list .num_tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

#stemcell .stemcell_merit_area .num_list .num {
  background-color: #c7b192;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  color: #fff;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 20px;
  font-size: clamp(28px, 2vw, 30px);
}

#stemcell .stemcell_merit_area .num_list .tl {
  color: #c7b192;
  width: calc(100% - 75px);
  font-size: clamp(24px, 2vw, 28px);
}

#stemcell .stemcell_contact_area {
  text-align: center;
}

#stemcell .stemcell_contact_area .contact_box {
  margin-bottom: 50px;
}

#stemcell .stemcell_contact_area .txt {
  margin-bottom: 15px;
}

#stemcell .stemcell_contact_area .contact_btn {
  background-color: #c7b192;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: auto;
  font-size: clamp(20px, 2vw, 24px);
  padding: 20px;
  border-radius: 20px;
}

#stemcell .base_contents {
  margin: 0 50px;
}

#stemcell .base_contents.custom .txt_box {
  width: 100%;
}

#stemcell .base_contents.custom .txt_box .base_tl_h3 {
  text-align: center;
}

#stemcell .base_contents.custom .txt_box .txt {
  margin: 0 50px;
}

#stemcell .base_contents.custom .txt_box .list {
  margin: 30px 50px 0;
}

/*==============================================================
	#ピュア・エクソソーム
===============================================================*/
#pure-exosome .main_photo_area {
  margin-bottom: 50px;
}

#pure-exosome .pure-exosome_about_area {
  margin-bottom: 80px;
}

#pure-exosome .pure-exosome_about_area .photo {
  width: 80%;
  margin: 50px auto;
}

#pure-exosome .pure-exosome_about_area .base_contents {
  margin-bottom: 50px;
}

#pure-exosome .pure-exosome_feature_area {
  margin-bottom: 80px;
}

#pure-exosome .pure-exosome_feature_area .base_contents {
  margin-bottom: 50px;
}

#pure-exosome .pure-exosome_feature_area .effect {
  background-color: #fef9e8;
  padding: 20px;
  margin-top: 20px;
  display: inline-block;
}

#pure-exosome .pure-exosome_feature_area .feature_list {
  width: 80%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#pure-exosome .pure-exosome_feature_area .feature_list li {
  width: 32%;
  max-width: 320px;
  background-color: #fef9e8;
  padding: 20px;
  margin-top: 20px;
}

#pure-exosome .pure-exosome_feature_area .feature_list .feature_tl {
  font-size: clamp(20px, 2vw, 24px);
  text-align: center;
}

#pure-exosome .pure-exosome_feature_area .feature_list .feature_txt {
  margin-top: 10px;
  text-align: center;
}

#pure-exosome .pure-exosome_report_area .base_contents.custom .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px;
}

#pure-exosome .pure-exosome_report_area .base_contents.custom .list_box .list {
  margin: 0;
  width: 50%;
}

#pure-exosome .pure-exosome_flow_area {
  margin-bottom: 80px;
}

#pure-exosome .pure-exosome_flow_area .base_contents {
  margin-bottom: 50px;
}

#pure-exosome .pure-exosome_flow_area .base_btn {
  max-width: 450px;
  padding: 25px;
  margin: auto;
}

#pure-exosome .pure-exosome_merit_area {
  margin-bottom: 80px;
}

#pure-exosome .pure-exosome_merit_area .num_list {
  margin-bottom: 40px;
}

#pure-exosome .pure-exosome_merit_area .num_list li {
  margin-bottom: 30px;
}

#pure-exosome .pure-exosome_merit_area .num_list .num_tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

#pure-exosome .pure-exosome_merit_area .num_list .num {
  background-color: #c7b192;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  color: #fff;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 20px;
  font-size: clamp(28px, 2vw, 30px);
}

#pure-exosome .pure-exosome_merit_area .num_list .tl {
  color: #c7b192;
  width: calc(100% - 75px);
  font-size: clamp(24px, 2vw, 28px);
}

#pure-exosome .pure-exosome_contact_area {
  text-align: center;
}

#pure-exosome .pure-exosome_contact_area .contact_box {
  margin-bottom: 50px;
}

#pure-exosome .pure-exosome_contact_area .txt {
  margin-bottom: 15px;
}

#pure-exosome .pure-exosome_contact_area .contact_btn {
  background-color: #c7b192;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: auto;
  font-size: clamp(20px, 2vw, 24px);
  padding: 20px;
  border-radius: 20px;
}

#pure-exosome .base_contents {
  margin: 0 50px;
}

#pure-exosome .base_contents.custom .txt_box {
  width: 100%;
}

#pure-exosome .base_contents.custom .txt_box .base_tl_h3 {
  text-align: center;
}

#pure-exosome .base_contents.custom .txt_box .txt {
  margin: 0 50px;
}

#pure-exosome .base_contents.custom .txt_box .list {
  margin: 30px 50px 0;
}

#flow .flow_flow_area {
  margin-bottom: 80px;
}

#flow .flow_flow_area .base_contents {
  margin-bottom: 50px;
}

#flow .flow_contact_area {
  text-align: center;
}

#flow .flow_contact_area .contact_box {
  margin-bottom: 50px;
}

#flow .flow_contact_area .txt {
  margin-bottom: 15px;
}

#flow .flow_contact_area .contact_btn {
  background-color: #c7b192;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: auto;
  font-size: clamp(20px, 2vw, 24px);
  padding: 20px;
  border-radius: 20px;
}

/*==============================================================
	#TOKYOひまわりクリニックについて
===============================================================*/
#about .tokyohimawari_area {
  margin-bottom: 80px;
}

#about .tokyohimawari_area .num_list {
  margin-bottom: 40px;
}

#about .tokyohimawari_area .num_list li {
  margin-bottom: 30px;
}

#about .tokyohimawari_area .num_list .num_tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

#about .tokyohimawari_area .num_list .num {
  background-color: #c7b192;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  color: #fff;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 20px;
  font-size: clamp(28px, 2vw, 30px);
}

#about .tokyohimawari_area .num_list .tl {
  color: #c7b192;
  font-size: clamp(20px, 2vw, 22px);
}

#about .tokyohimawari_area .num_list .num_txt {
  line-height: 1.8;
}

#about .feature_area .num_list {
  margin-bottom: 40px;
}

#about .feature_area .num_list li {
  margin-bottom: 30px;
}

#about .feature_area .num_list .num_tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

#about .feature_area .num_list .num {
  background-color: #c7b192;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  color: #fff;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 20px;
  font-size: clamp(28px, 2vw, 30px);
}

#about .feature_area .num_list .tl {
  color: #c7b192;
  font-size: clamp(24px, 2vw, 28px);
}

#about .feature_area .num_list .num_txt {
  line-height: 1.8;
  margin-left: 75px;
  font-size: clamp(18px, 2vw, 20px);
}

#about .himawarikai_area {
  margin-bottom: 80px;
}

#about .himawarikai_area .lead_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 100px 50px;
}

#about .himawarikai_area .lead_box .photo {
  width: 37%;
}

#about .himawarikai_area .lead_box .txt_box {
  width: 55%;
  font-size: clamp(24px, 2vw, 28px);
}

#about .himawarikai_area .base_contents {
  margin-bottom: 50px;
}

#about .himawarikai_area .base_contents.custom {
  margin: 0 100px;
}

#about .himawarikai_area .base_contents.custom .txt_box {
  width: 100%;
}

#about .chairman_area {
  margin-bottom: 30px;
}

#about .chairman_area .base_contents {
  margin-bottom: 50px;
}

#about .chairman_area .photo {
  text-align: center;
}

#about .chairman_area .photo .name {
  font-size: clamp(20px, 2vw, 24px);
  margin-top: 20px;
}

#about .chairman_area .photo .name small {
  margin-right: 10px;
  font-size: clamp(18px, 2vw, 20px);
}

#about .chairman_area .profile {
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 30px;
  border-radius: 12px;
  line-height: 2.8;
}

#about .chairman_area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#about .chairman_area dl dt {
  width: 100px;
}

#about .chairman_area dl dd {
  width: calc(100% - 100px);
}

#about .related_area {
  padding: 80px 0;
  margin-bottom: 80px;
}

#about .related_area .con_box {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-bottom: 50px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#about .related_area .con_box:last-child {
  margin-bottom: 0;
}

#about .related_area .con_box .photo {
  width: 24%;
}

#about .related_area .con_box .txt_box {
  width: 73%;
}

#about .related_area .con_box .txt_box .clinic {
  margin-top: 20px;
  margin-bottom: 30px;
}

#about .related_area .con_box .txt_box .clinic li {
  color: #c7b192;
  position: relative;
  padding-left: 30px;
}

#about .related_area .con_box .txt_box .clinic li h3 {
  text-align: left;
  font-size: clamp(22px, 2vw, 28px);
}

#about .related_area .con_box .txt_box .clinic li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #c7b192;
}

#about .related_area .con_box .txt_box address {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  font-size: clamp(18px, 2vw, 18px);
  font-family: 'Microsoft YaHei', Arial, sans-serif;
}

#about .related_area .con_box .txt_box address::before {
  content: "";
  background: url(../img/ico_map.svg) no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#about .related_area .con_box .txt_box .txt {
  line-height: 1.8;
  margin-bottom: 30px;
}

#about .related_area .con_box .txt_box .base_btn {
  margin-left: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#about .access_area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
}

#about .access_area .list li {
  width: 32%;
  background-color: #fff;
}

#about .access_area address {
  background-color: #fef9e8;
  padding: 10px 0 10px 20px;
  font-size: clamp(14px, 1vw, 20px);
  border-radius: 5px;
  line-height: 1.8;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
}

#about .access_area .map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

#about .access_area .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#about .access_area .txt {
  margin-top: 30px;
  padding: 20px;
  line-height: 1.8;
}

/*==============================================================
	#診療科目
===============================================================*/
#subject .main_title_bg {
  background: url(../../subject/img/bg_main_tl.png) no-repeat center/cover;
}

#subject .main_title .tl {
  color: #333;
}

#subject .closed_area {
  margin-bottom: 80px;
}

#subject .closed_area .closed_contents {
  background-color: #f4f9fd;
  border-radius: 10px;
  padding: 50px;
}

#subject .closed_area .closed_contents .tl {
  position: relative;
  font-size: clamp(28px, 2vw, 36px);
  padding-left: 55px;
  margin-bottom: 30px;
}

#subject .closed_area .closed_contents .tl::before {
  content: "";
  background: url(../img/ico_calendar.svg) no-repeat;
  width: 43px;
  height: 43px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#subject .closed_area .closed_contents .list li {
  margin-bottom: 20px;
}

#subject .closed_area .closed_contents .list li:last-child {
  margin-bottom: 0;
}

#subject .closed_area .closed_contents .list a {
  font-size: clamp(14px, 2vw, 14px);
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#subject .closed_area .closed_contents .list .date {
  margin-right: 20px;
}

#subject .subject_menu_area .base_menu li {
  width: 23%;
}

/*==============================================================
	#オンライン診療科目
===============================================================*/
#online .main_title_bg {
  background: url(../../online/img/bg_main_tl.png) no-repeat center/cover;
}

#online .main_title .tl {
  color: #333;
  text-shadow: 0 0 5px white;
}

#online .merit_area {
  background-color: #fef9e8;
  padding: 80px 0;
}

#online .merit_area .base_menu {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#online .merit_area .base_menu li {
  width: 32%;
}

#online .merit_area .base_menu li::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#online .merit_area .base_menu li.open::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#online .merit_area .base_menu .txt {
  text-align: left;
  display: none;
}

#online .flow_area {
  padding: 80px 0;
}

#online .flow_area .base_menu {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#online .flow_area .base_menu li {
  width: 32%;
}

#online .flow_area .base_menu li::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#online .flow_area .base_menu li.open::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#online .flow_area .base_menu .num {
  color: #c7b192;
  font-size: clamp(42px, 2vw, 50px);
}

#online .flow_area .base_menu .txt {
  text-align: left;
  display: none;
}

#online .online_subject_area .online_subject_menu li:first-child {
  width: 100%;
}

/*==============================================================
	#美容クリニックについて
===============================================================*/
#beautyclinic .main_title_bg {
  background: url(../../beautyclinic/img/bg_main_tl.png) no-repeat center/cover;
}

#beautyclinic .main_title .tl {
  color: #333;
  text-shadow: 0 0 5px white;
}

#beautyclinic .beautyclinic_about_area {
  margin-bottom: 80px;
}

#beautyclinic .online_subject_area .base_btn {
  margin: 30px auto;
}

#beautyclinic .online_subject_area .base_btn::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#beautyclinic .online_subject_area .open .base_btn {
  background: #fbfbfb;
}

#beautyclinic .online_subject_area .open .base_btn::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#beautyclinic .online_subject_area .open_box {
  display: none;
}

/*==============================================================
	#NEWS
===============================================================*/
/*---ベース始まり---*/
.contents_area {
  max-width: 1350px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.side_contents {
  position: relative;
  vertical-align: top;
  width: 300px;
  margin-right: 30px;
  padding: 30px;
  background-color: #f8fafb;
}

.side_contents .side_wrap {
  position: relative;
  top: 0px;
  bottom: 0;
  margin: auto;
  -webkit-transition: top 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: top 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.main_contents {
  width: calc(100% - 330px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.8;
}

.side_nav_block {
  margin-bottom: 30px;
}

.side_nav_block h2 {
  margin-bottom: 10px;
  font-size: clamp(18px, 2vw, 22px);
  border-bottom: 2px solid #c7b192;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.side_nav_block .categry_list li {
  margin-bottom: 5px;
}

.side_nav_block .categry_list li a {
  color: #333;
  font-size: clamp(14px, 2vw, 14px);
  position: relative;
  padding-left: 20px;
}

.side_nav_block .categry_list li a::before {
  content: "";
  background: url(../img/ico_link_arrow.svg) no-repeat;
  width: 10px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.side_nav_block .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side_nav_block .tag_list li a {
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 100px;
  text-align: center;
  font-size: clamp(14px, 2vw, 14px);
  color: #333;
  margin: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

/*---ベース終わり---*/
/*---TOP始まり---*/
.top_article_box {
  margin-bottom: 80px;
}

.recommend_article_box .slick-dots {
  display: none !important;
}

.recommend_article_box .article_list li {
  margin-right: 20px;
}

/*---TOP終わり---*/
/*---詳細ページ始まり---*/
article {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}

article .article_photo {
  height: 30vw;
}

article .article_header_inner {
  padding: 50px 5vw 50px;
}

article .article_category_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

article .article_category {
  padding: 3px 8px;
  border-radius: 100px;
  text-align: center;
  line-height: 1;
  font-size: clamp(14px, 2vw, 14px);
  margin-right: 10px;
  min-width: 80px;
  color: #c7b192;
  border: 1px solid #c7b192;
}

article .article_category.cate_man {
  color: #0d5790;
  border: 1px solid #0d5790;
}

article .article_category.cate_woman {
  color: #ff8de5;
  border: 1px solid #ff8de5;
}

article .article_header_tl {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: normal;
  margin-bottom: 10px;
}

article .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

article .sns li {
  margin-right: 10px;
}

article .director {
  margin: 50px 0 30px;
}

article .director .photo {
  text-align: center;
}

article .director .photo .name {
  font-size: clamp(20px, 2vw, 24px);
  margin-top: 20px;
}

article .director .photo .name small {
  font-size: clamp(18px, 2vw, 20px);
}

article .director .profile {
  background-color: #fef9e8;
  padding: 20px 30px;
  margin-bottom: 30px;
  border-radius: 12px;
  line-height: 1.8;
}

article .director .txt_box .txt {
  margin-bottom: 0;
}

article .bnr:hover {
  opacity: 0.8;
}

article .article_body {
  padding: 0 5vw 50px;
}

article .article_body img {
  width: 100%;
}

article .article_body h2 {
  font-size: clamp(24px, 2vw, 28px);
  color: #c7b192;
  border-bottom: 1px solid #c7b192;
  margin-bottom: 10px;
}

article .article_body h3 {
  font-size: clamp(22px, 2vw, 24px);
  color: #c7b192;
  margin-bottom: 5px;
}

article .article_body h4 {
  font-size: clamp(20px, 2vw, 20px);
  margin-bottom: 10px;
  border-left: 6px solid #c7b192;
  padding-left: 10px;
}

article .article_body div {
  margin-bottom: 5em;
}

article .article_body p {
  margin-bottom: 1.5em;
  line-height: 2.2;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: sans-serif;
}

article .article_body table {
  width: 100%;
  margin-bottom: 1.5em;
}

article .article_body table th,
article .article_body table td {
  border: 1px solid #c2c2c2;
  font-weight: normal;
  padding: 5px;
  text-align: left;
}

article .article_body table thead {
  background-color: #f1e3cf;
}

article .article_body table ul {
  margin: 0;
}

article .article_body table ul li {
  margin-bottom: 5px;
}

article .article_body #toc_container {
  border: 1px solid #c7b192;
  padding: 10px;
  margin-bottom: 2em;
}

article .article_body .toc_title {
  margin-bottom: 20px;
  font-size: clamp(22px, 2vw, 24px);
}

article .article_body .toc_list li::before {
  content: none;
}

article .article_body ul {
  margin-bottom: 1.5em;
}

article .article_body ul li {
  padding-left: 16px;
  margin-bottom: 10px;
  position: relative;
}

article .article_body ul li:last-child {
  margin-bottom: 0;
}

article .article_body ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #c7b192;
  position: absolute;
  left: 0;
  top: 11px;
  margin: auto;
}

article .article_body ol {
  margin-bottom: 1.5em;
}

article .article_body ol li {
  margin-bottom: 10px;
}

article .article_body ol li:last-child {
  margin-bottom: 0;
}

article .article_body strong {
  color: #c7b192;
}

article .article_body a {
  color: #c7b192;
  text-decoration: underline;
}

article .ft_banner {
  position: relative;
  margin-bottom: 0 !important;
}

article .ft_banner .btn {
  width: 32%;
  max-width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(51%, -20%);
  -webkit-transform: translate(51%, -20%);
  -ms-transform: translate(51%, -20%);
}

article .ft_banner .btn li {
  padding-left: 0;
}

article .ft_banner .btn li::before {
  content: none;
}

article .ft_banner .btn li:hover {
  opacity: 0.8;
}

.voice_wrap {
  margin-bottom: 50px;
}

.voice_wrap .voice_box {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.voice_wrap .voice_box .ico {
  width: 100px;
  margin-right: 40px;
  text-align: center;
}

.voice_wrap .voice_box .txt_box {
  width: calc(100% - 140px);
}

.voice_wrap .voice_box .txt_box .txt {
  padding: 30px;
  border-radius: 20px;
  color: #5c5c5c;
  position: relative;
}

.voice_wrap .voice_box .txt_box .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.voice_wrap .voice_box.patient .txt_box .txt {
  background-color: #f4f4f4;
}

.voice_wrap .voice_box.patient .txt_box .txt::before {
  border: 20px solid transparent;
  border-right: 22px solid #f4f4f4;
}

.voice_wrap .voice_box.doctor .ico {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 0 40px;
}

.voice_wrap .voice_box.doctor .txt_box {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.voice_wrap .voice_box.doctor .txt_box .txt {
  background-color: #fef9e8;
}

.voice_wrap .voice_box.doctor .txt_box .txt::before {
  right: auto;
  left: 100%;
  border: 20px solid transparent;
  border-left: 22px solid #fef9e8;
}

.articl_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}

.articl_nav .prev_next {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.articl_nav .prev a,
.articl_nav .next a {
  color: #c7b192;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: clamp(16px, 2vw, 24px);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.articl_nav .top {
  margin: auto;
}

.articl_nav .top a {
  background-color: #c7b192;
  padding: 5px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

/*==============================================================
	#休診のお知らせ
===============================================================*/
#closed .main_contents {
  margin: auto;
}

/*---詳細ページ終わり---*/
/*==============================================================
	#個人情報保護方針
===============================================================*/
#policy .policy_area .con_box {
  margin-bottom: 50px;
}

#policy .policy_area .txt {
  font-size: clamp(16px, 2vw, 18px);
}

/*==============================================================
	#contact
===============================================================*/
#contact .contact_tel_area {
  margin-bottom: 80px;
}

#contact .contact_tel_area .tel_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contact .contact_tel_area .tel_list li {
  width: 40%;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background-color: #fff;
}

#contact .contact_tel_area .tel_list .name {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: clamp(20px, 2vw, 20px);
}

#contact .contact_tel_area .tel_list .time {
  font-size: clamp(14px, 2vw, 14px);
  margin-bottom: 10px;
}

#contact .contact_tel_area .tel_list .telnumber {
  font-size: clamp(18px, 2vw, 20px);
  color: #333;
}

.contact_form_area {
  margin-bottom: 80px;
}

.contact_form_area .flow_list {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_form_area .flow_list li {
  position: relative;
  font-family:  'Microsoft YaHei', Arial, sans-serif;
  width: 32%;
  max-width: 320px;
  padding: 10px;
  border-radius: 10px;
  border: 4px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact_form_area .flow_list li.current {
  background-color: #f5f5f5;
}

.contact_form_area .flow_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 109%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 15px solid transparent;
  border-left: 20px solid #c7b192;
}

.contact_form_area .flow_list li:last-child::before {
  content: none;
}

.contact_form_area .flow_list .num {
  color: #c7b192;
  font-size: clamp(30px, 2vw, 40px);
  margin-right: 10px;
}

.contact_form_area .flow_list .flow_txt {
  font-size: clamp(18px, 2vw, 20px);
}

.contact_form_area .txt {
  margin-bottom: 20px;
  font-size: clamp(18px, 2vw, 20px);
}

.contact_form_area .list {
  margin-bottom: 50px;
}

.contact_form_area .list li {
  margin-bottom: 10px;
  font-size: clamp(14px, 2vw, 14px);
}

.contact_form_area .first_box {
  border-bottom: 2px solid #fff;
  margin-bottom: 50px;
}

.contact_form_area .form_box {
  background-color: #fef9e8;
  padding: 50px;
  border-radius: 10px;
}

.contact_form_area .form_box .tl {
  font-size: clamp(20px, 2vw, 24px);
  margin-bottom: 20px;
}

.contact_form_area .form_box.confirm td p {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
}

.contact_form_area .base_tbl {
  width: 100%;
  margin-bottom: 40px;
}

.contact_form_area .base_tbl th {
  width: 20%;
  min-width: 250px;
  text-align: left;
  font-weight: normal;
  padding: 15px 0 15px;
  vertical-align: initial;
}

.contact_form_area .base_tbl td {
  padding: 5px 0 5px;
}

.contact_form_area .base_tbl input[type="text"],
.contact_form_area .base_tbl input[type="tel"],
.contact_form_area .base_tbl input[type="email"],
.contact_form_area .base_tbl textarea {
  border-radius: 5px;
  width: 100%;
  padding: 15px;
  background-color: #fff;
}

.contact_form_area .base_tbl input[type="radio"] {
  margin-right: 5px;
}

.contact_form_area .base_tbl textarea {
  height: 150px;
}

.contact_form_area .base_tbl select {
  padding: 15px;
  background-color: #fff;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

.contact_form_area .base_tbl label {
  margin-right: 15px;
  display: inline-block;
}

.contact_form_area .base_tbl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_form_area .base_tbl ul li {
  margin-right: 20px;
}

.contact_form_area .required {
  display: inline-block;
  background-color: #c7b192;
  color: #fff;
  padding: 5px 8px;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.2;
}

.contact_form_area .policy_txt {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(14px, 2vw, 14px);
  line-height: 1.8;
}

.contact_form_area .policy_txt a {
  text-decoration: underline;
  color: #333;
}

.contact_form_area .checkbox-label {
  text-align: center;
  display: block;
}

.contact_form_area .checkbox-label a {
  text-decoration: underline;
  color: #000;
}

.contact_form_area .btn_box {
  text-align: center;
  margin: 50px 0;
}

.contact_form_area .btn_box.custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact_form_area .btn_box.custom p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact_form_area #submit-btn-back {
  color: #fff;
  padding: 15px 20px;
  margin-right: 15px;
  width: 80%;
  max-width: 100px;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #bbb;
}

.contact_form_area #submit-btn-back:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

.contact_form_area #submit-btn {
  color: #fff;
  padding: 15px 20px;
  width: 80%;
  max-width: 320px;
  font-size: 32px;
  font-size: 3.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #084771;
}

.contact_form_area #submit-btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

.contact_form_area .checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact_form_area .checkbox-label .wpcf7-not-valid-tip {
  width: 200px;
  position: absolute;
}

.contact_form_area .checkbox-label .wpcf7-list-item-label {
  display: none;
}

.contact_form_area .checkbox-label .inner {
  margin-left: 10px;
}

.contact_form_area .reservation_tbl {
  margin-bottom: 50px;
  /* デフォルトのボタン */
  /* チェック前のボタン */
  /* チェック後のボタン */
}

.contact_form_area .reservation_tbl th,
.contact_form_area .reservation_tbl td {
  text-align: left;
  vertical-align: middle;
  letter-spacing: 1px;
  border-bottom: 1px solid #d8d8d8;
}

.contact_form_area .reservation_tbl th {
  font-family: sans-serif;
  padding: 14px 0 14px;
  width: 25%;
  position: relative;
  text-align: center;
  border-right: 1px solid #d8d8d8;
}

.contact_form_area .reservation_tbl th::before {
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  right: -5px;
  content: "";
}

.contact_form_area .reservation_tbl td {
  font-size: 15px;
  color: #6c7877;
  padding: 20px 0px 20px 28px;
}

.contact_form_area .reservation_tbl td div {
  margin-bottom: 20px;
}

.contact_form_area .reservation_tbl td div:last-child {
  margin-bottom: 0;
}

.contact_form_area .reservation_tbl td div .tl {
  margin-bottom: 10px;
}

.contact_form_area .reservation_tbl input[type="text"],
.contact_form_area .reservation_tbl input[type="tel"],
.contact_form_area .reservation_tbl input[type="email"],
.contact_form_area .reservation_tbl textarea {
  border-radius: 5px;
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
}

.contact_form_area .reservation_tbl input[type="radio"] {
  margin-right: 5px;
}

.contact_form_area .reservation_tbl textarea {
  height: 100px;
}

.contact_form_area .reservation_tbl select {
  padding: 15px;
  border: 1px solid #ccc;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

.contact_form_area .reservation_tbl label {
  display: inline-block;
}

.contact_form_area .reservation_tbl .circle {
  color: #c7b192;
}

.contact_form_area .reservation_tbl ::-webkit-input-placeholder {
  color: #c6c6c6;
}

.contact_form_area .reservation_tbl :-ms-input-placeholder {
  color: #c6c6c6;
}

.contact_form_area .reservation_tbl ::-ms-input-placeholder {
  color: #c6c6c6;
}

.contact_form_area .reservation_tbl ::placeholder {
  color: #c6c6c6;
}

.contact_form_area .reservation_tbl .wpcf7-list-item {
  margin: 0;
}

.contact_form_area .reservation_tbl .wpcf7-list-item.first {
  margin: 0;
}

.contact_form_area .reservation_tbl .wpcf7-list-item-label {
  min-width: 250px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #efefef;
  padding: 14px 10px 13px;
  margin: 0 9px 8px 0;
  border-radius: 5px;
  border: 1px solid #808080;
}

.contact_form_area .reservation_tbl input[type="radio"] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}

.contact_form_area .reservation_tbl input[type="checkbox"] {
  opacity: 0;
  /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
}

.contact_form_area .reservation_tbl .wpcf7-list-item-label::before {
  background-image: url(../img/ico_check_box01.gif);
  background-repeat: no-repeat;
  content: "";
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  /* 色をじんわり変化させる */
  width: 12px;
  height: 13px;
}

.contact_form_area .reservation_tbl input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: #eefaeb;
}

.contact_form_area .reservation_tbl input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-image: url(../img/ico_check_box02.gif);
}

.contact_form_area .reservation_tbl input[type="checkbox"]:checked + .wpcf7-list-item-label {
  background-color: #eefaeb;
}

.contact_form_area .reservation_tbl input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-image: url(../img/ico_check_box02.gif);
}

.contact_form_area .wpcf7-spinner {
  position: absolute;
}

/*==============================================================
	#thanks
===============================================================*/
#thanks .thanks_area {
  margin-bottom: 50px;
  text-align: center;
}

#thanks .thanks_area .lead_tl {
  font-size: 24px;
  margin-bottom: 20px;
}

#thanks .thanks_area .lead_txt {
  font-size: 18px;
  margin-bottom: 20px;
}

#thanks .thanks_area .lead_txt a {
  color: #c7b192;
  text-decoration: underline;
}

#thanks .thanks_area .btn {
  color: #fff;
  width: 100%;
  max-width: 250px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: clamp(20px, 2vw, 25px);
  background-color: #c7b192;
}

/*==============================================================
	#error
===============================================================*/
#error .error_area {
  margin-bottom: 50px;
}

#error .error_area #desc {
  font-size: clamp(24px, 2vw, 36px);
  margin-bottom: 20px;
}

#error .error_area .txt {
  margin-bottom: 20px;
}

#error .error_area .txt a {
  text-decoration: underline;
  color: #bfd394;
}

#error .error_area .box {
  margin-bottom: 40px;
}

#error .error_area .box .tl {
  background-color: #bfd394;
  font-size: clamp(20px, 2vw, 30px);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

#error .error_area .box .circle_list a {
  text-decoration: underline;
  color: #bfd394;
}

/*==============================================================
	#translate
===============================================================*/
.translate-wrap {
  position: relative;
  display: table;
}

.translate-wrap .gtranslate_wrapper,
.translate-wrap .gtranslate_wrapper * {
  line-height: 1;
  white-space: nowrap;
}

.translate-wrap .gtranslate_wrapper {
  font-size: 0;
}

.translate-wrap .gtranslate_wrapper > .glink {
  position: relative;
  font-size: 1.4rem;
  color: #a09e87;
  transition: all 0.3s;
}

.translate-wrap .gtranslate_wrapper > .glink:before {
  position: relative;
  content: "/";
  color: #a09e87;
  display: inline-block;
  margin-left: 0.4em;
  margin-right: 0.4em;
}

.translate-wrap .gtranslate_wrapper > .glink:first-child:before {
  display: none;
}

.translate-wrap .gtranslate_wrapper > .glink.gt-current-lang {
  font-weight: 700;
  color: #c2a475;
}

header .nav_box .translate-wrap {
  position: absolute;
  top: 50%;
  right: 95px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
}

header .header_btn_wrap .translate-wrap {
  margin: 30px auto;
}

header .header_btn_wrap .translate-wrap .gtranslate_wrapper {
  font-size: 1em;
}

html:lang(en) #home .about_area .inner_wrap {
  position: relative;
  top: initial;
  left: initial;
  width: 100%;
  height: initial;
  margin: 0 auto;
  transform: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
}

html:lang(en) #home .about_area .inner_wrap .con_wrap {
  display: block;
  height: initial;
}

html:lang(en) #home .about_area .con_box {
  height: initial;
  -ms-writing-mode: initial;
  -webkit-writing-mode: initial;
  writing-mode: initial;
  text-orientation: initial;
  margin-right: auto;
}

html:lang(en) #home .about_area .txt_box {
  letter-spacing: 0.1em;
}

html:lang(en) #home .about_area .main_tl_box {
  margin-left: 0;
  margin-bottom: 30px;
}

html:lang(en) #home .about_area .main_tl_box .sub_tl {
  letter-spacing: 0.2em;
  margin-left: 0;
  margin-bottom: 15px;
  padding: 10px 15px;
}

html:lang(en) #home .about_area .main_tl_box .main_tl .tl_box {
  margin-left: 0;
  padding-left: 0;
}

html:lang(en) #home .about_area .txt_box p {
  line-height: 2;
  white-space: initial;
}

html:lang(en) #home .about_area .arrow_btn {
  position: relative;
  bottom: initial;
  left: initial;
  margin-top: 45px;
}

html:lang(en) #home .regenerative-medicine_area .inner_wrap .con_box {
  display: block;
  height: initial;
}

html:lang(en) #home .regenerative-medicine_area .main_tl_box .sub_tl {
  letter-spacing: 0.2em;
  margin-left: 0;
  margin-bottom: 15px;
  padding: 10px 15px;
  white-space: nowrap;
}

html:lang(en) #home .regenerative-medicine_area .main_tl_box {
  -ms-writing-mode: initial;
  -webkit-writing-mode: initial;
  writing-mode: initial;
  text-orientation: initial;
  margin-right: 0;
}

html:lang(en) #home .regenerative-medicine_area .main_tl_box .main_tl .tl_box {
  margin-left: 0;
  padding-left: 0;
}

html:lang(en) #home .regenerative-medicine_area .inner_wrap .con_box .txt_box {
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}

html:lang(en) #home .regenerative-medicine_area .inner_wrap {
  position: relative;
  top: initial;
  left: initial;
  width: 100%;
  height: initial;
  margin: 0 auto;
  transform: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
}

html:lang(en) #home .regenerative-medicine_area .photo {
  position: absolute;
  left: 100%;
  right: initial;
  bottom: 0;
  max-width: 250px;
}

html:lang(en) #home .regenerative-medicine_area .con_box img {
  position: initial;
  top: initial;
  left: initial;
  transform: initial;
}

html:lang(en) #home .sevice_area .con_box .txt_box {
  z-index: 5;
}

html:lang(en) #home .sevice_area .con_box .main_tl_box .sub_tl span {
  display: table;
  margin-right: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  header .nav_box .translate-wrap .gtranslate_wrapper > .glink {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 360px) {
  header .nav_box .translate-wrap {
    right: 90px;
  }

  header .nav_box .translate-wrap .gtranslate_wrapper > .glink {
    font-size: 1.1rem;
  }
}

/*IEのみ*/
/*END
---------------------------------------------------------------------------------------*/
