@charset "UTF-8";

:root {
  --main-color: #cf83c1;
  --sub-color: #d09fde;
  --link-color: #615c63;
}
body {
  min-width: 1300px;
  color: #333;
  font-family: 'San Fransisco', 'Helvetica', 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
a {
  color: #333;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
em strong,
strong em {
  font-weight: bold;
  font-style: italic;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  box-sizing: border-box;
}
.grecaptcha-badge {
  visibility: hidden;
}

/*
  header
========================================================================== */
header {
  line-height: 1;
  font-feature-settings: normal;
}
header.low {
  position: absolute;
  width: 100%;
}
.header_lead {
  padding-top: max(0.786vw, 10.214px);
  padding-left: max(3.071vw, 39.929px);
  font-family: 'Noto Sans JP';
  font-size: max(0.893vw, 11.607px);
  font-weight: 300;
  letter-spacing: .04em;
  color: #696969;
}
.header_logo {
  position: absolute;
  top: max(7.857vw, 102.143px);
  left: max(9.357vw, 121.643px);
}
.header_logo img {
  width: max(11.214vw, 145.786px);
}
.header_btn {
  position: absolute;
  top: 0;
  right: max(0.5vw, 6.5px);
  display: flex;
  column-gap: max(0.786vw, 10.214px);
}
.header_btn a {
  display: block;
  height: max(3.214vw, 41.786px);
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
.header_btn a.tel {
  width: max(15.714vw, 204.286px);
  padding-top: max(0.786vw, 10.214px);
  padding-left: max(2.786vw, 36.214px);
  font-size: max(1.636vw, 21.274px);
  letter-spacing: .1em;
  background: #d991cb url(../images/common/header_tel.png) left max(1.429vw, 18.571px) center no-repeat;
  background-size: max(1.071vw, 13.929px) auto;
}
.header_btn a.web {
  position: relative;
  width: max(10.714vw, 139.286px);
  padding-top: max(1vw, 13px);
  text-align: center;
  font-size: max(1.249vw, 16.241px);
  letter-spacing: .08em;
  background-color: #d991cb;
}
.header_btn a.web::after {
  content: "";
  position: absolute;
  right: max(0.143vw, 1.857px);
  bottom: max(0.143vw, 1.857px);
  display: block;
  width: max(0.571vw, 7.429px);
  height: max(0.571vw, 7.429px);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #fff;
}

/*
  gnav
========================================================================== */
.gnav {
  width: 100%;
  line-height: 1;
  margin-top: max(1.929vw,25px);
  font-feature-settings: normal;
}
.gnav ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.gnav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: max(0.643vw,8px) max(3.214vw,41px);
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: max(1.071vw,13px);
  font-weight: 300;
  letter-spacing: .1em;
  color: #3b3b3b;
  border-right: #444 solid 1px;
}
.gnav ul li:first-of-type a {
  font-size: max(1.143vw,14px);
  letter-spacing: .2em;
  border-left: #444 solid 1px;
}

/*
  footer
========================================================================== */
footer {
  position: relative;
  height: max(50.714vw,659px);
  line-height: 1;
  margin-top: max(3.214vw,41px);
  padding-top: max(2.429vw,31px);
  padding-left: max(4.429vw,57px);
  font-family: 'Noto Sans JP';
  color: #2e2e2e;
  background: url(../images/common/footer_bg.jpg) center top no-repeat;
  background-size: cover;
  font-feature-settings: "palt";
}
.footer_contents {
  display: flex;
  column-gap: max(7.286vw,94px);
}
.footer_contents .boxLeft {
  width: max(27.714vw,360px);
}
.footer_contents .boxRight {
  width: auto;
}
.footer_logo {
  text-align: center;
}
.footer_logo img {
  width: max(26.143vw,339px);
}
.footer_tel {
  margin-top: max(1.286vw,16px);
  margin-left: max(1.786vw,23px);
  padding-left: max(4.286vw,55px);
  font-size: max(2.9vw,37px);
  background: url(../images/common/footer_icon_tel.png) left center no-repeat;
  background-size: max(2.929vw,38px);
}
.footer_btn {
  margin-top: max(2.5vw,32px);
}
.footer_btn a {
  display: block;
}
.footer_btn a + a {
  margin-top: max(1.143vw,14px);
}
.footer_address {
  line-height: 1.3765;
  margin-top: max(1.786vw,23px);
  margin-left: max(1.643vw,21px);
  padding-left: max(3.786vw,49px);
  font-size: max(1.189vw,15px);
  letter-spacing: .04em;
  background: url(../images/common/footer_icon_address.png) left center no-repeat;
  background-size: max(2.714vw,35px);
}
.footer_timeTable {
  margin-top: max(1.714vw,22px);
}
.footer_timeTable table {
  width: 100%;
  table-layout: fixed;
  border-top: #182845 solid 1px;
  border-bottom: #182845 solid 1px;
}
.footer_timeTable table th,
.footer_timeTable table td {
  text-align: center;
  vertical-align: middle;
}
.footer_timeTable table thead th {
  width: max(9.286vw,120px);
  padding: max(0.5vw,6px) 0 max(0.357vw,4px);
  font-size: max(1.041vw,13px);
  letter-spacing: .06em;
  border-bottom: #182845 solid 1px;
}
.footer_timeTable table thead td {
  padding: max(0.5vw,6px) max(0.786vw,10px) max(0.357vw,4px);
  font-size: max(1.075vw,13px);
  border-bottom: #182845 solid 1px;
}
.footer_timeTable table tbody th {
  padding: max(0.929vw,12px) 0 max(0.714vw,9px);
  font-size: max(1.041vw,13px);
  letter-spacing: .1em;
  white-space: nowrap;
  border-bottom: #182845 solid 1px;
}
.footer_timeTable table tbody td {
  font-size: max(0.952vw,12px);
  color: #daa7d1;
  border-bottom: #182845 solid 1px;
}
.footer_timeTable ul {
  margin-top: max(0.929vw,12px);
  margin-left: max(1.071vw,13px);
}
.footer_timeTable ul li {
  font-size: max(1.041vw,13px);
}
.footer_timeTable ul li + li {
  margin-top: max(1.143vw, 14px);
}
.footer_sns {
  margin-top: max(3vw,39px);
}
.footer_sns a {
  display: inline-block;
  vertical-align: middle;
}
.footer_sns a.yt {
  width: max(2.714vw,35px);
  margin-top: max(0.357vw,4px);
  margin-left: max(0.857vw,11px);
}
.footer_sns a.x {
  width: max(2.286vw,29px);
  margin-left: max(1.143vw,14px);
}
.footer_sns a.insta {
  width: max(2.429vw,31px);
  margin-left: max(1.643vw,21px);
}
.footer_sns a.fb {
  width: max(2.429vw,31px);
  margin-left: max(1.714vw,22px);
}
.footer_sns a.tiktok {
  width: max(2vw,26px);
  margin-left: max(1.5vw,19px);
}
.fnav {
  display: flex;
  margin-top: max(7vw,91px);
}
.fnav div:nth-of-type(1) {
  margin-right: max(2.143vw,27px);
}
.fnav div:nth-of-type(3) {
  margin-right: max(1.786vw,23px);
}
.fnav p {
  font-size: max(1.041vw,13px);
  letter-spacing: .24em;
}
.fnav ul + p {
  position: relative;
  margin-top: max(3.571vw,46px);
  /* padding-left: 1em; */
  font-size: max(1.041vw,13px);
  letter-spacing: .04em;
}
/* .fnav ul + p::before {
  content: "▶";
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  font-size: max(0.595vw,7px);
} */
.fnav ul {
  margin-top: max(1.071vw,13px);
}
.fnav ul li {
  position: relative;
  padding-left: 1em;
}
.fnav ul li::before {
  content: "▶";
  position: absolute;
  top: 1em;
  left: 0;
  display: block;
  font-size: max(0.595vw,7px);
}
.fnav ul li + li {
  margin-top: max(1.429vw,18px);
}
.fnav ul li a {
  font-size: max(1.041vw,13px);
  letter-spacing: .04em;
  white-space: nowrap;
  color: #2e2e2e;
  text-decoration: underline;
  text-underline-offset: max(0.429vw,5px);
}

/* copyright */
.copyright {
  width: 100%;
  height: max(2.786vw,36px);
  line-height: 1;
  text-align: center;
  background: url(../images/common/copyright.png) center top no-repeat;
  background-size: cover;

}
.copyright address {
  padding: max(0.929vw,12px) 0;
  font-family: 'Noto Sans JP';
  font-size: max(1vw,13px);
  letter-spacing: .1em;
  color: #fff;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: max(4.714vw,61px);
  right: 0;
  z-index: 1000;
  cursor: pointer;
}
.pagetop img {
  width: max(3.143vw,40px);
}

/* humanity logo */
.humanity_logo {
  position: absolute;
  right: max(6.214vw,80px);
  bottom: max(1.214vw,15px);
  width: max(7.786vw,101px);
}

/*
  mainPhoto
========================================================================== */
.mainPhoto {
  margin: 0 auto;
  width: 100%;
}

/*
  layout
========================================================================== */
/* ここから下はpx変換しない  */
.pc-contents {
  margin: 78px auto 180px;
  width: 1200px;
}
.left-contents {
  width: 300px;
  float: left;
}
.right-contents {
  width: 800px;
  float: right;
}

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
.sidemenu {
  position: relative;
  width: 290px;
  line-height: 1;
  background: #FFF;
  padding: 22px 20px 20px
}
.sidemenu::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f5ebf9;
}
.sidemenu h2 {
  margin-left: 4px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 37.5px;
  letter-spacing: .12em;
  color: #2e2e2e;
}
.sidemenu h2::first-letter {
  font-size: 50px;
  color: #a08cb6;
}
.sidemenu ul {
  margin-top: 18px;
  border-top: #b1b1b1 solid 1px;
}
.sidemenu li {
  border-bottom: #b1b1b1 solid 1px;
}
.sidemenu ul li p {
	display: block;
  line-height: 1.2;
  padding: 10px 16px 10px 8px;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #2e2e2e;
  background-color: #f5ebf9;
}
.sidemenu ul li a {
	display: block;
  line-height: 1.2;
  padding: 16px 16px 16px 8px;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #2e2e2e;
  background: url(../images/common/menu_after.png) right 8px center no-repeat;
  background-size: 8px auto;
}

/* sidebanner */
.sidebanner {
  margin-top: 52px;
}
.sidebanner ul li + li {
  margin-top: 20px;
}

/*
  lowinfo
========================================================================== */
.counseling {
  margin-top: 56px;
}
.counseling h2 + p {
  line-height: 1.5;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  color: #343434;
}
.lowinfo {
  /* margin-topの値は変更しないでください */
  height: 460px;
  line-height: 1;
  margin-top: 20px;
  padding-top: 80px;
  font-family: 'Noto Sans JP';
  background: url(../images/common/lowinfo_bg.jpg) left top no-repeat;
  background-size: cover;
  font-feature-settings: "palt";
}
.lowinfo h3 {
  margin-left: 84px;
}
.lowinfo h3 img {
  width: 225px;
}
.lowinfo .tel {
  margin-top: 20px;
  margin-left: 90px;
  color: #000205;
}
.lowinfo .tel dt {
  margin-left: 2em;
  font-size: 16.65px;
  font-weight: 500;
  letter-spacing: .1em;
}
.lowinfo .tel dd {
  margin-top: 8px;
  padding-left: 34px;
  font-family: 'Noto Sans JP';
  font-size: 29.11px;
  font-weight: 500;
  letter-spacing: .06em;
  background: url(../images/common/lowinfo_tel.png) left center no-repeat;
  background-size: 24px auto;
}
.lowinfo .btn {
  margin-top: 12px;
  margin-left: 68px;
}
.lowinfo .btn img {
  width: 278px;
}
.lowinfo_address {
  line-height: 1.4878;
  margin-top: 26px;
  margin-left: 59px;
  padding-left: 29px;
  font-size: 14px;
  letter-spacing: .025em;
  background: url(../images/common/lowinfo_address.png) left top 5px no-repeat;
  background-size: 18px auto;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomの値は変更しないでください */
  position: relative;
  margin-right: 10px;
  margin-bottom: 40px;
  padding: 55px 30px 40px 30px;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .1em;
  color: #282828;
  border: #edc5e2 solid 1px;
}
.page-catch::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  pointer-events: none;
  border: #edc5e2 solid 1px;
}
.page-catch .item + .item {
  margin-top: 20px;
}
.page-catch .item + .case-records-wrap,
.page-catch .case-records-wrap + .case-records-wrap {
  margin-top: 30px;
}
.page-catch h2 {
  margin-bottom: 30px;
  font-size: 24px;
}
.page-catch p + p {
  margin-top: 1.5em;
}
.page-catch .pagecatch-ttl {
  display: inline-block;
  padding: 10px 20px 8px;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 4px;
}
.page-catch .img-lst {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0 10px;
}
.page-catch .img-lst li {
  flex: 1 0 0;
}
.page-catch .case-txt {
  letter-spacing: 0;
}
.page-catch .video {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  aspect-ratio: 16 / 9;
}
.page-catch .video iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* 見出し */
.ttl-low {
  /* margin-bottomの値は変更しないでください */
  position: relative;
  margin-bottom: 15px;
  padding: 0.55em 4em 0.55em 2.5em;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  color: #fff;
}
.ttl-low::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 6px;
  height: calc(100% - 11px);
  background-color: #fff;
}
.ttl-low1-1 {
  background: url(../images/common/ttl-low1-1_bg.png) left top repeat;
}
.ttl-low1-2 {
  background: url(../images/common/ttl-low1-2_bg.png) left top repeat;
}
.ttl-low1-3 {
  background: url(../images/common/ttl-low1-3_bg.png) left top repeat;
}

