@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;

}

html {
  overflow-x: hidden;

}

body {
  font-size: 16px;
  /* 変更 */
  font-family: serif;
  line-height: 1.6;
  /* 変更 */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;

}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, strong, th {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/*android版クローム　フォントサイズが大きくなる不具合対策*/
p {
  max-height: 999999px;
}

ins {
  background-color: #ff9;
  /* 変更 */
  color: #000;
  /* 変更 */
  
}

mark {
  background-color: #ff9;
  /* 変更 */
  color: #000;
  /* 変更 */
  font-style: italic;
  font-weight: bold;
}



abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
}

/* form */
input, select {
  vertical-align: middle;
}

/* float解除 */
header:after, footer:after, section:after, article:after, aside:after, main:after, div:after, dl:after, ul:after, ol:after, li:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/****************************************
 common (共通スタイル)
****************************************/
@media screen and (min-width: 769px) {
  .pc{display: none !important;}
}
@media screen and (max-width: 768px) {
	/*共通*/
  .sp{display: none !important;}
}
.inner {
  padding: 40px 24px;
}

h2 {
  color: #333;
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  letter-spacing: 8px;
  margin-bottom: 24px;
  text-align: center;
}

h2 span {
  /* color: #f6adc6; */
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
}

header {
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

header .nav_pc {
  display: none;
}

header .nav_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .nav_sp h1 {
  margin: 4px auto 0 8px;
  width: 80px;
}

header .nav_sp .header-sp-menu-trigger {
  height: 60px;
  width: 60px;
}

.modaal-container {
  background: none;
}

.modaal-content-container {
  padding: 0 30px;
}

.header_menu_logo {
  margin: 40px auto 15px;
  width: 230px;
}

.header_sp_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header_sp_menu ul li {
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
  width: 50%;
}

.header_sp_menu ul li a {
  color: #fff;
  display: block;
  padding: 12px 8px;
}

.header_sp_menu ul li a span {
  display: block;
  font-size: 10px;
}

#mainvisual {
  position: relative;
  overflow: hidden;
}

#mainvisual video {
  width: 100%;
}

#mainvisual img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 46%;
}
#mainvisual .main_women{
  width: 70%;
  bottom: 0;
  z-index: 0;
}

.header_info {
  background: #b02f34;
  color: #fff;
  margin: -7px 0 0 0;
  padding: 8px;
  text-align: center;
  position: relative;
}

.header_info .info_tel {
  margin: 0 0 8px;
}

.header_info .info_tel a {
  background: #fff;
  border-radius: 9999px;
  color: #b02f34;
  display: block;
  padding: 8px;
  width: 100%;
}

.header_info .info_time p {
  display: inline-block;
}

#headline {
  background: #fff;
  border-bottom: 4px solid #b02f34;
}

#headline > div {
  color: #b02f34;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
}

#headline .headline-title {
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0 4px 0 0;
  padding: 8px 0;
}

#headline .scroll {
  margin: auto;
  width: 100%;
  overflow: hidden;
}

#headline .scroll .news {
  font-size: 14px;
  display: inline-block;
  padding-left: 50%;
  white-space: nowrap;
  line-height: 1em;
  -webkit-animation: scrollAnime 18s linear infinite;
          animation: scrollAnime 18s linear infinite;
}

#headline .scroll .news li {
  display: inline-block;
  margin-right: 10px;
}

@-webkit-keyframes scrollAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scrollAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#top_column #news .news_top_inner {
  background: #b02f34;
  color: #fff;
  padding: 24px 24px 48px;
}

#top_column #news #info_box {
  margin: 0 0 24px;
}

#top_column #news #info_box img{
    width:auto !important;
  }


.news_top_button a {
  border: 1px solid #fff;
  border-radius: 9999px;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 8px 16px;
  text-align: center;
  width: 200px;
}

#top_column #news #info_box dt {
  border-bottom: 1px solid #fff;
  display: block;
  cursor: pointer;
  padding: 16px 4px;
}

#top_column #news #info_box dt time {
  display: block;
  font-size: 12px;
}

#top_column #news #info_box dt::after {
  content: ">";
  display: inline-block;
  float: right;
  margin: -32px 0 0 0;
  -webkit-transform: scale(0.6, 1);
          transform: scale(0.6, 1);
}

#top_column #news #info_box dd {
  background: #fff;
  color: #b02f34;
  display: none;
  padding: 24px;
}

/* 回転アニメーション */
.stage {
	/* margin: 0 auto; */
	/* height: 16.5rem; */
	position: relative;
	z-index: -1;
	aspect-ratio: 2 / 3;
}
.stage_cardimage {
	position: relative;
	transform-style: preserve-3d;
}
.stage_cardimage .img_wrap1,
.stage_cardimage .img_wrap2 {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.stage_cardimage img {
	position: relative;
	/* width: 11.25rem; */
	/*height: auto;*/
}
.stage_cardimage {
	animation: animation-cardImage 10s ease-in-out infinite alternate;
}
@keyframes animation-cardImage {
	0% {
	transform: rotateY(0deg);
	}
	30% {
	transform: rotateY(0deg);
	}
	35% {
	transform: rotateY(180deg);
	}
	75% {
	transform: rotateY(180deg);
	}
	80% {
	transform: rotateY(360deg);
	}
	100% {
	transform: rotateY(360deg);
	}
}
.stage_cardimage .img_wrap2 {
	transform: rotateY(180deg);
}
/* //回転アニメーション */

/* トップ - イベント画像 */
#event_top .event_box ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#event_top .event_box .event_pc {display: none;}
#event_top .event_box .event_sp {display: block;}

#topics_top {
  padding-top: 24px;
}

