@charset "UTF-8";
.myriad {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udp {
  font-family: "biz-udpgothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udp-mincho {
  font-family: "biz-udpmincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*-------------------------------------------------
お問い合せ
-------------------------------------------------*/
.page_contact h2 {
  margin-bottom: 20px;
}

.form h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
}
.form p {
  margin-bottom: 60px;
}
.form a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .form h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  .form p {
    margin-bottom: 30px;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  display: inline-block;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .mw_wp_form .horizontal-item {
    display: block;
    margin-bottom: 10px;
  }
}
.form {
  /*
  .wpcf7-list-item-label {
  	box-sizing: border-box;
  	position: relative;
  	display: inline-block;
  	margin: 0 20px 0 0;
  	padding: 0 0 0 20px;
  	vertical-align: middle;
  	cursor: pointer;
  	&:after {
  		position: absolute;
  		top: 50%;
  		left: 0;
  		display: block;
  		margin-top: -8px;
  		width: 14px;
  		height: 14px;
  		background : #fff;
  		border : 1px solid #818A8E;
  		content: '';
  		z-index: 1;
  	}
  	&:before {
  		position: absolute;
  		top: 50%;
  		left: 5px;
  		display: block;
  		margin-top: -8px;
  		width: 6px;
  		height: 9px;
  		border-right: 2px solid #014A88;
  		border-bottom: 2px solid #014A88;
  		transform: rotate(45deg);
  		content: '';
  		opacity: 0;
  		z-index: 10;
  	}
  }
  */
}
.form dl {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D1D1D1;
}
.form dl.align_top {
  align-items: flex-start;
}
.form dt {
  font-weight: bold;
  width: 15em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.form dt em {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  padding: 4px 6px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 4px;
  background: #FF5D5D;
}
.form dd {
  width: calc(100% - 15em);
}
.form dd p {
  margin-bottom: 20px;
}
.form dd em {
  color: #3C3C3C;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.form dd .mr10 {
  margin-right: 10px;
}
.form dd textarea {
  padding: 1em;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D5D5D5;
}
.form dd textarea + em {
  width: 100%;
}
.form dd .col label {
  width: 10em;
}
.form dd .col > span {
  width: calc(100% - 10em);
}
.form .checkbox_field {
  width: calc(80% - 15em);
}
.form .mwform-checkbox-field {
  white-space: nowrap;
}
.form .att {
  margin: 1em 0 2em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}
.form input, .form textarea {
  font-size: 16px;
  font-size: 1rem;
}
.form input[type=text], .form input[type=email], .form input[type=tel] {
  width: 100%;
  padding: 12px 1em;
  border-radius: 8px;
  border: 1px solid #D5D5D5;
}
.form .wpcf7-form-control-wrap + .att {
  margin: 0.5em 0 0;
}
.form .select-wrap {
  display: inline-block;
  width: auto;
  border: 1px solid #D5D5D5;
}
.form .select-wrap select {
  width: 100%;
  height: auto;
  padding: 12px 3em 12px 1em;
  color: #3C3C3C;
  -webkit-appearance: none;
  appearance: none; /* デフォルトのスタイルを無効 */
}
.form input[disabled] {
  background: #EFEFEF;
  border: none;
  color: #3C3C3C;
  -webkit-text-fill-color: black;
  opacity: 1;
}
.form .policy_check {
  padding: 40px 0 20px;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.form .policy_check a {
  text-decoration: underline;
}
.form .btn_area {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.form input[type=submit] {
  min-width: 260px;
  padding: 21px 60px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  border-radius: 8px;
  background: #005AAB;
  font-weight: bold;
  cursor: pointer;
}
.form input[type=submit].back_btn {
  margin-right: 30px;
  color: #000;
  background: #F4EFDF;
}
.form #zip {
  width: 8em;
}
.form .btn_zip {
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  background: #0A1C3B;
}
@media screen and (max-width: 768px) {
  .form dl, .form dl, .form dd {
    display: block;
  }
  .form dt {
    padding-bottom: 15px;
  }
  .form dd {
    width: 100%;
  }
  .form .select-wrap {
    margin-bottom: 10px;
  }
  .form .select-wrap:nth-child(n+2) {
    margin-left: 0;
  }
  .form .btn_area {
    flex-direction: column;
    padding: 0 0 0;
  }
  .form .btn_area input[type=submit] {
    margin: 0 0 20px;
  }
  .form .btn_area input[type=submit].back_btn {
    margin: 0 0 20px;
  }
  .form input[type=submit] {
    min-width: 100%;
  }
  .form input[type=radio] + label {
    display: inline-block;
    margin-bottom: 12px;
  }
  .form .policy_check .horizontal-item {
    display: inline-block;
  }
}
.form #formbtn {
  min-width: 400px;
  position: relative;
  display: inline-block;
  padding: 20px 60px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1;
  z-index: 1;
  font-weight: bold;
  overflow: hidden;
  color: #FFF;
  background: #014A88;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form #formbtn {
    width: 100%;
    min-width: 100%;
  }
}

.mw_wp_form_confirm .form dd {
  padding: 12px 1em;
  border-radius: 4px;
  background: #EFEFEF;
}
.mw_wp_form_confirm .form dd .confirm {
  display: none;
}
.mw_wp_form_confirm .form dd p {
  margin-bottom: 0;
}
.mw_wp_form_confirm .form .select-wrap {
  border: none;
}
.mw_wp_form_confirm .form .policy_check {
  display: none;
}
.mw_wp_form_confirm .form .conf-mail {
  display: none;
}

.thanks {
  margin: 0 0 60px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.375;
  letter-spacing: 0.1em;
}

.policy {
  margin-top: 40px;
  border-radius: 10px;
  border: 2px solid #34589F;
}
.policy .scroll {
  padding: 30px;
  max-height: 450px;
  overflow: scroll;
}
.policy h2 {
  padding: 0;
}
.policy h3 {
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 5px solid #34589F;
}
.policy p {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .policy .scroll {
    padding: 30px 10px;
  }
}

.rp_visual {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.rp_visual .photo_img {
  width: 60vw;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
.rp_visual .photo_img:before {
  padding-top: 41.341991342%;
}
.rp_visual .photo_img img {
  border-radius: 200px 0 0 200px;
}
.rp_visual h1 {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: min(8vw, 52px);
  font-family: "FOT-TsukuBRdGothic Std";
  background: linear-gradient(180deg, #30A5FF 0%, #01CCA3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .rp_visual {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .rp_visual .photo_img {
    order: 1;
    width: 95vw;
  }
  .rp_visual h1 {
    position: static;
    order: 2;
    margin-left: 5vw;
    margin-top: 20px;
    text-align: left;
    transform: translateY(0);
  }
}

/*
流体シェイプ（右)
---------------------------------------------------------- */
.block_01 {
  position: relative;
  width: 100%;
  margin-top: -10vw;
}
.block_01 .fluid {
  position: sticky;
  top: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.block_01 #lottie-scroll-fluid01, .block_01 #fluid_object01 {
  width: 30vw;
  height: 30vw;
  margin-left: auto;
}

.first_section {
  margin-top: -20vw;
}

.first_p {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}

.fluid_box {
  position: relative;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
}
.fluid_box .line_header {
  margin-bottom: 12px;
  text-align: center;
}
.fluid_box .line_header:before, .fluid_box .line_header:after {
  display: inline-block;
  content: "";
  width: 8em;
  height: 2px;
  background: #fff;
  vertical-align: middle;
}
.fluid_box .line_header:before {
  margin-right: 15px;
}
.fluid_box .line_header:after {
  margin-left: 15px;
}
.fluid_box .bl_box {
  margin: 0 auto 30px;
  padding: 25px 50px;
}
.fluid_box .mb20 {
  margin-bottom: 20px;
}
.fluid_box .font_s {
  font-size: 14px;
  font-size: 0.875rem;
}

/* 流体シェイプの共通スタイル */
.fluid-shape {
  position: absolute;
  fill: #DEF4FF;
  z-index: 0;
  width: 150px;
  height: 150px;
  mix-blend-mode: multiply;
}

/* --- 四隅の配置 --- */
.top-left {
  top: 0;
  left: 0;
}

.top-right {
  top: 0;
  right: 0;
}

.bottom-left {
  bottom: 0;
  left: 0;
}

.bottom-right {
  bottom: 0;
  right: 0;
}

.middle-left {
  width: 250px;
  height: 250px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.middle-right {
  width: 250px;
  height: 250px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*----------------------------------------------------------------------
料金
----------------------------------------------------------------------*/
.price {
  margin-bottom: 120px;
}
.price .price_table {
  margin-bottom: 40px;
}
.price article {
  margin-bottom: 2em;
}
.price article h4 {
  margin-bottom: 10px;
  font-size: 22px;
}

/*----------------------------------------------------------------------
スタッフ紹介
----------------------------------------------------------------------*/
.staff {
  margin-bottom: 60px;
}
.staff .position {
  margin-bottom: 10px;
  color: #65A6AD;
  font-weight: 500;
}
.staff .name {
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
.staff .name small {
  margin-left: 1em;
  font-size: 16px;
  font-size: 1rem;
}
.staff h3 {
  color: #000;
}
.staff h4 {
  display: inline-block;
  margin: 30px 0 12px;
  padding: 7px 20px;
  color: #fff;
  border-radius: 30px;
  background: #34589F;
}

.staff_red .position {
  color: #EA6B6B;
}
.staff_red .position__dl {
  display: flex;
}
.staff_red .position__dl dt {
  width: 5.5em;
}
.staff_red .position__dl dd {
  width: calc(100% - 5.5em);
}
@media screen and (max-width: 768px) {
  .staff_red .position__dl {
    flex-direction: column;
  }
  .staff_red .position__dl dt, .staff_red .position__dl dd {
    width: 100%;
  }
}
.staff_red h4 {
  background: #EA6B6B;
}

/*----------------------------------------------------------------------
訪問リハビリ
----------------------------------------------------------------------*/
.visit article {
  margin-bottom: 80px;
}
.visit .bg_box {
  margin-bottom: 40px;
}
.visit .dl_box {
  margin-bottom: 40px;
}
.visit .dl_box h4 {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 20px;
  border-radius: 25px;
  color: #fff;
  background: #30A5FF;
}
.visit .dl_box p {
  margin-bottom: 2em;
}
.visit #map {
  border-radius: 10px;
  box-shadow: 10px 10px 0 #C4DFEC;
}

.tooltip_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px -20px;
}
.tooltip_ul li {
  width: calc(25% - 20px);
  margin: 0 0 20px 20px;
  padding: 12px 10px;
  position: relative;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #34589F;
}
.tooltip_ul li span {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  padding: 10px;
  font-size: 14px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #30A5FF;
  text-align: left;
}
.tooltip_ul li span:before {
  content: "";
  position: absolute;
  top: -24px;
  right: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #30A5FF;
  transform: rotateZ(180deg) translateX(-50%);
}
.tooltip_ul li:hover span {
  display: inline-block;
  top: 60px;
  left: 0px;
}
@media screen and (max-width: 540px) {
  .tooltip_ul {
    margin-left: 0;
  }
  .tooltip_ul li {
    margin-left: 0;
    width: 100%;
  }
  .tooltip_ul li span {
    width: 90vw;
    left: 5vw;
  }
}

.border_bold li {
  border-width: 2px;
}

/*----------------------------------------------------------------------
CMSアーカイブページ
----------------------------------------------------------------------*/
.card_list .item_case {
  margin-bottom: 40px;
}
.card_list .item_card {
  margin-bottom: 60px;
}

.archive {
  padding-bottom: 120px;
}

/*----------------------------------------------------------------------
コンタクト
----------------------------------------------------------------------*/
.page_contact .first_section {
  margin-bottom: 60px;
}
.page_contact .line_btn, .page_contact .tel_btn {
  justify-content: center;
  margin: 0 20px;
  padding: 20px 10px;
  border-radius: 60px;
}
.page_contact .icon {
  max-width: 100px;
}
.page_contact .line_btn {
  margin: 0;
}
.page_contact .line_icon {
  margin-right: 10px;
}
.page_contact .tel_icon {
  max-width: 100px;
}
.page_contact .qr {
  max-width: 180px;
}
.page_contact .dl_box dt {
  font-size: 22px;
  font-size: 1.375rem;
}
.page_contact .dl_box dd {
  padding: 40px 20px 20px;
}
.page_contact .dl_box .article_inner p {
  margin-bottom: 20px;
}
.page_contact .dl_box .article_inner p:last-child {
  margin-bottom: 0;
}
.page_contact .tel_btn {
  display: flex;
  align-items: center;
  color: #fff;
  background: #34589F;
  margin-bottom: 20px;
}
.page_contact .tel_btn b {
  margin-left: 10px;
}
.page_contact .text_tel em {
  font-style: normal;
}
@media screen and (max-width: 1080px) {
  .page_contact .tel_btn {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .page_contact .tel_btn b {
    font-size: 16px;
    font-size: 1rem;
  }
  .page_contact .line_icon {
    width: 32px;
    height: 32px;
  }
  .page_contact .line_btn {
    font-size: 16px;
    font-size: 1rem;
  }
}

.wrap__form .block__inner {
  padding: 20px 10%;
}
@media screen and (max-width: 540px) {
  .wrap__form .block__inner {
    padding: 20px 4%;
  }
}

/*----------------------------------------------------------------------
シングルページ
----------------------------------------------------------------------*/
.single section {
  margin-bottom: 120px;
}
.single h2 + p {
  font-weight: 500;
}
.single__content_section {
  margin-top: -20vw;
}
.single .block_bl {
  display: block;
}

.article_box {
  max-width: 90%;
  margin: auto;
}
.article_box > p {
  margin-bottom: 60px;
  font-size: 22px;
  font-size: 1.375rem;
}
.article_box .wp-block-group {
  margin-bottom: 60px;
}
.article_box .wp-block-list {
  margin-bottom: 20px;
}
.article_box .block_bl, .article_box .block_red {
  display: block;
}
.article_box .block_bl .block__inner, .article_box .block_red .block__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 5vw;
}
.article_box .block_bl p strong, .article_box .block_red p strong {
  color: #339C4B;
}

.single .article_box p {
  margin-bottom: 1.2em;
  font-size: 18px;
  font-size: 1.125rem;
}/*# sourceMappingURL=page.css.map */