.ttl-low2 {
  /* margin-bottomの値は変更しないでください */
  position: relative;
  margin-bottom: 15px;
  padding: 0.55em 1em 0.55em 2.5em;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  border-bottom-width: 1px;
  border-left-width: 10px;
  border-style: solid;
}
.ttl-low2::before {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 0;
  width: 3px;
  height: 100%;
}
.ttl-low2-1 {
  color: #cf83c1;
}
.ttl-low2-1::before {
  background-color: #cf83c1;
}
.ttl-low2-2 {
  color: #d09fde;
}
.ttl-low2-2::before {
  background-color: #d09fde;
}
.ttl-low2-3 {
  color: #615c63;
}
.ttl-low2-3::before {
  background-color: #615c63;
}

.ttl-low3 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 0.55em 2.5em;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  border-top: 1px dashed;
  border-bottom: 1px dashed;
}
.ttl-low3-1 {
  color: #cf83c1;
}
.ttl-low3-2 {
  color: #b773cb;
}
.ttl-low3-3 {
  color: #615c63;
}

.ttl-low4 {
  /* ↓変更しないでください */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #2e2e2e;
}

.ttl-low4 > span {
  /* ↓変更しないでください */
  margin: 2.5px 0;
  /* ↑変更しないでください */
}

.ttl-low4 > span:nth-of-type(n+2) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  /* ↑変更しないでください */
  padding: 3px 0 1px 0;
}