#topics_top #info_box {
  background: rgba(176,47,52, 0.7);
  margin: 0 auto;
  max-width: 500px;
  padding: 24px 24px 24px;
}

#topics_top #info_box dt {
  border-bottom: 1px solid #fff;
  display: block;
  padding: 0 4px 16px;
}

#topics_top #info_box dt time {
  display: block;
  font-size: 12px;
}

#topics_top #info_box dd {
  background: rgba(255, 255, 255, 0.6);
  color: #fff;
  padding: 24px;
  /* height: 330px; */
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 20px;
}
#topics_top #info_box .news_top_button{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#topics_top #info_box .news_top_button a {
  display: inline-block;
  width: calc(96%/2);
  margin: 0 1% 0%;
}

#schedule_today {
  background-size: cover;
  padding: 40px 1%;
}

.cast_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cast_box li {
  margin: 0 1% 16px;
  max-width: 330px;
  width: 48%;
}

.cast_box li a {
  display: block;
}

.cast_box li a .cast_image {
  position: relative;

}

.cast_box li a .cast_image .icon_new {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
}

.cast_box li a .cast_image .icon_discount {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
}

.cast_box li a .cast_image .icon_twitter {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 34px;
}

.cast_box li a .cast_text {
  background: #fff;
  border-top: 8px solid #dda5a5;
  padding: 8px 16px;
  text-align: center;
}

.cast_box li a .cast_text > div {
  margin: 0 0 8px;
}

.cast_box li a .cast_text .cast_name p span {
  font-size: 12px;
}

.cast_box li a .cast_text .cast_size span {
  color: #f6adc6;
  font-size: 12px;
}

.cast_box li a .cast_text .discount_count {
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px !important;
  color: #fff;
  background: #e96292;
}

.cast_box li a .cast_text .cast_icon {
  display: flex;;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4px;
}

.cast_box li a .cast_text .cast_icon div {
  /* margin: 0 1%; */
  /* width: 48%; */
  width: calc((100% - 4px) / 2);
}

.cast_box li a .cast_text .cast_text_title {
  color: #b02f34;
  font-size: 10px;
  letter-spacing: 2px;
}

#newtherapist {
  padding: 40px 1%;
}
#newtherapist ul{
  padding: 0 24px;
}
#newtherapist ul li {
  width:100%;
  margin: 0 2px 16px;
  max-width: 100%;
}


#pickup ul li {
  width: 100%;
}

#twitter > div {
  -webkit-box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.2);
}

#ranking {
  background-size: cover;
}

#ranking section {
  margin-bottom: 40px;
}

#ranking section .ranking_title {
  background: #ff748d;
  background: linear-gradient(120deg, #ff748d 0%, #ff7daf 100%);
  color: #fff;
  font-size: 20px;
  margin: 0 0 24px;
  padding: 8px;
  text-align: center;
}

#ranking section .cast_comment {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #dda5a5;
  color: #dda5a5;
  font-family: sans-serif;
  font-size: 22px;
  margin: 0 auto 24px;
  padding: 10px 16px 4px 0;
  text-align: center;
  width: 190px;
}

#ranking section .cast_comment::before {
  background-image: url("../images/icon_ranking.png");
  background-size: cover;
  content: '';
  display: inline-block;
  height: 28px;
  margin: 0 8px 0 0;
  width: 34px;
}

#banner div ul li {
  margin: 0 auto 24px;
}

#top-recruit {
  background: url("../images/bg_recruit.jpg") top center no-repeat;
  background-position: 65% 0;
  background-size: cover;
}

#top-recruit h2 {
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}

#top-recruit div a {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #b02f34;
  color: #b02f34;
  display: block;
  margin: 0 auto;
  padding: 8px 8px 8px 20px;
  text-align: center;
  width: 240px;
}

#top-recruit div a::after {
  content: ">";
  float: right;
  -webkit-transform: scale(0.6, 1);
          transform: scale(0.6, 1);
}

#concept {
  background: url("../images/bg_white.jpg") top center no-repeat;
  background-position: 30% 0;
  background-size: cover;
}

#concept h2 {
  color: #c6b6bb;
  font-size: 16px;
  letter-spacing: 4px;
}

#concept h2 span {
  font-size: 20px;
}

#concept h2 span::before {
  color: #c6b6bb;
  content: "―";
  display: block;
  margin-top: -12px;
  transform: scale(2, 1);
}

#concept .txt_box p {
  color: #333;
  font-size: 12px;
  text-align: justify;
}
#concept .bnr_box {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#concept .bnr_box a {
  color: #333;
  font-size: 12px;
  transition: all 0.3s;
  text-align: center;
}
#concept .bnr_box a:hover {
  opacity: 0.5;
}
#concept .bnr_box img {
  width: 100%;
  max-width: 200px;
  height: auto;
}



/*------------------
footerメニュー
------------------*/

