@charset "UTF-8";
/*--------------
   header
---------------*/
nav ul li a {
  font-family: 'Noto Serif JP';
  color: #4c4948;
  letter-spacing: 0.1em;
}
.nav ul li a {
    font-family: 'Noto Serif JP';
    color: #4c4948;
    letter-spacing: 0.1em;
}
header {
  position: relative;
}
header .pc nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  max-width: 1240px;
  margin: auto;
  padding: 40px 50px 35px;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #d91761, rgba(255, 255, 255, 0));
  border-image-slice: 1;
  z-index: 1;
}
/*header .pc nav li:not(:last-child)::after {
  content: '/';
  margin-left: 10px;
}*/
/*--------------
   footer
---------------*/
footer {
  padding: 75px 0 35px;
  background: #fbe8ef;
  text-align: center;
}
.ft_nav {
  font-family: 'Noto Serif JP';
  max-width: 1240px;
  margin: auto;
  padding: 0 50px;
}
.ft_nav ul {
  justify-content: space-between;
}
.pc .ft_nav ul li {
  list-style: none;
}
/*.pc .ft_nav ul li:not(:last-child)::after {
  content: '/';
  margin-left: 10px;
}*/
.ft_nav ul li a {
  color: #4c4948;
  letter-spacing: 0.1em;
}
.ft__TTLimg {
  margin: 60px 0 50px;
}
.ft_nav2 {
  font-family: 'Noto Serif JP';
  max-width: 1240px;
  margin: 40px auto 0 auto;
  padding: 0 0;
  font-size: 1.4rem;
}
.ft_nav2 ul {
  justify-content: center;
}
.ft_nav2 ul li {
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
}
.ft_nav2 ul li a {
  color: #4c4948;
  letter-spacing: 0.1em;
}
address {
  font-style: normal;
  letter-spacing: 0.15em;
}
p.copy {
  font-size: 1.4rem;
  margin-top: 10px;
  letter-spacing: 0.15em;
}
.book_btn{
	text-align:center;
	margin-bottom:50px;	
}