.ttl-low4 > span:nth-of-type(1) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  /* ↑変更しないでください */
  margin-right: 10px;
  padding: 3px 12px 5px;
  width: auto;
  min-width: 0;
  color: #fff;
}

.ttl-low4-1 > span:first-of-type {
  background-color: #cf83c1;
}
.ttl-low4-2 > span:first-of-type {
  background-color: #d09fde;
}
.ttl-low4-3 > span:first-of-type {
  background-color: #615c63;
}

.ttl-low5 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 0.6em 2.7em;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .1em;
  color: #fff;
  border-radius: 100px;
}
.ttl-low5-1 {
  background-color: #cf83c1;
}
.ttl-low5-2 {
  background-color: #d09fde;
}
.ttl-low5-3 {
  text-align: center;
  background-color: #615c63;
}

/* コラム */
.colunm {
  padding: 30px;
}
.colunm .ttl-btn {
  position: relative;
  margin-bottom: 1px;
  padding: 10px 30px 10px 90px;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .1em;
  color: #fff;
}
.colunm .ttl-btn .colum {
  position: absolute;
  top: -4px;
  left: -14px;
  padding: 2px 18px 3px;
  font-family: 'Noto Serif JP';
  font-size: 16.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #fff;
  transform: rotate(-20deg);
}
.colunm .ttl-btn .colum::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 14%;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 10px 5px 0 5px;
  z-index: 2;
}
.colunm {
  background: #fff7e2;
  border: #c1a25b solid 1px;
}
.colunm .ttl-btn {
  background-color: #c1a25b;
}
.colunm .ttl-btn .colum {
  color: #c1a25b;
  border: #c1a25b solid 1px
}
.colunm + .colunm {
  background: #e9f0ff;
  border: #90adee solid 1px;
}
.colunm + .colunm .ttl-btn {
  background-color: #90adee;
}
.colunm + .colunm .ttl-btn .colum {
  color: #90adee;
  border: #90adee solid 1px
}