#footer_menu {
  position:fixed;
  bottom: 5px;
  z-index: 50;
  margin: 0 auto;
  width: 100%;
}

#footer_menu p {
  text-indent:inherit;
  display:inline-block;
  margin-bottom: 0px;
  text-indent: 0;

}
#footer_menu p a {
  color: #fff;
  padding: 6px 3px;
  display: block;
}
.footer_menu_box {
  display: flex;
  align-items: center;
}

.footer_menu_box p {
  text-align: center;
  margin: 5px;
  font-size: 12px;
  width: 33%;
  border-radius: 3px;
}

.footer_menu_box p.tel{
  background: #b02f34;
  padding: 9px 0;
}
.footer_menu_box p.line{
  background: #01b901;
  padding: 9px 0;
}
.footer_menu_box p.reserve {
  background: #f6be55;
  padding: 9px 0;
}
.footer_menu_box p.line img{
  max-width: 20px;
  }
/*------------------
ぱんくず
------------------*/

.breadcrumbs {
  background: #4d3b48;
}

.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
}

.breadcrumbs ol li {
  color: #fff;
  font-size: 14px;
}

.breadcrumbs ol li::after {
  content: ">";
  display: inline-block;
  margin-right: 4px;
  -webkit-transform: scale(0.6, 1);
          transform: scale(0.6, 1);
}

.breadcrumbs ol li:last-child::after {
  content: none;
}

.breadcrumbs ol li a {
  color: #fff;
}

.footer_inner {
  background: url("../images/bg_footer.jpg") top center no-repeat;
  background-position: 60% 0;
  background-size: cover;
  padding: 8px;
}

.footer_inner nav {
  margin: 0 0 40px;
}

.footer_inner nav ul {
  text-align: center;
}

.footer_inner nav ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0 4px 8px;
  text-shadow: rgba(56, 0, 38, 0.38) 1px 1px 10px, rgba(56, 0, 38, 0.38) -1px 1px 10px, rgba(56, 0, 38, 0.38) 1px -1px 10px, rgba(56, 0, 38, 0.38) -1px -1px 10px;
}

.footer_inner nav ul li a {
  color: #fff;
}

.footer_inner .footer_logo {
  margin: 0 auto 24px;
  width: 200px;
}

.footer_inner .footer_info {
  color: #fff;
  margin: -6px 0 118px;
  padding: 8px;
  text-align: center;
}

.footer_inner .footer_info .info_tel {
  margin: 0 auto 24px;
  width: 240px;
}

.footer_inner .footer_info .info_tel a {
  background: #fff;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 24px 0 rgba(56, 0, 38, 0.38);
          box-shadow: 0 0 24px 0 rgba(56, 0, 38, 0.38);
  color: #b02f34;
  display: block;
  padding: 8px;
  width: 100%;
}

.footer_inner .footer_info .info_time p {
  display: inline-block;
  text-shadow: rgba(56, 0, 38, 0.38) 1px 1px 10px, rgba(56, 0, 38, 0.38) -1px 1px 10px, rgba(56, 0, 38, 0.38) 1px -1px 10px, rgba(56, 0, 38, 0.38) -1px -1px 10px;
}

.footer_inner .copyright {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.footer_link {
  font-size: 10px;
  padding: 4px;
  text-align: center;
}

#mainvisual_sub {
  background: url("../images/bg_sub.jpg") top center no-repeat;
  background-size: cover;
  padding: 80px 0 40px;
}

#mainvisual_sub h2 {
  color: #fff;
}

#mainvisual_sub h2 span {
  color: #fff;
  font-size: 16px;
}

#therapist {
  padding: 40px 0;
}

/*------------------
リンクバナーエリア
------------------*/
#link_column{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 40px;
}
.link_bnr_area{
  display: block;
}
.link_bnr_01{
  margin-right: 0;
  margin-bottom: 20px;
}

/*------------------
スケジュール
------------------*/
#schedule {
  padding: 40px 0;
}

#schedule .schedule_inner,
#profile .profile_inner {
  max-width: 1000px;
  margin: 0 auto;
}
/* ナビゲーションボタン 上書き*/
.sch_nav_btn.swiper-button-prev,
.sch_nav_btn.swiper-button-next {
	margin-top: 0;
	width: auto;
	height: 32px;
	background: #f6adc6;
	border: #f6adc6;
	color: #fff;
	transition: ease 0.3s;
}
.sch_nav_btn.swiper-button-prev:after,
.sch_nav_btn.swiper-button-next:after {
	display: none;
}
.sch_nav_btn.swiper-button-prev {
	top: 0;
	left: 0;
	padding: 0 16px 0 8px;
	margin: 0 3px 9px;
}
.sch_nav_btn.swiper-button-next {
	top: 0;
	right: 0;
	padding: 0 10px 0 16px;
	margin: 0 3px 9px;
}
.sch_nav_btn.swiper-button-prev.swiper-button-disabled,
.sch_nav_btn.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.schedule_week_box .swiper,
.profile_box_schedule .swiper {
  overflow: hidden;
}

