@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #FAFCFF;
  color: #3D5872;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
.font-serif,
.header_txt {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
.bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.en {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
  transition: ease .6s;
}
p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 0;
  letter-spacing: 0.01em;
  text-align: justify;
  font-feature-settings: "palt";
}
.annotation {
  font-size: 1.2rem;
}
.secCover {
  width: 100%;
  min-width: 1200px;
  padding: 100px 0;
  overflow: hidden;
}
.secInner {
  width: 1200px;
  margin: 0 auto;
}
.secInner.hasBgColor {
  background: #e7e6ec75;
  padding: 8rem 0;
}
.contentHeader {
  font-size: 25px;
  line-height: 2.0;
  letter-spacing: 0.05em;
  margin: 0 auto 35px;
}
.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flexbox>.imgBox>img {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
picture>img {
  width: 100%;
  display: inline-block;
}
.flexbox>.imgBox source {
  display: inline-block;
  width: 100%;
  height: auto;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.flex-justify-center {
  justify-content: center;
}
.flex-justify-right {
  justify-content: flex-end;
}
.flex-justify-left {
  justify-content: flex-start;
}
.flex-align-center {
  align-items: center;
}
.secHeaderBox {
  text-align: center;
  margin-bottom: 50px;
}
.secHeader .small {
  font-size: 0.7em;
}
.sec_subHeader {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #b0922a;
}
.sec_subHeader::before {
  content: "";
  display: block;
  position: absolute;
  width: 12.5px;
  height: 1px;
  background: #b0922a;
  top: 53%;
  left: -30px;
}
.sec_subHeader::after {
  content: "";
  display: block;
  position: absolute;
  width: 12.5px;
  height: 1px;
  background: #b0922a;
  top: 53%;
  right: -30px;
}
.secHeader {
  font-size: 24px;
  text-align: center;
  margin: 1px auto 0;
  letter-spacing: 0.1em;
  font-family: serif;
}
.subHeader span {
  background: linear-gradient(0deg, #ffbcca 40%, transparent 40%);
}
.contentsBox {
  width: 860px;
  margin: 0 auto 40px;
}
.contentsBox>.flexbox {
  justify-content: space-between;
}
.contentsBox .sectioningSpacer,
.note-contentsBox .sectioningSpacer {
  display: block;
  height: 50px;
  width: 100%;
}
.contentsBox h3,
.contentsBox .topicTtl {
  position: relative;
  margin: 30px 0;
  font-size: clamp(16px, calc(15px + 0.3125vw), 20px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.contentsBox h3::before,
.contentsBox .topicTtl::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: linear-gradient(45deg, #4d7abc, #ffbced);
  position: absolute;
  bottom: -10px;
  left: 0;
}
.contentsBox h3::after,
.contentsBox .topicTtl::after {
  content: "";
  width: 50px;
  height: 50px;
  display: none;
  position: absolute;
  background: url(../../img/subHeader_bg.png) no-repeat;
  background-size: 100% auto;
  top: -12px;
  left: -12px;
  z-index: -1;
}
.hasBgColor .contentsBox h3::after {
  content: "";
  width: 68px;
  height: 68px;
  display: block;
  position: absolute;
  background: url(../../img/subHeader_bg_yellow.png) no-repeat;
  background-size: 100% auto;
  top: -23px;
  left: -12px;
  z-index: -1;
}
.contentsBox h4 {
  border-top: 1px solid #3d5972;
  display: inline-block;
  border-bottom: 1px solid #3d5972;
  padding: 10px 7px;
  margin-bottom: 40px;
}
.topicHeader {
  font-size: 16px !important;
  background: #eefaa5;
  display: inline-block;
  margin: 20px 0 14px;
  padding: 3px 8px;
}
.spacer {
  position: relative;
  width: 100%;
}
.spacer::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 27px;
  background: url(../img/icon_loop.png) no-repeat center;
  background-size: auto 100%;
  margin: 30px auto;
  top: 0;
}
.min_linkBtn {
  border-radius: 100vh;
  display: inline-block;
  padding: 12px 64px;
  border: 1px solid #b0922a;
  color: #b0922a;
  font-size: 14px;
  line-height: 3.0;
  margin-right: 30px;
}
.min_linkBtn.twoRow {
  line-height: 1.7;
}
.min_linkBtn:last-child {
  margin-right: 0;
  text-align: center;
}
.lineBtn a {
  display: flex;
  width: 400px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #06c756;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.linkTxt {
  color: #b0922c;
  text-decoration: underline;
}
.imgBox {
  width: 50%;
}
.txtBox {
  width: 43%;
  padding: 0;
}
.flexbox:has(.imgBox38) {
  column-gap: 5%;
  align-items: center;
}
.flexbox:has(.imgBox38) h4 {
  margin-top: 10px;
  border: none;
  font-size: clamp(18px, 4vw, 20px);
  margin-bottom: 20px;
}
.imgBox38 {
  width: 30%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
}
.txtBox60 {
  flex: 1 1 50%;
}
.imgBox>img,
.imgBox38>img {
  width: 100%;
  display: inline-block;
}
.attention {
  color: #f6355c;
  font-weight: bold;
  padding: 18px 25px 15px;
  font-size: 12px;
  border-radius: 10px;
  border: 2px solid #f6355c;
}
@media screen and (max-width:768px) {
  .secCover {
    min-width: unset;
    padding: 60px 0;
    overflow: hidden;
  }
  .secInner {
    width: 100%;
    padding: 0 4.5%;
  }
  .secInner.hasBgColor {
    background: #e7e6ec75;
    padding: 8rem 4.5%;
  }
  .secHeaderBox {
    margin-block-end: 4vw;
  }
  .secHeader {
    font-size: 20px;
    /*4.7vw*/
  }
  .sec_subHeader {
    position: relative;
    font-size: 15px;
    /*3.52vw*/
  }
  .contentHeader {
    font-size: 18px;
    /*4.23vw*/
    line-height: 2.0;
    letter-spacing: 0.04em;
    margin: 0 auto 20px;
  }
  .contentsBox {
    width: 100%;
  }
  .topicHeader {
    padding: 1vw;
  }
  .min_linkBtn {
    margin-right: 0;
    margin-bottom: 25px;
  }
  a {
    transition: ease .2s;
  }
  a:active {
    transform: scale(.95);
  }
  .attention {
    padding: 2.3vw;
    font-size: clamp(10px, 2vw, 12px);
  }
}
@media screen and (max-width:620px) {
  p {
    /*font-size: clamp( 15px, calc( 14.75px + 0.078125vw ), 16px );*/
    line-height: 1.6;
    letter-spacing: normal;
    font-size: 16px;
  }
  .secHeader {
    font-size: clamp(18px, calc(11.6px + 2vw), 24px);
    margin-top: 11px;
  }
  .sec_subHeader {
    position: relative;
    font-size: 3.52vw;
  }
  .contentHeader {
    font-size: clamp(18px, 4.5vw, 20px);
    line-height: 1.7;
  }
  .contentsBox .sectioningSpacer {
    height: 1vw;
  }
  .contentsBox h3,
  .contentsBox .topicTtl {
    font-size: clamp(17px, calc(13.8px + 1vw), 20px);
    line-height: 1.6;
    margin-block: 2.5rem;
  }
  .imgBox {
    width: 100%;
  }
  .flexbox>.imgBox {
    margin-bottom: 20px;
  }
  .txtBox {
    width: 100%;
    padding: 0;
  }
  .flexbox.topicMatomeBox {
    border: 2px dashed #e4e9f4;
    border-radius: 4px;
    padding-inline: 4vw;
    padding-block: 4vw;
    margin-block-end: 2rem;
  }
  .flexbox.flex-reverse .txtBox {
    width: 100%;
    padding: 0;
  }
  .imgBox38,
  .txtBox60 {
    width: 100%;
  }
  .imgBox38 {
    margin-bottom: 20px;
  }
  .flexbox.topicMatomeBox .imgBox_40.circle {
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .flexbox.topicMatomeBox .imgBox_40.circle img {
    max-width: 200px;
  }
  .flexbox.topicMatomeBox .txtBox_60 {
    margin-block-end: 0;
  }
  .flexbox:has(.imgBox38) h4 {
    margin-top: 0;
  }
  .lineBtn a {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 3.53vw;
  }
  .min_linkBtn {
    padding: 2vw 5vw;
    min-width: 56vw;
    text-align: center;
  }
}
.header_section {
  width: 100%;
  min-width: 1200px;
  height: auto;
  position: relative;
}
.h_logo {
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 0.2em;
  position: absolute;
  top: 0;
  left: 4.5vw;
}
/*.h_logo::before {
  content: "";
  width: 200px;
  height: 200px;
  background: url(./img/logo.png) no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  left: 0;
}*/
.h_logo>.tagline {
  font-size: 10px;
  letter-spacing: 0.5em;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}
.h_logo>img {
  display: inline-block;
  width: 190px;
  height: auto;
  max-width: 300px;
}
.h_actionArea {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  border-radius: 100vh;
  padding: 8px 8px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  display: inline-flex;
  align-items: center;
  opacity: 0;
  transition: all 1s;
  pointer-events: none;
  z-index: 10;
}
.h_actionArea.fixedBtn.emerge::after {
  content: "";
  display: block;
  background: url("../img/note.svg") no-repeat;
  background-size: 100% auto;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -50px;
  right: 5px;
}
.h_actionArea.fixedBtn.emerge:has(.toEntryBtn)::after {
  display: none;
}
.h_actionArea.fixedBtn .toEntryBtn {
  text-align: center;
  background: #fc76ac;
  padding: 1.8rem 5.4em;
  color: #fff;
  font-size: 14px;
  border-radius: 100vh;
  font-weight: bold;
  line-height: 1.4;
}
.h_actionArea.fixedBtn .toEntryBtn .en {
  font-size: 24px;
  letter-spacing: 0.08em;
}
/*.h
/*.h_actionArea::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/notice_01.png) no-repeat;
    background-size: 100% auto;
    position: relative;
}*/
.h_actionArea_tel {
  font-size: 22px;
  padding-left: 30px;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0 20px;
  pointer-events: none;
}
.h_actionArea_tel::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/icon_tel.svg) center no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  left: -6px;
  top: 4px;
}
.h_actionArea_tel.line {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 13px 25px 13px 60px;
  border-radius: 100vh;
  background: #06c756;
  margin: 0 10px 0 0;
  pointer-events: all;
}
.h_actionArea_tel.line::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/icon_line.png) center no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.h_actionArea_form {
  font-size: 13px;
  /*background: #7795C1;*/
  background: #4d7abc;
  color: #fff;
  padding: 13px 25px;
  border-radius: 100vh;
}
.h_actionArea_form .small {
  font-size: 11px;
  margin-left: 3px;
}
.h_actionArea_tel.line .small {
  font-size: 11px;
  margin-left: 3px;
}
@media screen and (max-width:768px) {
  .header_section {
    min-width: unset;
  }
  .h_logo {
    margin-top: 0;
  }
  .top_section,
  .webp .top_section {
    min-width: unset;
  }
  .top_section::after {
    min-width: unset;
  }
  .top_inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -18%);
    padding: 0 0 0 4vw;
  }
  .h_actionArea_tel {
    pointer-events: auto;
  }
  .top_inner_copy {}
}
@media screen and (max-width:620px) {
  .h_logo {
    margin-top: 0;
  }
  .h_logo>.tagline {
    margin-bottom: 8px;
  }
  .h_logo>img {
    width: 36vw;
  }
  .h_actionArea {
    position: fixed;
    bottom: 15px;
    right: unset;
    left: 50%;
    width: 98%;
    margin: 0 auto;
    transform: translateX(-50%);
    z-index: 4;
    padding: 2px;
  }
  .h_actionArea.fixedBtn:has(.toEntryBtn) {
    width: auto;
    right: 0;
    left: unset;
    transform: unset;
  }
  .h_actionArea {
    opacity: 0;
    pointer-events: none;
  }
  .h_actionArea_form {
    border-radius: 100px 100vh 100vh 100px;
    width: 50%;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5vw;
    padding: 0 0 0 8vw;
    letter-spacing: 0.2em;
    border-left: 1px solid #fff;
    position: relative;
  }
  .h_actionArea_form .small {
    font-size: 2.58vw;
    margin-left: 0.7vw;
  }
  .h_actionArea_form::before {
    content: "";
    background: url("../img/icon_form.svg") center no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    width: 6vw;
    height: 6vw;
    left: 2.53vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .h_actionArea_tel {
    border-radius: 100vh 100px 100px 100vh;
    pointer-events: auto;
    width: 50%;
    margin: 0;
    background: #edf0f6;
    font-size: 4.5vw;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    padding-left: 9.3vw;
    pointer-events: inherit;
  }
  .h_actionArea_tel::before {
    width: 6vw;
    height: 6vw;
    left: 3.4vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .h_actionArea_tel.line {
    border-radius: 100vh 100px 100px 100vh;
    width: 50%;
    margin: 0;
    padding: 0 0 0 0;
    font-size: 3.4vw;
    display: flex;
    column-gap: 1vw;
    pointer-events: inherit;
  }
  .h_actionArea_tel.line::before {
    content: "";
    width: clamp(20px, 10.6vw, 45px);
    height: auto;
    aspect-ratio: 1 / 1;
    background: url(../img/icon_line.png) center no-repeat;
    background-size: 100% auto;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    transform: unset;
    flex-shrink: 1;
  }
}
/* ------------------
  contact
------------------ */
.contact {
  background: rgb(229 232 241 / 64%);
}
.notice_01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.notice_01_img {
  width: 50px;
  margin-right: 17px;
}
.notice_01_img img {
  display: inline-block;
  width: 100%;
}
.notice_01_txt {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.contactMsg {
  text-align: center;
  margin: 2rem auto 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
span.notice {
  display: block;
  margin-block: 2rem 3rem;
  color: #ff2727;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: left;
  font-size: 14px;
  border: 2px solid #ff2727;
  border-radius: 6px;
  padding: 0.5em;
  max-width: 600px;
  margin-inline: auto;
  width: 100%;
}
.btnBox {
  margin: 0 auto 70px;
}
.telBtn {
  width: 415px;
  height: 137px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #3D5872;
  border-radius: 6px;
  margin-right: 70px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.f_lineBtn {
  width: 415px;
  height: 137px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #06c756;
  color: #3D5872;
  border-radius: 6px;
  margin-right: 70px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.telNum {
  font-size: 28px;
  display: block;
  letter-spacing: 0.08em;
}
.telBtn_txt {
  font-size: 12px;
  display: block;
}
.formBtn {
  width: 415px;
  height: 137px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7795C1;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.formBtn_txt1 {
  font-size: 20px;
  display: block;
}
.formBtn_txt2 {
  font-size: 12px;
  display: block;
}
.btnInner {
  display: block;
  position: relative;
  padding-left: 56px;
}
.btnInner:before {
  content: "";
  position: absolute;
}
.f_lineBtn .btnInner {
  padding-left: 66px;
  color: #FFFFFF;
  font-size: 22px;
}
.f_lineBtn .btnInner .en {
  letter-spacing: 0.15em;
}
.telBtn .btnInner:before {
  width: 36px;
  height: 36px;
  background: url("../img/icon_tel.svg") no-repeat;
  background-size: 100% auto;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.f_lineBtn .btnInner:before {
  width: 60px;
  height: 60px;
  background: url("../img/icon_line.png") no-repeat;
  background-size: 100% auto;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.formBtn .btnInner:before {
  width: 36px;
  height: 27px;
  background: url("../img/icon_form.svg") no-repeat;
  background-size: 100% auto;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
/*.timetableBox {
  margin-bottom: 100px;
}*/
.timetableBox>.txtBox {
  width: 290px;
  margin-left: 23px;
}
.timetableBox>.txtBox>p {
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
}
.timetable>img {
  display: inline-block;
  width: 100%;
}
.timetableBox>.txtBox>p:nth-of-type(3) {
  margin-bottom: 20px;
}
.sp-column {
  /* kosodateBnr追加時 */
  width: 290px;
  margin-inline-start: 23px;
}
.sp-column .txtBox {
  width: 100%;
}
.sp-column .kosodateBnr img {
  display: none;
  max-width: 300px;
}
.counselingFlowBox {
  text-align: center;
}
.counselingFlowBox img {
  display: inline-block;
  width: 990px;
}
a.toFreeConsultingPage {
  display: block;
  background: #fff;
  padding: 11px;
  font-size: 12px;
  width: 200px;
  margin-left: 30px;
  border-radius: 5px;
  position: relative;
}
a.toFreeConsultingPage::before {
  content: "";
  display: block;
  background: #fff;
  height: calc(30px / 2 * tan(60deg));
  width: 30px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .telBtn {
    margin: 0 0 10px 0;
  }
  .formBtn {
    margin-top: 20px;
  }
  .contact_attention {
    font-size: 14px;
  }
  .timetableBox {
    margin-bottom: 0px;
  }
  .timetableBox>.txtBox {
    width: 100%;
    margin: 0;
  }
  .timetable {
    margin-bottom: 0px;
    width: 100%;
  }
  .sp-column {
    /* kosodateBnr追加時 */
    width: 100%;
    margin-inline-start: 0;
    display: flex;
    justify-content: center;
    column-gap: 1rem;
  }
  .sp-column .txtBox {
    width: 50%;
  }
  .sp-column .kosodateBnr {
    width: 50%;
  }
  .sp-column .kosodateBnr img {
    display: block;
    width: 100%;
  }
  .counselingFlowBox {
    margin-top: 60px;
  }
  .counselingFlowBox img {
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width:620px) {
  .contactMsg {
    flex-direction: column;
  }
  .contact.secCover {
    padding-block: 10vw !important;
  }
  a.toFreeConsultingPage {
    margin-left: 0;
    margin-top: 24px;
  }
  a.toFreeConsultingPage::before {
    height: calc(30px / 2 * tan(60deg));
    width: 30px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .btnBox {
    margin: 0 auto 7vw;
  }
}
/* ---------------------------
  header / global navigation
--------------------------- */
header {
  z-index: 4;
  position: absolute;
  width: 100%;
  height: auto;
}
header.fixed::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 89px;
  background: rgb(224 231 242 / 85%);
  z-index: -1;
}
header.fixed .h_logo {
  margin-top: 0px;
}
header.fixed .h_logo>.tagline {
  margin-bottom: 10px;
  letter-spacing: 0.23em;
}
header.fixed .h_logo>img {
  width: 157px;
}
header.active {
  z-index: 1000;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
}
.globalNav_inner.flexbox {
  font-size: 15px;
  justify-content: flex-end;
}
.globalNav {
  position: absolute;
  right: 4.5vw;
  top: 0;
  margin-top: 22px;
}
.globalNav_item {
  margin-right: 27px;
  letter-spacing: 0.1em;
  /* font-family: serif; */
  font-weight: 400;
  color: #19344b;
}
.globalNav_item:last-child {
  margin-right: 0;
}
.globalNav_child {
  position: absolute;
  top: 60%;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity .8s ease, visibility .5s ease;
  background: #fff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0 0.1875rem 0.375rem rgb(0 0 0 / 16%);
  min-width: 120px;
}
/* 子要素なし */
a.globalNav_item {
  position: relative;
}
a.globalNav_item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgb(255 235 59 / 100%);
  bottom: 24px;
  opacity: 0;
  transition: all .6s;
}
a.globalNav_item:hover::before {
  opacity: 1;
}
/* 子要素あり */
.globalNav_item>a {
  position: relative;
}
.globalNav_item>a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgb(255 235 59 / 100%);
  bottom: -6px;
  opacity: 0;
  transition: all .6s;
}
.globalNav_item:hover>a::before {
  opacity: 1;
}
.globalNav_item.roll-down {
  height: 50px;
}
.globalNav_item.roll-down>a::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(../img/globalNav_item_bg.svg) no-repeat;
  background-size: 20px 16px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .6s;
  z-index: 1;
}
.globalNav_item.roll-down:hover>a::after {
  bottom: -20px;
  opacity: 1;
  z-index: 2;
}
.globalNav_item.roll-down:hover .globalNav_child {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
}
.treatments_menu_inner {
  width: 50%;
}
.globalNav_child_item {
  padding: 1em;
  line-height: 1.5;
  display: block;
}
.globalNav_item:nth-child(3) .globalNav_child {
  left: 50%;
  transform: translateX(-50%);
}
.globalNav_child.treatments_menu {
  width: 470px;
  display: flex;
  flex-direction: row;
}
.globalNav_child.column_menu {
  width: 300px;
}
.globalNav_child.column_menu.right0 {
  right: 0;
}
.treatments_menu_inner:nth-child(1) {
  width: 43%;
}
.treatments_menu_inner:nth-child(2) {
  width: 57%;
}
.linkBox {
  justify-content: flex-end;
  position: absolute;
  right: 4.5vw;
  top: 57px;
}
.linkBox a {
  width: auto;
  margin-right: 20px;
}
.linkBox a:last-child {
  margin-right: 0;
}
.linkBox a img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
.linkBox a img.icon_access {
  width: 16px;
  margin-right: 4px;
}
span.linkBox_capTxt {
  font-size: 13px;
  color: #7795c2;
  font-weight: bold;
}
.linkBox a img.icon_ig {
  width: 20px;
}
.yellow-marker {
  background: #FFF290;
}
@media screen and (max-width:768px) {
  header {
    overflow: hidden;
    height: 90px;
  }
  .fixed {
    height: 90px;
  }
  .navBtn {
    position: fixed;
    right: 9px;
    top: 9px;
    z-index: 3;
  }
  .globalNav {
    margin-top: 0;
    left: 100vw;
    transition: ease 0.6s;
    transform: translateX(206px);
  }
  .globalNav.active {
    /*background: #fff;*/
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    transition: ease 0.6s;
    z-index: 2;
    height: 100%;
    transform: translateX(0);
  }
  .globalNav .globalNav_body {
    /*visibility: hidden;*/
    opacity: 0;
    pointer-events: none;
  }
  .globalNav .globalNav_body a {
    pointer-events: none;
  }
  .globalNav.active .globalNav_body {
    /*visibility: visible;*/
    opacity: 1;
    z-index: 1;
    padding: 0 4.5% 90px;
    pointer-events: all;
    height: 100%;
    overflow-y: auto;
  }
  .globalNav.active .globalNav_body a {
    pointer-events: all;
  }
  .overlay {
    opacity: 0;
    position: fixed;
    background: #fafcff;
    width: 100%;
    height: 100%;
    transition: ease 0.6s;
    z-index: 1;
    pointer-events: none;
  }
  .overlay.on {
    opacity: 1;
    pointer-events: all;
  }
  .globalNav_body .h_logo {
    position: relative;
    left: 0;
    margin-bottom: 50px;
  }
  .globalNav_inner.flexbox {
    font-size: 15px;
    justify-content: flex-start;
    flex-direction: column;
  }
  .openBtn {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  /* openBtn */
  .openBtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #3d5972;
    width: 45%;
  }
  .openBtn span:nth-of-type(1) {
    top: 15px;
  }
  .openBtn span:nth-of-type(2) {
    top: 23px;
  }
  .openBtn span:nth-of-type(3) {
    top: 31px;
  }
  .navBtn.active .openBtn span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .navBtn.active .openBtn span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }
  .navBtn.active .openBtn span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  a.globalNav_item::before {
    display: none;
  }
  .globalNav_item {
    margin-right: 0;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 56px;
    border-bottom: 1px solid #ccc;
    min-width: unset;
    width: 100%;
    height: auto;
  }
  .globalNav_item.roll-down {
    height: auto;
    position: relative;
  }
  .globalNav_item>a::before,
  .globalNav_item>a::after,
  .globalNav_item.roll-down>a::after {
    display: none;
  }
  .bigCat_btn {
    position: absolute;
    right: 10px;
    top: 8px;
    display: block;
    width: 40px;
    height: 40px;
  }
  .bigCat_btn::before {
    content: "";
    background-color: #4d7abc;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .bigCat_btn::after {
    content: "";
    background-color: #4d7abc;
    width: 2px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .6s;
  }
  .bigCat_btn.active::after {
    transform: rotate(-90deg);
    top: 10px;
    left: 19px;
  }
  .globalNav_child {
    position: relative;
    top: 0;
    visibility: visible;
    pointer-events: none;
    opacity: 1;
    box-shadow: none;
    display: none;
  }
  .globalNav_child.treatments_menu {
    display: none;
  }
  .globalNav_child_item {
    width: 100%;
  }
  .navBtn.active .globalNav_child {
    pointer-events: all;
  }
  .globalNav_child.treatments_menu {
    width: 100%;
    flex-direction: column;
  }
  .globalNav_child.column_menu {
    width: 100%;
  }
  .globalNav_child.column_menu.right0 {
    right: unset;
  }
  .treatments_menu_inner:nth-child(1),
  .treatments_menu_inner:nth-child(2) {
    width: 100%;
  }
  .globalNav.active .linkBox {
    display: none;
  }
  .linkBox {
    margin-top: 9px;
    justify-content: flex-end;
    position: absolute;
    top: 44px;
    right: 22px;
  }
}
/* ------------------
  bnrSection
------------------ */
.bottomBnr_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  column-gap: 30px;
  padding-inline: 2vw;
}
.bottomBnr_inner::before {
  content: "";
  display: block;
  position: absolute;
  background: #3D5872;
  height: 1px;
  width: 250px;
  top: -90px;
}
.bottomBnr_inner a {
  width: 350px;
}
.bottomBnr_inner a img {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width:768px) {
  .bottomBnr_inner {
    padding-inline: 2vw;
  }
}
@media screen and (max-width:620px) {
  .bottomBnr_inner {
    flex-direction: column;
    align-items: center;
    column-gap: unset;
    row-gap: 30px;
  }
  .bottomBnr_inner::before {
    content: "";
    display: block;
    position: absolute;
    background: #3D5872;
    height: 1px;
    width: 40%;
    top: -90px;
  }
  .bottomBnr_inner a {
    width: 85%;
  }
}
/* ------------------
  SNS bnr section
------------------ */
.snsBnrSec {
  display: flex;
  justify-content: center;
  padding: 80px;
  column-gap: 3rem;
  background: url(../img/noise.svg) repeat rgb(23 24 31 / 26%);
  background-blend-mode: color-dodge;
}
.snsBnrSec a {
  display: block;
  width: 33vw;
}
.snsBnrSec a img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.snsSection {
  margin-block: 1rem 3rem;
  padding-block: 30px;
  border-top: 1px solid #3d5872;
  border-bottom: 1px solid #3d5872;
  min-width: 1200px;
  margin-inline: auto;
  width: 65%;
}
.snsSection p {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.snsSection_bnrBox {
  display: flex;
  column-gap: 30px;
  justify-content: center;
}
.snsSection_bnrBox a {
  max-width: 300px;
}
.snsSection_bnrBox a img {
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .snsBnrSec {
    flex-direction: column;
    column-gap: unset;
    align-items: center;
    row-gap: 2rem;
    padding: 4rem 4.5vw;
  }
  .snsBnrSec a {
    width: 80%;
  }
  .snsSection {
    min-width: unset;
    width: 90%;
  }
  .snsSection_bnrBox a {
    max-width: unset;
  }
  .snsSection_bnrBox {
    display: flex;
    flex-direction: column;
    column-gap: 0;
    row-gap: 30px;
    align-items: center;
  }
}
/* ------------------
  footer
------------------ */
footer.secCover {
  padding-bottom: 28px;
}
footer .secInner {
  margin: 0 auto;
}
.footer_info {
  width: 533px;
}
.footer_info .flexbox {
  justify-content: flex-start;
}
.clinic_info {
  border-bottom: 1px solid #3d5972;
  margin-bottom: 17px;
}
.footer_logo {
  width: 220px;
  margin: 0 40px 50px 0;
}
.footer_logo img {
  display: inline-block;
  width: 100%;
  height: auto;
  left: -26px;
  position: relative;
}
.clinicName {
  letter-spacing: 0.05em;
}
.clinicName .tagline {
  display: block;
  font-size: 10px;
}
.corpname {
  font-size: 12px;
  margin-inline-end: 1.5rem;
  display: block;
  margin-block-start: 0.7rem;
}
.address {
  display: block;
  font-style: normal;
  width: 100%;
}
.address p {
  margin-bottom: 14px;
  line-height: 1.625;
}
.address .smallTxt {
  font-size: 0.65em;
  margin-right: 0.65em;
  display: inline-block;
  width: 73px;
}
a.sendMailBtn {
  display: inline-block;
  background: #7895c1;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px 10px 50px;
  border-radius: 5px;
  position: relative;
}
a.sendMailBtn.ppPage {
  margin-block-start: 0.9rem;
}
a.sendMailBtn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url(../img/icon_form.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.openHour {
  padding: 20px;
}
.openHour p {
  margin-bottom: 14px;
  line-height: 1.625;
  font-size: 14px;
}
.f_sitemap {
  padding: 50px 58px 20px;
  margin-top: 29px;
  position: relative;
}
.f_sitemap::before {
  content: "";
  display: block;
  height: 1px;
  width: 93%;
  background: #3d5972;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.link_item {
  width: 25%;
  line-height: 2.0;
}
.link_item a {
  display: block;
}
.cat_ttl {
  font-size: 14px;
  margin-bottom: 10px;
}
.cat_item {
  font-size: 14px;
  padding-left: 1em;
}
.map {
  width: 512px;
}
.map iframe {
  display: block;
  width: 100%;
}
.f_bnrSec {
  padding-block: 3.2rem;
}
.f_bnrSec a {
  display: block;
  max-width: 360px;
  border: 1px solid #7895c1;
  border-radius: 8px;
  overflow: hidden;
}
.f_bnrSec a img {
  display: block;
  width: 100%;
}
.clinicName_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
  border-bottom: 1px solid #3d5972;
  padding-block-end: 13px;
}
.snsLinkBox {
  display: flex;
  column-gap: 18px;
  justify-content: flex-end;
}
.snsLinkBox a {
  width: auto;
  height: 24px;
}
.snsLinkBox a img {
  display: block;
  width: auto;
  height: 100%;
}
.copyright {
  text-align: center;
  margin-top: 50px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  .footer_info {
    width: 100%;
  }
  .link_item {
    width: 48%;
  }
  .cat_ttl {
    margin: 23px 0 10px;
    line-height: 1.7;
  }
  .cat_item {
    line-height: 1.6;
    padding: 0.5em 0 0.5em 0.7em;
  }
  .map {
    padding: 5vw 0;
    width: 100%;
  }
}
@media screen and (max-width:620px) {
  .footer_logo {
    width: 53vw;
    margin: 0 auto 50px;
  }
  .footer_logo img {
    left: -1vw;
  }
  .address {
    margin-bottom: 20px;
  }
  .clinicName_box {
    margin-bottom: 34px;
  }
  .openHour {
    padding: 20px 0 5vw;
  }
  .f_sitemap {
    padding: 50px 0 20px;
  }
}
/* ------------------
  ticktok modal
------------------ */
.tiktokTtl_inSec {
  font-size: clamp(18px, calc(17.5px + 0.15625vw), 18px);
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-block-start: 6rem;
  color: #e43a94;
  text-align: center;
}
.tiktokTtl_inSec::before {
  content: "";
  display: inline-block;
  background: url("../img/line_left.svg") no-repeat;
  background-size: 100% auto;
  width: 12px;
  height: auto;
  aspect-ratio: 22 / 47;
  margin-block-start: 5px;
}
.tiktokTtl_inSec::after {
  content: "";
  display: inline-block;
  background: url("../img/line_right.svg") no-repeat;
  background-size: 100% auto;
  width: 12px;
  height: auto;
  aspect-ratio: 22 / 47;
  margin-block-start: 5px;
}
.tiktok-embed iframe {
  border: none;
  aspect-ratio: 9 / 16;
  height: auto !important;
  max-height: unset !important;
}
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
#modalContent {
  position: relative;
  max-width: 600px;
  margin: 5% auto;
  background: #fff;
  padding: 20px;
}
#closeModal {
  position: absolute;
  top: 4vw;
  right: 4vw;
  width: 40px;
  border-radius: 4px;
  aspect-ratio: 1 / 1;
  z-index: 2;
  font-size: 20px;
  color: #3D5872;
  background: #e4e9f4;
  border: none;
}
.tiktokContetsCover {
  display: flex;
  justify-content: center;
  column-gap: 5%;
  margin-block: 1rem 3rem;
  background: #e4e9f4;
  padding: 2rem 0.5rem;
  border-radius: 4px;
}
.openModal.tiktokThumbs {
  max-width: 240px;
  position: relative;
  cursor: pointer;
  box-shadow: 1px 1px 28px -6px rgb(61 88 114 / 39%);
  border-radius: 7vw;
}
.openModal.tiktokThumbs::before {
  content: "";
  background: url("../img/tiktok_playBtn.svg") no-repeat;
  background-size: 100% auto;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.openModal.tiktokThumbs img {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media screen and (max-width:850px) {
  .openModal.tiktokThumbs {
    width: 45%;
  }
  .openModal.tiktokThumbs::before {
    width: 30%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}
/* ------------------
  other style
------------------ */
.pc_visible {
  display: inline-block !important;
}
.sp_visible {
  display: none !important;
}
.emerge {
  opacity: 1;
  transition: all 1s;
  pointer-events: all;
}
.fade_in {
  transition: 1s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
}
.fade_in.on {
  transform: translateY(0);
  opacity: 1.0;
}
.fade_in2 {
  transition: 2s linear;
  opacity: 0;
}
.fade_in2.on {
  opacity: 1.0;
}
.delay02 {
  transition-delay: .3s;
}
.delay03 {
  transition-delay: .6s;
}
.delay04 {
  transition-delay: .9s;
}
.delay05 {
  transition-delay: 1.2s;
}
.delay06 {
  transition-delay: 1.5s;
}
.delay07 {
  transition-delay: 1.8s;
}
@media screen and (max-width:768px) {
  .pc_visible {
    display: none !important;
  }
  .sp_visible {
    display: inline-block !important;
  }
}