/*--------------
   top
---------------*/
.home .mainTTLimg {
  background-image: url("../img/top/mainimg.jpg?20220630");
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  height: 879px;
  background-size: cover;
  text-align: center;
  position: relative;
}
.home .mainTTLimg .catch_copy {
 position: absolute;
    top: 50%;
    transform: translateY(-64%);
    right: 5%;
    text-align: right;
}
.home .mainTTLimg .catch_copy h2 {
  font-size: 6.1rem;
  position: relative;
  font-weight: 300;
  letter-spacing: 0;
}
.home .mainTTLimg .catch_copy h2 span {
  font-size: 7.1rem;
}
.home .mainTTLimg .catch_copy p {
  font-size: 1.8rem;
  letter-spacing: 0.26em;
}
/*コラム*/
.top_effectWrap {
  margin-bottom: 85px;
}
.home h2.pageTTL {
  font-size: 4.4rem;
  margin: 100px 0 60px;
}
.home h2.pageTTL span {
  font-size: 2.5rem;
}
.top_effectWrap ul li {
  width: calc((100% - 120px) / 4);
  list-style: none;
}
.top_effectWrap ul li:not(:last-child) {
  margin-right: 40px;
}
.top_effectWrap ul li a {
  display: block;
  color: #4c4948;
}
.top_effectWrap ul li p img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  object-fit: cover;
}
.top_effectWrap ul li time {
  font-size: 1.4rem;
  color: #d91761;
  margin: 8px 0;
  display: inline-block;
}
.top_effectWrap ul li p.ttl {
  font-size: 1.6rem;
}
/*事業コンセプト*/
.concept {
  padding-bottom: 65px;
  position: relative;
  margin-bottom: 90px;
}
.concept::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fdf3f7;
  width: 1315px;
  height: 100%;
  z-index: -1;
}
.concept h2.pageTTL {
  padding-top: 110px;
}
.top_concept.flex {
  margin-bottom: 85px;
}
.top_concept .flexL {
  margin-right: 60px;
  text-align: justify;
  width: 48%;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.top_concept .flexL h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  font-weight: 300;
}
.top_concept .flexR {
  width: 48%;
}
/*耳つぼダイエットとは*/
.top_about {
  text-align: center;
  margin-bottom:80px;
}
.top_about h2 {
  font-size: 3.9rem;
  display: inline-block;
  margin-bottom: 85px;
  position: relative;
  font-weight: 300;
}
.top_about h2::after {
  content: "ヘルシー耳ツボダイエットとは？";
  font-size: 2.3rem;
  position: absolute;
  text-align: left;
  left: 50%;
  top: 140px;
  width: 100%;
  transform: translateX(-50%);
  font-weight: 300;
}
.top_about p {
  margin-bottom: 1em;
}
.top_about p.moreBT {
  margin: 85px 0 80px;
  text-align:center;
}
/*自社サービスへの導入メリット*/
.top_merit {
  text-align: center;
  margin-bottom: 80px;
}
.top_merit h2.pageTTL {
  margin-top: 30px;
  font-size: 2.8rem;
}
.top_merit ul li {
  list-style: none;
  width: calc((100% - 80px) / 3);
}
.top_merit ul li:not(:last-child) {
  margin-right: 40px;
}
.top_merit ul li p {
  font-family: 'Noto Serif JP';
  font-size: 2rem;
  margin-top: 20px;
}
.top_merit ul li h3 {
  font-size: 3.4rem;
  color: #d91761;
  font-weight: 300;
}
/*自社サービスへの導入の流れ*/
.flowWrap.sliderPC {
  display: block;
}
.flowWrap.sliderSP {
  display: none;
}
.top_flow {
  text-align: center;
  margin-bottom: 90px;
}
.top_flow h2.pageTTL {
  margin-top: 30px;
  font-size: 2.8rem;
  margin-bottom: 55px;
}
.top_flow ul li {
  list-style: none;
  width: calc(25% - 30px);
  background: #d91761;
  height: 280px;
  color: #fff;
  padding-top: 30px;
  position: relative;
}
.top_flow ul li::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  right: -42px;
  background-image: url("../img/top/arrow01.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.top_flow ul li:nth-child(2) {
  background: #e14581;
}
.top_flow ul li:nth-child(2)::after {
  background-image: url("../img/top/arrow02.png");
}
.top_flow ul li:nth-child(3) {
  background: #f4b9d0;
  color: #d91761;
}
.top_flow ul li:nth-child(3)::after {
  background-image: url("../img/top/arrow03.png");
}
.top_flow ul li:nth-child(4) {
  background: #fff;
  color: #d91761;
  border: solid 4px #d91761;
}
.top_flow ul li:nth-child(4)::after {
  display: none;
}
.top_flow ul li p.number {
  background: #fff;
  padding: 0 20px;
  border-radius: 52px;
  color: #d91761;
  display: inline-block;
  font-size: 2.6rem;
  margin-bottom: 42px;
}
.top_flow ul li:nth-child(4) p.number {
  background: #d91761;
  color: #fff;
}
.top_flow ul li h3 {
  font-family: 'Noto Sans JP';
  font-weight: 300;
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
}
.top_flow ul li h3 span {
  font-size: 2rem;
}
.top_flow ul li:nth-child(4) h3 {
  color: #d91761;
}
.top_flow ul li p.bt {
  margin-top: 20px;
}
.top_flow ul li p.bt a {
  font-size: 1.4rem;
  background: #f7d1df;
  text-align: center;
  display: inline-block;
  color: #232323;
  padding: 10px 20px;
}
/*認定講師紹介*/
.top_instructor {
  padding: 65px 0 85px;
  position: relative;
}
.top_instructor::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #fdf3f7;
  width: 1315px;
  height: 100%;
  z-index: -1;
}
.top_instructor h2.pageTTL {
  margin-top: 0;
  margin-bottom: 60px;
}
.top_instructor p {
  text-align: center;
}
.instructor_Wrap {
  margin: 50px 0 45px;
}
.instructor_Wrap ul {
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
.instructor_Wrap ul li {
  text-align: left;
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  margin-bottom: 45px;
  overflow: hidden;
}
.instructor_Wrap ul li a {
  display: block;
  color: #4c4948;
}
.instructor_Wrap .flex li img {
  width: 280px;
  height: 280px;
  overflow: hidden;
  object-fit: cover;
}
.instructor_Wrap .flex li:nth-child(4n) {
  margin-right: 0;
}
.top_instructor p.instructor_name {
  text-align: left;
}
/*サービス導入事業者の声*/
.voiceWrap {
  justify-content: flex-end;
}
.voiceWrap li {
  margin-bottom: 105px;
  position: relative;
}
/* .voiceWrap li .textG {
  float: right;
  width: 600px;
  transform: translateX(58%);
}
.voiceWrap li:nth-child(2) .textG {
  float: left;
  width: 590px;
  transform: translateX(-58%);
} */
.voiceWrap li .textG {
  width: 28%;
  margin-left: calc((100% - 1240px) / 2);
  margin-right: 0;
}
.voiceWrap li:nth-child(2n) .textG {
  margin-right: calc((100% - 1240px) / 2);
  margin-left: 0;
}
.voiceWrap li:nth-child(2n) {
  flex-direction: row-reverse;
}
.voiceWrap li:nth-child(2n) img {
  left: inherit;
  right: 52%;
}
.voiceWrap li .textG h3 {
  font-weight: 300;
  font-size: 3rem;
  position: relative;
  top: -15px;
  margin-bottom: 25px;
}
.voiceWrap li .textG p {
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 40px;
}
.voiceWrap li img {
  width: 930px;
  height: 326px;
  overflow: hidden;
  object-fit: cover;
}
.voiceWrap li .info {
  /* justify-content: center; */
  justify-content: flex-start;
}
.voiceWrap li .textG .info dl {
  display: inline-block;
}
.voiceWrap li .textG .info dl::after {
  content: "/";
  padding: 0 20px;
}
.voiceWrap li .textG .info dl.age dt {
  display: none;
}
.voiceWrap li .textG .info dt, .voiceWrap li .textG .info dd {
  display: inline-block;
  color: #d91761;
  letter-spacing: 0.1em;
}
.voiceWrap li .textG .info dl:last-child::after {
  display: none;
}
.top_voice .moreBT {
  margin: 85px 0 90px;
}
.top_meeting {
  padding: 65px 0;
  background: #ebeef5;
  margin: 0;
}
/*事業者相談会*/
.top_meeting {
  text-align: left;
  margin-top: 60px;
}
.top_meeting h2.pageTTL {
  margin: 0 0 60px;
  padding-bottom: 0;
  font-size: 3.4rem;
}
.top_meeting .flex {
  margin-bottom: 85px;
}
.top_meeting .flexL {
  margin-right: 60px;
  text-align: justify;
  width: 48%;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.top_meeting .flexL h3 {
  text-align: left;
  font-weight: 300;
  font-size: 3rem;
  margin-bottom: 40px;
}
.top_meeting .textG {
  text-align: center;
  margin: 0;
}
.top_meeting .flexL p {
  margin-top: 20px;
  text-align: justify;
}
/*information*/
.information {
  padding: 0 0 60px;
}
.information .flex {
  flex-wrap: wrap;
}
.information .flexL {
  width: 31%;
  margin-right: 60px;
}
.information .flexR {
  padding-top: 120px;
  width: calc(66% - 60px);
  margin-bottom: 50px;
}
.information .flexR dt {
  width: 20%;
  padding-bottom: 10px;
  border-bottom: dotted 1px;
  margin-bottom: 35px;
}
.information .flexR dt span {
  color: #fff;
  background-color: #34559c;
  padding: 5px 15px;
  text-align: center;
}
.information .flexR dd {
  width: 80%;
  padding-bottom: 10px;
  border-bottom: dotted 1px;
  margin-bottom: 35px;
}
.information .flexR dd a {
  color: #4c4948;
}
/*--------------
   business-counseling
---------------*/
.mainTTLimg p img {
  width: 90px;
  margin: 25px;
}
.mainTTLimg {
  margin-bottom: 100px;
}
.businessCounseling .mainTTLimg, .areaCounseling .mainTTLimg, .counselingForm .mainTTLimg, .column .mainTTLimg, .column-detail .mainTTLimg, .privacy .mainTTLimg, .information-detail .mainTTLimg ,.company.commercial .mainTTLimg, .terms .mainTTLimg{
  background-image: url("../img/business-counseling/mainimg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  max-width: 100%;
  height: 400px;
  background-size: cover;
  text-align: center;
}
.businessCounseling .consultationArea {
  margin-bottom: 80px;
}
.businessCounseling .consultationArea p.infotxt {
  margin-bottom: 35px;
  text-align: center;
}
.consultationChikiArea {
  margin-bottom: 100px;
}
.consultationChikiArea ul {
  list-style-type: none;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.consultationChikiArea ul::after {
  content: "";
  display: block;
  width: calc((100% - 80px) / 3);
  height: 0;
}
.consultationChikiArea li {
  position: relative;
  width: calc((100% - 80px) / 3);
  margin-bottom: 55px;
  border: 1px solid;
  font-size: 3.6rem;
  font-family: 'Noto Serif JP';
}
.consultationChikiArea li a {
  display: block;
  color: #4c4948;
}
.consultationChikiArea li span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.consultationChikiArea h3 {
  font-size: 3.2rem;
  margin-bottom: 20px;
}
.consultationChikiArea h3::before {
  content: '';
  display: inline-block;
  background: url('../img/common/mark.png') no-repeat center;
  background-size: contain;
  width: 44px;
  height: 50px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}
/*--------------
   area-counseling
---------------*/
.areaCounseling .scheduleArea {
  margin-bottom: 90px;
}
.areaCounseling .scheduleArea h3 {
  font-size: 3.6rem;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 55px;
}
.areaCounseling .scheduleArea h3 span {
  font-size: 4.0rem;
}
/*--------------
   counseling-form
---------------*/
.consultationfomrArea {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 90px;
}
.consultationfomrArea .formArea {
  margin: 55px auto 88px;
}
/* フォーム */
.mailForm {
  margin-top: 55px;
  border-top: solid 1px #232323;
}
.mailForm input[type="text"], .mailForm input[type="email"], .mailForm input[type="tel"], textarea, .mailForm select {
  width: 97.5%;
  height: 60px;
  border: 1px solid #ececec;
  background: #ececec;
  color: #4c4948;
  padding: 2px 2%;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
textarea {
  letter-spacing: 0.2em;
  height: 270px;
  padding-top: 15px;
}
:placeholder-shown {
  font-size: 1.8rem;
}
.mailForm select {
  cursor: pointer;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../img/common/arrow_bottom.png') no-repeat center;
  background-color: #ececec;
  background-size: 12px 10px;
  background-position: right 16px center;
}
/*input[type="submit"] {
  font-size: 2.0rem;
  font-family: 'Noto Serif jp';
  border: none;
  background-color: #fff;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #d91761, transparent);
  border-image-slice: 1;
  padding-bottom: 10px;
}*/
/*button[type="button"].submit {
  font-size: 2.0rem;
  font-family: 'Noto Serif jp';
  border: none;
  background-color: #fff;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #d91761, transparent);
  border-image-slice: 1;
  padding-bottom: 10px;
}*/
input[type="submit"] {
  font-size: 2rem;
  color: #fff;
  border: solid 2px #d91761;
  background-color: #d91761;
  padding: 15px 50px;
  font-family: "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic M";
}
button[type="button"].submit {
  font-size: 2rem;
  color: #fff;
  border: solid 2px #d91761;
  background-color: #d91761;
  padding: 15px 50px;
  font-family: "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic M";
}
button[type="button"].submit:hover {
  color: #d91761;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mailForm td.doui {
  padding: 85px 0;
}
.mailForm td.doui, .mailForm td.sent {
  text-align: center;
}
.mailForm table {
  width: 100%;
}
.mailForm th {
  padding: 55px 7px 35px;
  border-bottom: solid 1px #232323;
  width: 25%;
  vertical-align: top;
  font-weight: 300;
  text-align: left;
}
.mailForm th span {
  color: #d91761;
}
.mailForm td {
  padding: 40px 0 0 60px;
  border: none;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: solid 1px #fff;
  font-weight: 300;
  font-size: 1.6rem;
  vertical-align: top;
  text-align: left;
}
.mailForm td .short {
  width: 45%;
  opacity: 1;
  font-size: 1em;
  margin-right: 3%;
}
/*--------------
   instructor
---------------*/
.instructor .mainTTLimg, .applicationForm .mainTTLimg, .instructor_list .mainTTLimg {
  background-image: url("../img/instructor/mainimg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 400px;
  background-size: cover;
  text-align: center;
}
.introduction_instructor .flexL {
  margin-right: 40px;
  width: 31%;
}
.introduction_instructor .flexL p.instructor_name {
  margin-top: 25px;
  text-align: center;
  font-size: 3rem;
}
.introduction_instructor .flexR {
  width: calc(69% - 40px);
}
.introduction_instructor .flexR h3 {
  font-size: 4.2rem;
  padding-bottom: 10px;
  border-bottom: dotted 1px;
  margin-bottom: 15px;
  margin-top: -18px;
}
.introduction_instructor .flexR dl {
  margin-bottom: 32px;
  font-family: 'Noto Sans JP' !important;
}
.introduction_instructor .flexR dl dt {
  color: #fff;
  background: #34559c;
  font-size: 1.8rem;
  padding: 5px 10px;
  display: inline-block;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.introduction_instructor .flexR h4 {
  font-size: 2.8rem;
  border-bottom: dotted 1px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.introduction_instructor .flexR dl dd {
  font-size: 2rem;
}
.introduction_instructor .flexR p {
  margin-bottom: 45px;
  text-align: justify;
  font-family: 'Noto Sans JP' !important;
}
.schedule {
  margin-top: 70px;
}
.schedule h2 {
  font-size: 4.6rem;
  text-align: center;
  margin-bottom: 50px;
}
.instructor .moreBT{
	margin-bottom: 180px;
}
/*スケジュール*/
.seminarCalendar {
  margin-bottom: 180px;
}
.calendarCondition {
  border: 1px solid #464646;
  background-color: #ececec;
  padding: 10px 30px;
}
.calendarCondition h2, .calendarCondition a {
  color: #464646;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-weight: 300;
  margin-bottom: 0;
}
.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}
.cou.courseCalendar .check_form {
  padding: 25px 30px;
  border: 1px solid #464646;
  background: #fff;
}
.seminarCalendar .check_form {
  padding: 25px;
  border: 1px solid #464646;
  background: #fff;
  color: #d91761;
}
.seminarCalendar .check_form dt {
  font-size: 2.2rem;
  margin-right: 40px;
}
.seminarCalendar .check_form dd {
  font-size: 2rem;
  font-weight: 300;
}
.check_form input {
  width: auto;
  border: none;
  outline: none;
  appearance: none;
  font-size: 18px;
  font-weight: 500;
  color: #754c24;
  margin-right: 5px;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  width: auto;
  color: #4c4948;
}
.checkbox01::before {
  background: #fff;
  border: 1px solid #464646;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkbox01::after {
  border-right: 3px solid #d91761;
  border-bottom: 3px solid #d91761;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
.check_form .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.seminarCalendar .check_form dd {
  font-size: 2rem;
  font-weight: 300;
}
/*--------------
   instructor_list
---------------*/
.instructor_search_sp {
  display: none;
}
.instructor__list {
  margin-bottom: 180px;
}
.instructor__list label {
  display: block;
  list-style: none;
  font-size: 3.2rem;
  background-color: #e4e4e4;
  padding: 10px 20px;
  cursor: pointer;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../img/common/arrow_bottom.png');
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 16px center;
  margin-bottom: 20px;
  transition: .5s;
}
.instructor__list .hidden_box:nth-child(even) label {
  background-color: #f9dce7;
}
.instructor__list label::before {
  content: '';
  display: inline-block;
  background: url(../img/common/mark.png) no-repeat center;
  background-size: contain;
  width: 44px;
  height: 50px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}
/*アイコンを切り替え*/
.hidden_box input:checked ~ label {
  background-image: url('../img/common/arrow_bottom2.png');
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 16px center;
}
/*チェックは見えなくする*/
.hidden_box input {
  display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}
.instructor_Wrap .flex p.instructor_area {
  color: #fff;
  background: #34559c;
  padding: 5px 15px;
  display: inline-block;
  margin: 15px 0 10px;
  font-size: 1.4rem;
}
/*--------------
   company
---------------*/
.company .mainTTLimg {
  background-image: url("../img/company/mainimg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  max-width: 100%;
  height: 400px;
  background-size: cover;
  text-align: center;
}
.company dl {
  flex-wrap: wrap;
  margin-bottom: 170px;
}
.company dl dt, .company dl dd {
  padding: 40px;
  background-color: #fbe8ef;
  letter-spacing: .3em;
}
.company dl dt {
  width: 264px;
}
.company dl dd {
  width: calc(100% - 264px);
}
.company dl dt:nth-of-type(2n), .company dl dd:nth-of-type(2n) {
  background-color: #fff;
}
/* .sub_consultation */
.sub_consultation {
  padding-bottom: 65px;
  background: #ebeef5;
}
.sub_consultation .flex {
  margin-bottom: 85px;
}
.sub_consultation .flexL {
  width: 48%;
  margin-right: 60px;
}
.sub_consultation .flexR {
  width: 48%;
  margin-top: 10px;
}
.sub_consultation .imgArea-sp {
  display: none;
}
/*--------------
   group
---------------*/
.group .mainTTLimg {
  background-image: url("../img/group/mainimg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  max-width: 100%;
  height: 400px;
  background-size: cover;
  text-align: center;
}
.group .flexL {
  width: 48%;
  margin-right: 60px;
}
.group .flexR {
  width: 48%;
}
.group .aboutus {
  position: relative;
  margin-bottom: 90px
}
.group .aboutus img {
  position: absolute;
  left: 0;
  max-width: 930px;
  height: 600px;
  overflow: hidden;
  object-fit: cover;
  width: 48%;
  margin-right: 60px;
  padding-top: 10px;
}
.group .aboutus .txtArea {
  width: 48%;
}
.group .aboutus p {
  margin-bottom: 30px
}
.group .aboutus .president {
  font-size: 2rem;
  text-align: right;
}
.group .aboutus .president span {
  font-size: 1.4rem;
  display: block;
}
.group .ourbusiness {
  margin-bottom: 180px;
  position: relative;
}
.group .ourbusiness::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fdf3f7;
  width: 100%;
  max-width: 1315px;
  height: 60%;
  z-index: -1;
}
.group .ourbusiness h3.subTTL {
  font-size: 2.6rem;
  color: #d91761;
  margin: 35px 0 30px;
}
.group .ourbusiness .flex {
  margin-bottom: 50px;
}
.group .ourbusiness .reserve {
  flex-direction: row-reverse;
}
.group .ourbusiness .reserve .flexL {
  margin-right: 0;
}
.group .ourbusiness .reserve .flexR {
  margin-right: 60px;
}
/*--------------
   impressions
---------------*/
.impressions .mainTTLimg {
  background-image: url(../img/impressions/mainimg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  max-width: 100%;
  height: 400px;
  background-size: cover;
  text-align: center;
}
/*pageNavi*/
.pageNavi {
  justify-content: center;
  margin-bottom: 180px;
}
.pageNavi a {
  color: inherit;
  font-size: 1.8rem;
}
.pageNavi p {
  margin: 0 20px;
}
.pageNavi p.prev {
  margin-right: 95px;
}
.pageNavi p.next {
  margin-left: 95px;
}
.pageNavi p.prev a, .pageNavi p.next a {
  font-size: 1.6rem;
  background: linear-gradient(rgba(255, 255, 255, 0) 55%, rgba(427, 209, 223, 1) 60%);
  padding: 10px;
}
/*--------------
      join
---------------*/
.join .mainTTLimg {
  background-image: url(../img/join/mainimg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  max-width: 100%;
  height: 400px;
  background-size: cover;
  text-align: center;
}
.join .page__top {
  margin-bottom: 100px;
}
.join .page__top .flex {
  position: relative;
  height: 400px;
}
.join .page__top .flex:nth-child(2) {
  flex-direction: row-reverse;
  text-align: right;
}
.join .page__top .textG {
  margin: 90px auto 0;
  width: 1280px;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}
.join .page__top .textG h2 {
  font-size: 6rem;
}
.join .page__top .textG h2 span {
  font-size: 4.5rem;
}
.join .page__top figure img {
  width: 1326px;
  height: 400px;
  overflow: hidden;
  object-fit: cover;
  position: absolute;
  right: 0;
}
.join .page__top .flex:nth-child(2) figure img {
  width: 1326px;
  height: 400px;
  overflow: hidden;
  object-fit: cover;
  position: absolute;
  left: 0;
}
.join .joinContents {
  margin-bottom: 80px;
}
.join .joinContents .flexL {
  width: 46%;
  /* margin-right: 60px;*/
  margin: 0 auto;
}
.join .joinContents .flexL h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  line-height: 1.8;
}
.join .joinContents .flexL p {
  text-align: justify;
  line-height: 1.8;
}
.join .joinContents .flexR {
  width: calc(54% - 60px);
  display: none;
}
.join .joinContents .flexR h4 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.join .joinContents .flexR h4 span {
  color: #d91761;
}
.join .joinContents .flexR p {
  font-size: 1.4rem;
  text-align: justify;
  letter-spacing: 0.15em;
}
.join .joinContents .flexR h5 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 5px;
}
.join .joinContents .flexR .constitution {
  margin-top: 20px;
  height: 315px;
  overflow: auto;
  border: solid 1px #c9c8c8;
  padding: 20px;
}
.join .joinContents .flexR .constitution p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.join .flow {
  position: relative;
  padding: 60px 0 90px;
}
.join .flow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fdf3f7;
  width: 1315px;
  height: 100%;
  z-index: -1;
}
.join .flow p.logo {
  text-align: center;
}
.join .flow h2.pageTTL {
  margin: 0 auto 55px;
}
.join .flow h2.pageTTL span {
  font-size: 2.8rem;
}
.join .flow .flowContents ul li {
  margin-bottom: 30px;
  align-items: flex-start;
}
.join .flow .flowContents ul li .text__Area {
  width: 46%;
  margin-right: 60px;
  align-items: flex-start;
}
.join .flow .flowContents ul li .text__Area > div {
  margin-right: 10px;
}
.join .flow .flowContents ul li .text__Area .number {
  color: #d91761;
  font-size: 1.8rem;
  border: solid 1px;
  padding: 10px 15px;
  text-align: center;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.4;
}
.join .flow .flowContents ul li .text__Area .number span {
  font-size: 120%;
  letter-spacing: 0.15em;
}
.join .flow .flowContents ul li .text__Area h3 {
  color: #d91761;
  font-size: 2.4rem;
  padding-bottom: 5px;
  border-bottom: solid 1px;
  margin-bottom: 30px;
  padding-left: 15px;
  letter-spacing: 0.1em;
}
.join .flow .flowContents ul li .text__Area p {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.8;
}
.join .flow .flowContents ul li img {
  width: calc(54% - 60px);
}
.join .flow .flowContents ul li div img {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: auto;
}
.join .serviceQ_A {
  position: relative;
  padding: 60px 0;
}
.join .serviceQ_A p.logo {
  text-align: center;
}
.join .serviceQ_A h2.pageTTL {
  margin: 0 auto 55px;
}
.join .serviceQ_A h2.pageTTL span {
  font-size: 2.8rem;
}
.join .serviceQ_A .q_aBox {
  margin-bottom: 30px;
}
.join .serviceQ_A .q_aBox dl {
  border-right: solid 50px #fbe8ef;
  border-left: solid 50px #fbe8ef;
  border-top: solid 30px #fbe8ef;
  border-bottom: solid 30px #fbe8ef;
  padding: 30px 50px;
}
.join .serviceQ_A .q_aBox dt {
  color: #d91761;
  font-size: 2.2rem;
  border-bottom: solid 1px;
  padding-bottom: 10px;
  position: relative;
}
.join .serviceQ_A .q_aBox dt::before {
  content: "Q";
  background: #d91761;
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 2.8rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.join .serviceQ_A .q_aBox dd {
  font-size: 1.6rem;
  position: relative;
  margin-left: 4em;
  text-indent: -4em;
  text-align: justify;
}
.join .serviceQ_A .q_aBox dd::before {
  content: "A";
  background: #fff;
  color: #d91761;
  border: solid 1px;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 2.8rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  text-indent: 0;
  position: relative;
  top: 16px;
}
.join .about_join__Contact {
  padding-bottom: 70px;
  margin-bottom: 180px;
  border-bottom: solid 1px;
}
.join .about_join__Contact h2 {
  font-size: 2.4rem;
  position: relative;
}
.join .about_join__Contact h2::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 59%;
  background: #4c4948;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}
.join .about_join__Contact p.message {
  margin: 70px 0 70px 17%;
  ;
}
.join .about_join__Contact .flex {
  justify-content: center;
  align-items: center;
}
.join .about_join__Contact .flex p.contact_phone {
  font-size: 3.2rem;
  margin-left: 90px;
}
.join .bold {
  font-weight: 700;
}
/*--------------
      about
---------------*/
.about .mainTTLimg {
  background-image: url(../img/about/mainimg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  max-width: 100%;
  height: 400px;
  background-size: cover;
  text-align: center;
}
.about .aboutus .infotxt {
  text-align: center;
  margin-bottom: 90px;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
.about .aboutus .infotxt p {
  margin-bottom: 40px;
}
.about .opening {
  height: 570px;
/*  margin-bottom: 60px;*/
}
.about .opening .flex img {
      position: absolute;
    right: 0%;
    height: 570px;
    object-fit: cover;
    width: 1325px;
    overflow: hidden;
}
.about .opening .flex .textG {
  position: relative;
  z-index: 10;
  margin-top: 140px;
}
.about .opening .flex .textG h2 {
  font-size: 7.6rem;
  line-height: 1.4;
}
.about .opening .flex .textG h2 span {
  font-size: 4.6rem;
}
.about .merit {
  position: relative;
  padding: 60px 0 1px;
}
.about .merit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fdf3f7;
  width: 1315px;
  height: 100%;
  z-index: -1;
}
.about .merit p.logo {
  text-align: center;
}
.about .merit h2.pageTTL {
  margin: 0 auto 55px;
}
.about .merit h2.pageTTL span {
  font-size: 2.8rem;
}
.about .merit .meritContents {
  margin-bottom: 80px;
}
.about .merit .meritContents ul li {
  margin-bottom: 55px;
  align-items: flex-start;
}
.about .merit .meritContents ul li .text__Area {
  width: 48%;
  margin-right: 60px;
  align-items: flex-start;
}
.about .merit .meritContents ul li .text__Area > div {
  margin-right: 10px;
}
.about .merit .meritContents ul li .text__Area .number {
  color: #d91761;
  font-size: 2.2rem;
  text-align: center;
  position: relative;
  line-height: 1.4;
  padding-right: 30px;
}
.about .merit .meritContents ul li .text__Area .number span {
  font-size: 140%;
  letter-spacing: 0.15em;
}
.about .merit .meritContents ul li .text__Area p.ttl {
  font-size: 2rem;
}
.about .merit .meritContents ul li:nth-child(4) .text__Area p.ttl {
  font-size: 1.6rem;
}
.about .merit .meritContents ul li .text__Area h3 {
  color: #d91761;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
}
.about .merit .meritContents ul li:nth-child(4) .text__Area h3 {
  font-size: 3.4rem;
}
.about .merit .meritContents ul li .text__Area p {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 1.8;
}
.about .merit .meritContents ul li img {
  width: 590px;
}
.about .merit .meritContents ul li div img {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: auto;
}
.about .merit .meritContents ul li .text__Area .flex {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 45px;
}
.about .merit .meritContents ul li:nth-child(4) .text__Area .flex {
  margin: 55px 0 25px;
}
.about .merit .meritContents ul li:nth-child(4) .text__Area .flex:first-child {
  margin-top: 0;
}
.about .merit .meritContents ul li .text__Area .flex .meritttl {
  border-left: solid 2px #d91761;
  padding-left: 30px;
}
.about .merit .top_flow h2.pageTTL {
  margin-top: 30px;
}
.about .top_voice h2.pageTTL {
  font-size: 4.4rem;
  margin: 65px auto 60px;
  line-height: 1.6;
}
.about .top_voice h2.pageTTL span {
  font-size: 2.8rem;
}
.about .top_voice .voiceWrap li {
  height: 326px;
}
.about .top_voice .moreBT {
  margin-bottom: 180px;
}
/*--------------
   column
---------------*/
/*一覧*/
.columnWrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 105px;
}
.columnThumb {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}
.columnThumb:nth-child(3n) {
  margin-right: 0;
}
.columnThumb a {
  display: block;
  color: inherit;
}
.columnThumb a dt {
  max-height: 385px;
  overflow: hidden;
  background: #000;
}
.columnThumb a dt img {
  display: block;
  transition-duration: 0.3s;
  width: 100%;
  object-fit: cover;
}
.columnThumb a dt img:hover {
  transform: scale(1.05);
  transition-duration: 0.3s;
  opacity: 0.8;
}
.columnThumb a p {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;

}
/*詳細*/
.column-detailContent p.days {
  font-size: 2rem;
  color: #d91761;
  margin-right: 20px;
}
.column-detailContent h2.columnTTL {
  font-weight: 700;
  font-size: 4.2rem;
  margin: 30px 0 50px;
}
.column-detailContent {
  margin-bottom: 105px;
}
/*---------コラムサンプル----------------*/
.columnSample{
	justify-content: flex-start;
	margin-top: 10px;
	display: flex;
    align-items: center;
}
.columnSampleDate{
	font-size: 1.4rem;
	color: #d91761;
	margin-top:10px;
}
.columnSamplePic{
	width: 40px;	
    height: 40px;
	margin-right: 15px;
}
.columnSampleName{
	display: flex;
	align-items: center;
}
/*--------------
   information
---------------*/
/*詳細*/
.information-detailContent p.days {
  font-size: 2rem;
  color: #d91761;
}
.information-detailContent h2.informationTTL {
  font-weight: 700;
  font-size: 4.2rem;
  margin: 30px 0 50px;
}
.information-detailContent {
  margin-bottom: 105px;
}
/*--------------
   privacy
---------------*/
.noticeTITLE h2 {
  font-size: 3.2rem;
  margin-bottom: 20px;
}
.noticeTITLE h2::before {
  content: '';
  display: inline-block;
  background: url(../img/common/mark.png) no-repeat center;
  background-size: contain;
  width: 44px;
  height: 50px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}
.privacyContents {
  margin-bottom: 180px;
}
.privacyContents dt {
  font-size: 2.6rem;
  color: #d91761;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 5px;
}
/*--------------
   terms
---------------*/
.termsContents {
  margin-bottom: 180px;
}
.termsContents dt {
  font-size: 2.6rem;
  color: #d91761;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 5px;
}
/*20230608add*/
.headerBT {
   position: fixed;
   right: 4.5rem;
   bottom: 8rem;
   z-index: 10;
   background: #d91761;
      width: 18rem;
    height: 18rem;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   outline: 2px solid rgba(255, 255, 255);
   outline-offset: -8px;
}
.headerBT p {
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.headerBT a {
   color: #fff;
   line-height: 1.3;
}
.headerBT a :hover {
   color: #fff !important;
}
.headerBT i {
   font-size: 4rem;
   margin-bottom: 1rem;
   margin-right: 0;
}
.tablet .headerBT {
   bottom: 3rem;
   z-index: 10;
   width: 14rem;
   height: 14rem;
   border-radius: 50%;
   outline: 1px solid rgba(255, 255, 255);
   outline-offset: -7px;
}
.tablet .headerBT a {
   font-size: 1.4rem;
}
.tablet .headerBT i {
   font-size: 2.5rem;
}
/*--------------
　participating
---------------*/
.participating .headerBT{
	display:none;
}