/* テキストメニュー */
.schedule_nav {
  margin: 40px auto 24px auto;
/*	padding: 10px 0;*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
}
.schedule_nav li {
  width: calc((100% - 42px)/ 7);
  background: rgba(255, 255, 255, 0.4);
  margin: 0 3px 9px;
  border: 1px solid #b02f34;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.schedule_nav li a {
  padding: 10px;
  display: block;
  color: #333333;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.schedule_nav li a:hover {
  opacity: 0.6;
}
.schedule_nav li.active a {
  background: #b02f34;
  border: solid 1px #b02f34;
  color: #fff;
}
.schedule_nav li.active a:hover{
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .schedule_nav li:first-child{
      width: 100%;
}
  .schedule_nav li {
      width: calc((100% - 17px)/ 2 );
      margin: 0 3px 9px;
}
}
.swiper-slide img {
	height: auto;
	width: 100%;
}

/*------------------
プロフィール
------------------*/
#profile {
  padding: 40px 24px;
}

#profile .profile_box_left {
  margin: 0 0 40px;
}

#profile .profile_box_left .img_box {
  margin: 0 0 24px;
  position: relative;
}

#profile .profile_box_left .img_box .icon_new {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
}

#profile .profile_box_left .img_box .icon_discount {
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
}

#profile .profile_box_left .profile_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#profile .profile_box_left .profile_thumb a {
  display: block;
  width: 20%;
}

#profile .profile_box_right .profile_text,
#profile .profile_box_left .profile_text {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 24px;
  padding: 24px 16px;
  text-align: center;
}

#profile .profile_box_right .profile_text .profile_sub,
#profile .profile_box_left .profile_text .profile_sub {
  color: #b02f34;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0 0 8px;
}

#profile .profile_box_right .profile_text .size,
#profile .profile_box_left .profile_text .size {
  margin: 0 0 24px;
}

#profile .profile_box_right .profile_text .size span,
#profile .profile_box_left .profile_text .size span{
  color: #b02f34;
  font-size: 12px;
}

#profile .profile_box_right .profile_text .discount_count,
#profile .profile_box_left .profile_text .discount_count {
  margin-bottom: 24px;
  display: inline-block;
  padding: 2px 8px;
  color: #fff;
  background: #e96292;
}

#profile .profile_box_right .profile_text .icon img,
#profile .profile_box_left .profile_text .icon img {
  margin: 0 4px;
  width: 80px;
}

#profile .profile_box_right .profile_comment,
#profile .profile_comment {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 24px;
  padding: 24px 16px;
  text-align: center;
}

#profile .profile_box_right .profile_comment h3,
#profile .profile_comment h3 {
  color: #b02f34;
  margin: 0 0 8px;
}

#profile .profile_box_right .profile_comment table,
#profile .profile_comment table {
  margin: 0 0 24px;
  width: 100%;
}

#profile .profile_box_right .profile_comment table th,
#profile .profile_comment table th {
  background: #b02f34;
  border: 1px solid #f5d4df;
  color: #fff;
  font-size: 12px;
  padding: 8px 4px;
  vertical-align: middle;
}

#profile .profile_box_right .profile_comment table td,
#profile .profile_comment table td {
  border: 1px solid #b02f34;
  color: #b02f34;
  vertical-align: middle;
}

#profile .movie {

}

#profile .movie_box {
  text-align: center;
  width: 327px;
  margin: 0 auto 40px
}

#profile .twitter {
  margin: 0 auto 40px;
  max-width: 640px;
}

#profile #profile_gallery,
#profile #profile_report {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 24px;
  padding: 24px 16px;
}

#profile #profile_gallery img,
#profile #profile_report img {
  width: auto!important;
  max-width: 100%;
  height: auto!important;

}
#profile #profile_report img:hover {
	opacity: 0.6;
}

#profile #profile_gallery h3,
#profile #profile_report h3 {
  color: #f6adc6;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0 0 24px;
  text-align: center;
}

#profile #profile_gallery h3 span,
#profile #profile_report h3 span {
  color: #333;
  display: block;
  font-size: 12px;
}

#profile #profile_gallery div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  margin-top: 15px;
}

#profile #profile_gallery div a {
  width: calc((100% - 20px)/5);
  overflow: hidden;
  position: relative;
  display: inline-block;
}

#profile .profile_box_schedule h3,
#profile .twitter_bnr h3,
#profile .twitter h3,
#profile .movie_box h3 {
  color: #b02f34;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0 0 24px;
  text-align: center;
}

#profile .profile_box_schedule .profile_box_schedule_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-top: 40px;
}

#profile .profile_box_schedule .profile_box_schedule_inner .sch_day {
  background: #b02f34;
  color: #fff;
}

#profile .profile_box_schedule .profile_box_schedule_inner .sch_day div {
  padding: 16px 8px;
}

#profile .profile_box_schedule .profile_box_schedule_inner .sch_time div {
  background: rgba(255, 255, 255, 0.4);
  padding: 16px 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}

#profile .profile_box_schedule .profile_box_schedule_inner .sch_icon {
  flex-grow: 1;
}

#profile .profile_box_schedule .profile_box_schedule_inner .sch_icon div {
  background: rgba(255, 255, 255, 0.4);
}

#profile .profile_box_schedule .profile_box_schedule_inner > div > div {
  border: 1px solid #f3d0dc;
  display: block;
  height: 60px;
  margin: 0 -1px -1px 0;
  padding: 8px;
  text-align: center;
}

#profile .profile_box_schedule .profile_box_schedule_inner > div > div a {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 42px;
  line-height: 1.2;
  padding: 6px 4px;
  width: 42px;
}

#profile .profile_box_schedule .profile_box_schedule_inner > div > div .sch_icon_tel {
  background: #d07ebe;
  border: 1px solid #d07ebe;
}

#profile .profile_box_schedule .profile_box_schedule_inner > div > div .sch_icon_line {
  background: #7ed09f;
  border: 1px solid #7ed09f;
}

#profile .profile_box_schedule .profile_box_schedule_inner > div > div .sch_icon_web {
  background: #7eb2d0;
  border: 1px solid #7eb2d0;
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.75) !important;
}

/*体験レポート*/
.prof_reportbox ul{
  align-items: start;
  display: flex;
  flex-wrap: wrap;
}
.prof_reportbox ul li{
padding: 4px;
width: 50%;
}
.prof_reportbox ul li img{
margin-bottom: 8px;
}
.prof_reportbox ul li p{
font-size: 13px;
text-align: left;
}
.prof_reportbox span.report{
background: red;
color: #fff;
padding: 2px 4px;
margin-right: 4px;
}
@media screen and (min-width: 550px) {
.prof_reportbox ul li{
  padding: 10px;
}
.prof_reportbox ul li p{
  font-size: 14px;
}
}

#topics {
  padding: 40px 24px;
}

#topics article {
  background: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 24px 0 rgba(255, 255, 255, 0.2);
  margin: 0 0 24px;
  padding: 24px;
}

#topics article h3 {
  color: #b02f34;
}

#topics article time {
  border-bottom: 1px solid #b02f34;
  color: #b02f34;
  display: block;
  font-size: 12px;
  margin: 0 0 8px;
  padding-bottom: 8px;
}

#topics .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#topics .pagination li {
}

#topics .pagination li a {
  background: #fff;
  border-radius: 4px;
  color: #b02f34;
  display: block;
  font-family: sans-serif;
  font-weight: bold;
  margin: 8px;
  padding: 8px 16px;
}

#topics_top #info_box img{
    width:auto !important;
  }

#system {
  padding: 40px 24px;
}

#system > div {
  margin: 0 auto;
  max-width: 680px;
}

#system .pagetext_box {
  max-width: 680px;
}

#system .system_price {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  color: #333;
  font-size: 14px;
  padding: 32px 20px;
  margin: 0 auto 24px;
  max-width: 680px;
}

#system .system_price table {
  font-size: 20px;
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
  vertical-align: middle;
  line-height: 1.2;
}

#system .system_price table tr th {
  border-bottom: 1px solid #f6adc6;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  /* width: 50%; */
}
#system .system_price table tr td {
  border-bottom: 1px solid #f6adc6;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  /* width: 50%; */
}
#system .system_price table.column2 th,
#system .system_price table.column2 td{
  width: 50%;
}
#system .system_price table.column3 th,
#system .system_price table.column3 td{
  width: 30%;
}
#system .system_price table tr .price {
  width: 50%;
  color: #dc4545;
}
/* #system .system_price .op th{
  padding: 8px 10px 8px 0;
} */
#system .system_price p{
  margin: 20px auto 0px;
  max-width: 480px;
}
#system .system_price p.txt {
  margin: 0 auto 10px;
  color: #dc4545;
  text-align: center;
  max-width: 480px;
}
#system .system_price table .lth {
  text-decoration:none;
}
#system .system_price .op {
  margin-top: 30px;
  font-size: 18px;
}
#system .system_price .op .table_title th {
    border-top: none;
}
#system .system_price .op tr th.txt2 {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}
#system .system_price table tr span {
  display: inline-block;
  font-size: 12px;
}

#system .system_price table .table_title th {
  border-top: 1px solid #f6adc6;
  background: #f6adc6;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 8px;
  text-align: center;
}

#system .system_flow {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  color: #333;
  font-size: 14px;
  padding: 32px 40px;
  margin: 0 auto 24px;
  max-width: 680px;
}

#system .system_flow > p {
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0 0 24px;
  text-align: center;
}

#system .system_flow dl > div {
  margin: 0 0 64px;
}

#system .system_flow dl > div dt {
  color: #f6adc6;
  font-size: 18px;
  margin: 0 0 8px;
  text-align: justify;
}

#system .system_flow dl > div dt span {
  background: #f6adc6;
  color: #fff;
  font-size: 12px;
  margin: 0 8px 0 0;
  padding: 4px 8px;
}

#system .system_flow dl > div dd div {
  margin: 0 0 8px;
}

#system .system_flow dl > div dd a {
  border-bottom: 1px solid #f6adc6;
  color: #f6adc6;
}

#system .system_qa {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  color: #333;
  font-size: 14px;
  padding: 32px 24px;
  margin: 0 auto 24px;
  max-width: 680px;
}

#system .system_qa > p {
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0 0 24px;
  text-align: center;
}

#system .system_qa dl > div {
  margin: 0 0 40px;
}

#system .system_qa dl > div dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 24px;
}

#system .system_qa dl > div dt div {
  margin: 0 16px 0 0;
  width: 50px;
}

#system .system_qa dl > div dt p {
  background: #d9d9d9;
  border-radius: 8px;
  width: 76%;
  padding: 8px 16px;
  position: relative;
  display: inline-block;
}

#system .system_qa dl > div dt p::before {
  content: "";
  position: absolute;
  top: 28%;
  right: 100%;
  border: 8px solid transparent;
  border-right: 8px solid #d9d9d9;
}

#system .system_qa dl > div dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#system .system_qa dl > div dd p {
  background: #f6adc6;
  border-radius: 8px;
  color: #fff;
  width: 76%;
  padding: 8px 16px;
  position: relative;
  display: inline-block;
}

#system .system_qa dl > div dd p::before {
  content: "";
  position: absolute;
  top: 14%;
  left: 100%;
  border: 8px solid transparent;
  border-left: 8px solid #f6adc6;
}

#system .system_qa dl > div dd div {
  margin: 0 0 0 16px;
  width: 50px;
}
#access {
  background-size: cover;
  padding: 40px 24px;
}

#access .pagetext_box a {
  color: #f6adc6;
  text-decoration:none;
}

#access.top_access .top_access_map{
  margin:0 auto;
  max-width: 900px;
}
#recruit {
  padding: 40px 24px;
}

#recruit .pagetext_box {
  max-width: 680px;
  padding: 24px;
}

#section_err {
  background-size: cover;
  padding: 40px 24px;
}



#recruit .pagetext_box .pagetext_box_title {
  border-bottom: 4px double #f6adc6;
  color: #f6adc6;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
}

#recruit .pagetext_box .recruit_table table {
  font-size: 11px;
  margin: 0 0 24px;
  width: 100%;
}

#recruit .pagetext_box .recruit_table table tr th {
  background: #f6adc6;
  border: 1px solid #f5d4df;
  color: #fff;
  padding: 8px;
}

#recruit .pagetext_box .recruit_table table tr td {
  border: 1px solid #f6adc6;
  padding: 8px;
}

#recruit .pagetext_box .recruit_supplement {
  font-size: 11px;
}
#recruit .pagetext_box .recruit_supplement ul li {
  padding-left: 1em;
  text-indent: -0.7em;
}

#recruit .pagetext_box .recruit_supplement ul li span {
  color: #f6adc6;
  margin-right: 4px;
}

#recruit .recruit_card > div {
  background: #f9ecec;
  border-radius: 8px;
  margin: 0 0 24px;
  padding: 24px;
}

#recruit .recruit_button {
  margin: 24px auto;
  max-width: 680px;
}

#recruit .recruit_button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#recruit .recruit_button ul li {
  margin: 0 1%;
  width: 33.333333%;
}

#recruit .recruit_button ul li a {
  border-radius: 9999px;
  color: #fff;
  display: block;
  font-family: sans-serif;
  font-size: 12px;
  padding: 16px 0;
  text-align: center;
}

#recruit .recruit_button ul li:nth-child(1) a {
  background: #d189d3;
}

#recruit .recruit_button ul li:nth-child(2) a {
  background: #89b7d3;
}

#recruit .recruit_button ul li:nth-child(3) a {
  background: #89d3a1;
}

#recruit dl div {
  margin: 0 0 24px;
}

#recruit dl div dt {
  background: #b02f34;
  color: #fff;
  margin: 0 0 8px;
  padding: 4px 16px;
}

#recruit .recruit_form {
  margin: 0 0 24px;
}

#recruit .recruit_form a {
  background: #d389aa;
  border-radius: 9999px;
  color: #fff;
  display: block;
  font-family: sans-serif;
  font-size: 12px;
  padding: 16px 0;
  text-align: center;
}
.recruit_line_image {
  border: 1px solid #09B53A;
  margin: 0 auto 24px;
  max-width: 280px;
  padding: 24px 24px 8px;
  text-align: center;
}

#recruit .point_box{
  display: block;
}

#recruit .arrow_box{
  padding: 10px;
  background: #b02f34;;
  vertical-align: middle;
  text-align: left;
  overflow: visible;
  position: relative;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 0;
  border-radius: 100px;
  margin-bottom: 10px;
}
#recruit .arrow_box:after{
    left: 47%;
    bottom: -40%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-left-color: #b02f34;
    border-width: 10px;
    transform: rotate(90deg);
}

#recruit .point_box dd{
    padding: 10px 10px 10px 10px;
    }


#recruit .pagetext_box.greeting p span {
  color: #f5568c;
}

#recruit .pagetext_box.point6 p span {
  color: #b02f34;
}

#recruit .pagetext_box.point6 .pagetext_box_title {
  margin-bottom: 0;
}

.fs_10 {
  font-size: 10px !important;
}

.fs_16 {
  font-size: 16px !important;
}

.fs_18 {
  font-size: 18px !important;
}

.fs_20 {
  font-size: 20px !important;
}

.fw_b {
  font-weight: bold;
}

.c_red {
  color: #f00;
}

.c_pink {
  color: #f5568c;
}

.mb_0 {
  margin-bottom: 0 !important;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_16 {
  margin-bottom: 16px;
}
.mb_24 {
  margin-bottom: 24px;
}
.mt_10 {
  margin-top: 10px;
}

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

.page_frame {
  border: 1px solid #b02f34;
  padding: 8px;
}

.page_round {
  background: #b02f34;
  border-radius: 9999px;
  color: #fff;
  display: inline-block;
  padding: 4px 16px;
}

.page_round_a {
  background: #fff;
  color: #b02f34;
  padding: 4px 16px;
  text-align: center;
  border: 1px double #b02f34;
}

.page_round_c {
  background: #b02f34;
  border-radius: 9999px;
  color: #fff;
  padding: 4px 16px;
  text-align: center;
}

.page_border {
  border-bottom: 1px solid #b02f34;
}

.sch_info1 {
  background: #3e9be2;
  padding: 4px;
  color: #fff;
}
.sch_info2 {
  background: #e23e55;
  padding: 4px;
  color: #fff;
}
.sch_info_pro1 {
  background: #3e9be2!important;
  padding: 2px 20px!important;
  color: #fff;
  font-size: 13px;
}
.sch_info_pro2 {
  background: #e23e55!important;
  padding: 2px 20px!important;
  color: #fff;
  font-size: 13px;
}

#contents_reserve,
#contents_contact,
#contents_enquete,
#contents_entry {
  padding: 40px 24px;
}

#contents_reserve form,
#contents_contact form,
#contents_enquete form,
#contents_entry form {
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  max-width: 480px;
  padding: 24px;
}

#contents_reserve table,
#contents_contact table,
#contents_enquete table,
#contents_entry table {
  display: block;
}

#contents_reserve table tr,
#contents_contact table tr,
#contents_enquete table tr,
#contents_entry table tr {
  display: block;
  margin: 0 0 24px;
}

#contents_reserve table tr th,
#contents_contact table tr th,
#contents_enquete table tr th,
#contents_entry table tr th {
  color: #f6adc6;
  display: block;
  text-align: left;
}

#contents_reserve table tr td,
#contents_contact table tr td,
#contents_enquete table tr td,
#contents_entry table tr td {
  display: block;
  text-align: left;
}

#contents_reserve table tr td input[type="text"],
#contents_reserve table tr td input[type="email"],
#contents_contact table tr td input[type="text"],
#contents_contact table tr td input[type="email"],
#contents_enquete table tr td input[type="text"],
#contents_enquete table tr td input[type="email"],
#contents_entry table tr td input[type="text"],
#contents_entry table tr td input[type="email"] {
  width: 80%;
}

#contents_reserve table tr td textarea,
#contents_contact table tr td textarea,
#contents_enquete table tr td textarea,
#contents_entry table tr td textarea {
  min-height: 100px;
  width: 80%;
}

#contents_reserve table tr td label,
#contents_contact table tr td label,
#contents_enquete table tr td label,
#contents_entry table tr td label {
  white-space: nowrap;
}

#contents_entry {
  background: #f9ecec;
  padding: 40px 24px;
}

#contents_entry .entry_title {
  color: #f6adc6;
  font-size: 20px;
  margin: 0 0 24px;
  text-align: center;
}

#contents_mailmagazine {
  padding: 40px 24px;
}

#contents_link {
  padding: 40px 24px;
}

#contents_link table {
  background: #fff;
  margin: 0 auto 40px;
  max-width: 480px;
}

#contents_link table tr th {
  border: 1px solid #f6adc6;
  color: #f6adc6;
  padding: 8px;
}

#contents_link table tr td {
  border: 1px solid #f6adc6;
  padding: 8px;
}

#contents_link table tr td .bnr_88 {
  width: 88px;
}

#contents_link table tr td .bnr_160 {
  width: 160px;
}

#contents_link table tr td .bnr_200 {
  width: 200px;
}

#contents_link table tr td .bnr_468 {
  max-width: 468px;
  width: 100%;
}

#contents_link .list_link_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(90%, 680px);
  margin: 0 auto;
}
#contents_link .list_link_box li {
  width: calc((100% - 60px) / 7);
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width:769px) {
  #contents_link .list_link_box li {
    width: calc((100% - 40px) / 5);
  }
}
@media screen and (max-width:520px) {
  #contents_link .list_link_box li {
    width: calc((100% - 20px) / 3);
  }
}

#contents_link .list_link_box img {
  height: 31px;
  width: 88px;
}

.ta_l {
  text-align: left;
}

.atten_01 {
  color: #f00;
}

.pagetext_box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  color: #333;
  font-size: 14px;
  padding: 32px 24px;
  margin: 0 auto 24px;
  max-width: 480px;
}

.pagetext_box p {
  margin-bottom: 16px;
}

.pagetext_box p span {
  color: #f00;
}

@media screen and (min-width:769px) {
  .br_pc {
      display: none;
  }
  #footer_menu {
    display: none;
  }
  .pro_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pro_pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  /*------------------
  リンクバナーエリア
  ------------------*/
  .link_bnr_area{
    display: flex;
  }
  .link_bnr_01{
    margin-right: 20px;
    margin-bottom: 0;
  }

  header .nav_sp {
    display: none;
  }
  header .nav_pc {
    background: rgba(255, 255, 255, 0.64);
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
  }
  header .nav_pc > div {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  header .nav_pc > div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .nav_pc > div ul li {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1;
    text-align: center;
  }
  header .nav_pc > div ul li a {
    color: #333;
    display: block;
    padding: 16px;
  }
  header .nav_pc > div ul li a span {
    display: block;
    font-size: 10px;
    margin: 4px 0 0;
  }
  header .nav_pc > div ul .header_pc_logo {
    margin: 4px 0 0;
    width: 80px;
  }
  #mainvisual img {
    width: 446px;
  }
  #mainvisual_sub {
    padding: 128px 0 40px;
  }
  #therapist,
  #schedule,
  #profile {
    padding: 80px 40px;
  }
  .header_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_info .info_tel {
    margin: 0;
    width: 400px;
  }
  .header_info .info_time {
    margin: 8px 0 0 16px;
  }
  #headline > div {
    margin: 0 auto;
    max-width: 720px;
  }
  .inner {
    padding: 80px 40px;
  }
  #top_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 80px 40px;
  }
  #top_column section {
    max-width: 500px;
    padding: 0;
    width: 50%;
  }
  #top_column #news {
    margin: 0;
  }
  #top_column #news .news_top_inner {
    padding: 19px 52px 24px;
  }

  /* トップ - イベント画像 */
  #event_top .event_box .event_pc {display: block;}
  #event_top .event_box .event_sp {display: none;}

  #topics_top {
    padding: 80px 40px;
    margin: 0 0 0 100px;
  }
  #topics_top #info_box dd {
  /* height: 330px; */
  }

  .cast_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cast_box li {
    width: 33.333333%;
  }
  .cast_box li a .cast_image .icon_new {
    width: 88px;
  }
  .cast_box li a .cast_image .icon_discount {
    width: 88px;
  }
  .cast_box li a .cast_text .cast_icon {
    gap: 8px;
  }
  .cast_box li a .cast_text .cast_icon div {
    width: calc((100% - 8px) / 2);
  }
  #schedule_today {
    padding: 80px 40px;
  }
  #newtherapist {
    padding: 80px 40px;
  }
  #newtherapist ul {
    margin: 0 auto;
    max-width: 724px;
  }
  #newtherapist ul li {
    width: 48%;
    margin: 0 16px;
  }
  #pickup ul {
    margin: 0 auto;
    max-width: 330px;
  }
  #pickup ul li {
    margin: 0 0 16px;
  }
  #twitter > div {
    margin: 0 auto;
    max-width: 640px;
  }
  #instagram > div{
    margin: 0 auto;
    max-width: 640px;
  }

  #banner div {
    margin: 0 auto;
    max-width: 1000px;
  }
  #banner div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #banner div ul li {
    margin: 0 1% 24px;
    max-width: 440px;
    width: 48%;
  }
  #concept h2 {
    font-size: 24px;
  }
  #concept h2 span {
    font-size: 30px;
  }
  #concept div {
    margin: 0 auto;
    max-width: 1000px;
  }
  .breadcrumbs ol {
    margin: 0 auto;
    max-width: 1200px;
    padding: 8px;
  }
  footer .footer_inner nav {
    margin: 8px 0 80px;
  }
  footer .footer_inner .footer_logo {
    margin: 0 auto 80px;
    width: 446px;
  }
  #profile .profile_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 768px;
  }
  #profile .profile_box .profile_box_left {
    max-width: 400px;
    width: 57%;
  }
  #profile .profile_box .profile_box_right {
    margin: 0 0 40px 40px;
    max-width: 327px;
    width: 43%;
  }
  #profile #profile_gallery,
  #profile #profile_report {
    margin: 0 auto 40px;
    max-width: 1000px;
  }
  #profile #profile_gallery div a {
    width: calc((100% - 35px)/8);
    overflow: hidden;
    position: relative;
    display: inline-block;
  }
  #profile .profile_box_schedule .profile_box_schedule_inner {
    margin: 0 auto;
    max-width: 1000px;
    margin-top: 40px;
  }
  #profile .profile_box_schedule .profile_box_schedule_inner > div {
    width: 33.333333%;
  }
  #topics article {
    margin: 0 auto 40px;
    max-width: 640px;
  }
  #recruit .pagetext_box .recruit_table table tr td {
    font-size: 14px;
  }
  #recruit .pagetext_box .recruit_supplement ul li {
    padding-left: 0em;
    text-indent: 0em;
  }
  #recruit .pagetext_box .recruit_supplement {
    font-size: 14px;
  }
  #recruit .recruit_card > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #recruit .recruit_card > div > div {
    margin-right: 24px;
  }
  #system .system_qa {
    padding: 32px 56px;
  }
  #system .system_qa dl > div dt p {
    width: 48%;
  }
  #system .system_qa dl > div dd {
    margin-left: 24%;
  }

  #recruit .point_box .arrow_box{
    min-width: 100px;
    border-radius: 0;
    margin-bottom: 0;
  }
  #recruit .arrow_box:after{
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-left-color: ##b02f34;;
    border-width: 10px;
    margin-top: -10px;
    transform: rotate(0deg);
}
  #recruit .point_box{
  display: flex;
}
  #recruit .point_box dd{
      padding: 10px 10px 10px 35px;
  }
}

@media screen and (max-width: 500px) {
  #system .system_price .op tr th.txt2 {
    font-size: 12px;
    text-align: left;
  }
  .sch_info1 {
    font-size: 12px;
  }
  .sch_info2 {
    font-size: 12px;
  }
  .sch_info_pro1 {
    padding: 2px 10px!important;
    font-size: 12px;
  }
  .sch_info_pro2 {
    padding: 2px 10px!important;
    font-size: 12px;
  }
  #concept .bnr_box {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

}

/*# sourceMappingURL=style.css.map */