@charset "UTF-8";
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0;
  text-underline-offset: 3px;
}
@media only screen and (max-width: 767px) {
  body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0.05em;
  font-weight: 700;
}

a {
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  -webkit-appearance: none;
}

input {
  border-radius: 0;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

/*                link
======================================================= */
a {
  text-decoration: none;
}

.sec {
  padding: 86px 0;
}
@media only screen and (max-width: 767px) {
  .sec {
    padding: 35px 0;
  }
}
.sec.blue {
  background-color: #EAF7FF;
}

@media only screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

.c-width {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.c-width.wide {
  max-width: 1065px;
}

.c-ttl {
  color: #104D9E;
  font-size: 46px;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-ttl {
    font-size: 20px;
  }
}
.c-ttl .big {
  font-size: 52px;
}
@media only screen and (max-width: 767px) {
  .c-ttl .big {
    font-size: 21px;
  }
}
.c-ttl .big .dots span {
  position: relative;
}
.c-ttl .big .dots span::before {
  content: "";
  width: 11px;
  /* ← サイズ自由 */
  height: 11px;
  background: #FF8929;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .c-ttl .big .dots span::before {
    width: 5px;
    height: 5px;
    top: -6px;
  }
}
.c-ttl .orange {
  color: #FF8929;
}
.c-ttl .medium {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .c-ttl .medium {
    font-size: 20px;
  }
}

.c-txt {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .c-txt {
    font-size: 13px;
  }
}
.c-txt.center {
  text-align: center;
}

.bg-blue {
  background-color: #EAF7FF;
}

.u-ib {
  display: inline-block;
}

.fv {
  position: relative;
  aspect-ratio: 1440/642;
  margin-top: 82px;
}
@media only screen and (max-width: 1200px) {
  .fv {
    aspect-ratio: 1440/1000;
  }
}
@media only screen and (max-width: 1024px) {
  .fv {
    padding-top: 20px;
    aspect-ratio: 375/380;
  }
}
@media only screen and (max-width: 767px) {
  .fv {
    aspect-ratio: 375/422;
    margin-top: 52px;
  }
}
.fv h1 img {
  width: 100%;
}

.fv_bg {
  position: absolute;
  inset: 0;
  aspect-ratio: 1440/642;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .fv_bg {
    aspect-ratio: 1440/1000;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 1024px) {
  .fv_bg {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
  }
}

.fv_contWrap {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .fv_contWrap {
    aspect-ratio: auto;
    height: auto;
  }
}

.fv_cont {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1024px) {
  .fv_cont {
    margin-right: auto;
  }
}

.fv-clinic_detail {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .fv-clinic_detail {
    width: 50%;
    margin-right: 20px;
    margin-left: auto;
    flex-direction: column;
    gap: 2px;
  }
}

.fv-clinic_list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
@media only screen and (max-width: 767px) {
  .fv-clinic_list {
    gap: 5px;
    width: 100%;
    text-align: center;
  }
}
.fv-clinic_list li {
  background-color: #fff;
  border: 1px solid #104D9E;
  color: #104D9E;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 1em 7px;
}
@media only screen and (max-width: 767px) {
  .fv-clinic_list li {
    font-size: 11px;
    padding: 1px 9px 0;
    width: calc((100% - 5px) / 2);
  }
}

.fv-clinic_ttl {
  color: #104D9E;
  font-weight: 700;
  letter-spacing: 6%;
}
@media only screen and (max-width: 767px) {
  .fv-clinic_ttl {
    font-size: 11px;
  }
}

.fv-round_list {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
@media only screen and (max-width: 1024px) {
  .fv-round_list {
    width: 50%;
    margin-right: 20px;
    margin-left: auto;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 6px;
  }
}
.fv-round_list li {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to bottom right, #104D9E, #326BB6);
  border-radius: 100%;
  width: calc((100% - 30px) / 4);
  line-height: 1;
  padding-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .fv-round_list li {
    width: calc((100% - 5px) / 2);
    gap: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .fv-round_list li {
    gap: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .fv-round_list li img {
    width: 15px;
  }
}

.fv-round_txt {
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .fv-round_txt {
    font-size: 12px;
    line-height: 1.5;
  }
}
.fv-round_txt.wide {
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .fv-round_txt.wide {
    margin-top: 5px;
  }
}
.fv-round_txt.medium-wide {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .fv-round_txt.medium-wide {
    margin-top: 2px;
  }
}
.fv-round_txt .num {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 2px;
}
@media only screen and (max-width: 767px) {
  .fv-round_txt .num {
    font-size: 18px;
  }
}
.fv-round_txt .small {
  font-size: 18px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .fv-round_txt .small {
    font-size: 11px;
  }
}
.fv-round_txt .big {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .fv-round_txt .big {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fv-round_txt .medium {
    font-size: 16px;
  }
}

.fv_ttlsub {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .fv_ttlsub {
    padding-left: 18px;
  }
}
.fv_ttlsub p {
  color: #104D9E;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 11%;
}
@media only screen and (max-width: 767px) {
  .fv_ttlsub p {
    font-size: 24px;
  }
}

.fv_frame {
  position: relative;
  font-size: 24px;
  color: #104D9E;
  font-weight: 700;
  padding: 18px 23px;
}
@media only screen and (max-width: 767px) {
  .fv_frame {
    font-size: 13px;
    padding: 14px 16px;
  }
}
.fv_frame::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url("img/fv-frame.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  transform: translateY(25%);
}

.fv_ttl {
  color: #104D9E;
  font-size: 51px;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 767px) {
  .fv_ttl {
    font-size: 28px;
    padding-left: 18px;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
}
.fv_ttl .dots {
  display: inline-flex;
  flex-wrap: wrap;
}
.fv_ttl .dots span {
  color: #2C81BA;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fv_ttl .dots span {
    font-size: 32px;
  }
}
.fv_ttl .dots span + span {
  margin: 0;
}
.fv_ttl .dots span::before {
  content: "";
  width: 8px;
  /* ← サイズ自由 */
  height: 8px;
  background: #2C81BA;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .fv_ttl .dots span::before {
    width: 5px;
    height: 5px;
    top: -6px;
  }
}

.fv_fixedarea {
  position: absolute;
  bottom: 20px;
  left: 40px;
  background: url("img/fv-fukidashi.svg") no-repeat;
  background-size: contain;
  padding: 47px 34px 49px 54px;
}
@media only screen and (max-width: 1024px) {
  .fv_fixedarea {
    display: none;
  }
}

.fv_fixedttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.fv_fixedtxt {
  background-color: #104D9E;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  margin-top: 8px;
}

.fv_txt {
  color: #000;
  max-width: 647px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .fv_txt {
    font-size: 14px;
    padding: 0 18px;
    margin-top: 13px;
    line-height: 1.25;
  }
}

.fv_round {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .fv_round {
    display: none;
  }
}

.form-submit button:disabled {
  background: #E6E6E6;
}

.form-submit {
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .form-submit {
    margin-top: 20px;
  }
}
.form-submit button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  border-radius: 4px;
  background: #FF8929;
  color: #fff;
  font-size: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form-submit button {
    font-size: 16px;
  }
}

.sec.intro {
  padding-bottom: 0;
  position: relative;
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .sec.intro {
    padding-top: 48px;
    padding-bottom: 40px;
  }
}

.intro_fixed-banner {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .intro_fixed-banner {
    position: absolute;
    top: -105px;
    right: 5px;
    background: url("img/fixed-fukidashi.png") no-repeat;
    background-size: contain;
    display: block;
    width: 174px;
    height: 182px;
    aspect-ratio: 87/91;
    padding: 50px 28px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .intro_fixed-banner {
    width: 87px;
    height: 91px;
    padding: 19px 12px 0 0;
    top: -50px;
  }
}

.intro_fixedTtl {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .intro_fixedTtl {
    font-size: 10px;
  }
}

.intro_fixedTxt {
  background-color: #fff;
  border-radius: 30px;
  color: #104D9E;
  font-size: 15px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px auto 0;
  padding: 0 8px;
}
@media only screen and (max-width: 767px) {
  .intro_fixedTxt {
    font-size: 10px;
    margin-top: 5px;
  }
}

.intro_ttlWrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.intro_subTtl {
  color: #104D9E;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  transform: rotate(-10deg) translateX(-50%);
  display: inline-block;
  letter-spacing: 14%;
}
@media only screen and (max-width: 767px) {
  .intro_subTtl {
    font-size: 13px;
  }
}
.intro_subTtl:before {
  position: absolute;
  content: "";
  width: 106px;
  height: 33px;
  background: url("img/intro_subTtl.svg") no-repeat;
  background-size: contain;
  bottom: -18px;
  left: -10px;
  transform: rotate(7deg);
}
@media only screen and (max-width: 767px) {
  .intro_subTtl:before {
    width: 56px;
    height: 22px;
    bottom: -10px;
    left: -7px;
  }
}

.intro {
  position: relative;
}

.intro_cont {
  position: relative;
  z-index: 2;
}

.intro_listWrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .intro_listWrap {
    margin-top: 20px;
  }
}

.intro_list {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .intro_list {
    gap: 8px;
  }
}

.intro_item {
  border-radius: 25px;
  padding: 37px 5px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  width: calc((100% - 30px) / 4);
}
@media only screen and (max-width: 767px) {
  .intro_item {
    gap: 5px;
    padding: 5px 0;
    width: calc((100% - 24px) / 4);
    border-radius: 5px;
  }
}
.intro_item:nth-of-type(odd) {
  background-color: #EAF7FF;
}
@media only screen and (max-width: 767px) {
  .intro_item:nth-of-type(even) {
    background-color: #EAF7FF;
  }
}

.intro_itemTtl {
  color: #104D9E;
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
  .intro_itemTtl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .intro_itemTtl {
    font-size: 9px;
  }
}
.intro_itemTtl .big {
  font-size: 32px;
}
@media only screen and (max-width: 1024px) {
  .intro_itemTtl .big {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .intro_itemTtl .big {
    font-size: 11px;
  }
}

.intro_imgWrap {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .intro_imgWrap {
    width: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}

.intro_bottomTxtWrap {
  display: flex;
  justify-content: center;
  margin-top: 73px;
}
@media only screen and (max-width: 767px) {
  .intro_bottomTxtWrap {
    margin-top: 20px;
  }
}

.intro_bottomTxt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 23px;
  color: #040404;
}
@media only screen and (max-width: 1200px) {
  .intro_bottomTxt {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .intro_bottomTxt {
    font-size: 14px;
    margin-top: 0;
    padding-bottom: 10px;
    text-align: left;
  }
}
.intro_bottomTxt span {
  background: linear-gradient(transparent 60%, rgba(255, 234, 69, 0.51) 60%);
}

.intro_bottomImgWrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .intro_bottomImgWrap {
    max-width: 36%;
  }
}

.about {
  padding-bottom: 0;
}

.about_cont {
  margin-top: 66px;
  display: flex;
  gap: 45px;
}
@media only screen and (max-width: 767px) {
  .about_cont {
    flex-direction: column;
    gap: 21px;
    margin-top: 20px;
  }
}

.about_imgCntr {
  width: 220px;
  flex: 1 0 auto;
}
@media only screen and (max-width: 767px) {
  .about_imgCntr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .about_imgWrap {
    width: 134px;
  }
}

.about_name {
  margin-top: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #2C81BA;
}
@media only screen and (max-width: 767px) {
  .about_name {
    flex-direction: column;
    font-size: 13px;
    gap: 0;
  }
}
.about_name .name {
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .about_name .name {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 8%;
  }
}

.about_txt {
  color: #333;
}
@media only screen and (max-width: 767px) {
  .about_txt {
    font-size: 14px;
  }
}

.about_fukidashi {
  color: #282D32;
  padding: 10px 22% 42px 18%;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 70px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .about_fukidashi {
    padding: 3px 58px 22px;
    margin-top: 13px;
    font-size: 13px;
    margin-right: auto;
    line-height: 1.4;
  }
}
.about_fukidashi .big {
  color: #282D32;
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .about_fukidashi .big {
    font-size: 20px;
  }
}
.about_fukidashi::before {
  position: absolute;
  content: "";
  background: url(img/about-fukidashi.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  aspect-ratio: 375/99;
}
@media only screen and (max-width: 767px) {
  .about_fukidashi::before {
    aspect-ratio: 290/76;
  }
}

.about_human {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .about_human {
    max-width: 212px;
    margin-right: auto;
  }
}

.application_listWrap {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .application_listWrap {
    margin-top: 24px;
  }
}

.application_dl {
  display: flex;
  border-radius: 10px;
  border: 1px solid #2C81BA;
  overflow: auto;
}
.application_dl + .application_dl {
  margin-top: 9px;
}

.application_dt,
.application_dd {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .application_dt,
.application_dd {
    font-size: 13px;
  }
}

.application_dt {
  background-color: #2C81BA;
  text-align: center;
  color: #fff;
  width: 195px;
  max-width: 195px;
  flex: 1 0 auto;
  padding: 4px;
}
@media only screen and (max-width: 767px) {
  .application_dt {
    width: 105px;
    max-width: 105px;
  }
}

.application_dd {
  color: #666666;
  padding: 4px 38px;
}
@media only screen and (max-width: 767px) {
  .application_dd {
    padding: 4px 10px;
  }
}

.application_cont {
  background-color: #EAF7FF;
  border-radius: 15px;
  padding: 37px;
  display: flex;
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .application_cont {
    padding: 20px;
    flex-direction: column-reverse;
    margin-top: 30px;
    gap: 8px;
  }
}

.clinic_ttlWrap {
  position: relative;
  max-width: 310px;
}
@media only screen and (max-width: 767px) {
  .clinic_ttlWrap {
    max-width: 130px;
  }
}
.clinic_ttlWrap::before {
  position: absolute;
  content: "";
  background: url("img/clinic-ttlimg.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .clinic_ttlWrap.sp_none {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .clinic_ttlWrap.pc_none {
    display: none;
  }
}

.clinic_ttl {
  color: #2C81BA;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .clinic_ttl {
    font-size: 16px;
    line-height: 1.4;
    padding: 14px 0;
  }
}

.clinic_imgCntr {
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .clinic_imgCntr {
    padding-right: 0;
  }
}

.clinic_imgTtl {
  color: #2C81BA;
  font-weight: 700;
  text-align: center;
}

.clinic_imgWrap {
  padding: 14px 14px 7px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  margin-top: 27px;
}
.clinic_imgWrap::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -30px;
  top: 20px;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #fff;
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .clinic_imgWrap::before {
    top: -30px;
    right: auto;
    left: 30px;
    transform: rotate(-90deg);
  }
}
.clinic_imgWrap img {
  border-radius: 15px;
  width: 100%;
}

.clinic_dl {
  display: flex;
  padding: 5px 0;
  border-top: 1px solid #92D2FC;
  border-bottom: 1px solid #92D2FC;
}
.clinic_dl + .clinic_dl {
  border-top: none;
}
.clinic_dl.wrap {
  flex-wrap: wrap;
}

.clinic_map {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .clinic_map {
    margin-top: 10px;
  }
}

.clinic_dt {
  color: #2C81BA;
  padding-left: 13px;
  background-color: #fff;
  max-width: 205px;
  width: 205px;
  flex: 1 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 1024px) {
  .clinic_dt {
    max-width: 96px;
    width: 96px;
    font-size: 13px;
    padding-left: 9px;
  }
}

.clinic_dd {
  color: #040404;
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .clinic_dd {
    font-size: 13px;
    padding-left: 8px;
  }
}

.clinic_ddLink {
  transition: 0.5s;
  color: #040404;
}
@media only screen and (min-width: 1024px) {
  .clinic_ddLink:hover {
    opacity: 0.7;
  }
}

.clinic_iframe {
  border: none;
  aspect-ratio: 300/148;
  width: 100%;
  height: 100%;
}

.space {
  display: none;
  /*画像の位置を右下にしたい場合はright*/
}
@media only screen and (max-width: 767px) {
  .space {
    float: right;
    height: 5em;
    display: block;
  }
}

.question {
  background-color: #BFE5FF;
}

.question_dl {
  padding: 35px 34px 26px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .question_dl {
    padding: 15px 20px 17px;
  }
}
.question_dl.open .question_dd {
  max-height: 100dvh;
  /* 中身に応じて調整 */
}
.question_dl.open .question_dt::after {
  transform: translateY(-50%) rotate(0);
}
.question_dl + .question_dl {
  margin-top: 25px;
}

.question_ttl {
  position: relative;
  padding-bottom: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .question_ttl {
    padding-bottom: 30px;
  }
}
.question_ttl::after {
  position: absolute;
  content: "";
  width: 203px;
  background: url("img/icon-question.svg") no-repeat;
  background-size: contain;
  aspect-ratio: 182/157;
  bottom: 10px;
  right: 30px;
}
@media only screen and (max-width: 1024px) {
  .question_ttl::after {
    right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .question_ttl::after {
    width: 25%;
    right: 20px;
    bottom: 0;
  }
}

.question_dt {
  color: #104D9E;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 18px;
  position: relative;
  cursor: pointer;
  position: relative;
  padding-right: 32px;
  padding-left: 42px;
}
@media only screen and (max-width: 767px) {
  .question_dt {
    font-size: 18px;
    padding-bottom: 0;
    padding-left: 20px;
  }
}
.question_dt::before {
  position: absolute;
  content: "Q";
  color: #104D9E;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .question_dt::before {
    font-size: 18px;
    top: 0;
  }
}
.question_dt::after {
  position: absolute;
  content: "";
  background: url("img/icon-blue-arrow.svg") no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
  top: 50%;
  transform: translateY(-60%) rotate(180deg);
  right: 0;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .question_dt::after {
    width: 20px;
    height: 20px;
    top: 10px;
    transform: translateY(0%) rotate(180deg);
  }
}

.question_dd {
  padding: 0 37px 0 42px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
}
.question_dd::before {
  position: absolute;
  content: "A";
  color: #104D9E;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .question_dd::before {
    font-size: 18px;
    top: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .question_dd {
    padding: 0 20px;
  }
}

.question_txt {
  color: #040404;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .question_txt {
    font-size: 13px;
    padding-top: 1em;
  }
}
.question_txt .orange {
  color: #FF8929;
  font-weight: 700;
}

.flow_list {
  display: flex;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .flow_list {
    margin-top: 20px;
    flex-direction: column;
    max-width: 307px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow_item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  width: 20%;
  height: 100%;
  aspect-ratio: 220/162;
}
@media only screen and (max-width: 767px) {
  .flow_item {
    width: 100%;
    aspect-ratio: auto;
  }
}
@media only screen and (max-width: 767px) {
  .flow_item.high {
    flex-direction: row-reverse;
    justify-content: start;
    gap: 18px;
  }
  .flow_item.high .flow_cont {
    width: 100%;
  }
}

.flow_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: contain;
  aspect-ratio: 202/103;
}
@media only screen and (max-width: 767px) {
  .flow_bg {
    transform: rotate(90deg);
    display: none;
  }
}

.flow_bg_sp {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: contain;
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow_bg_sp {
    display: block;
  }
}

.flow_icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(36%, -50%);
  width: 58px;
  height: 58px;
}
@media only screen and (max-width: 767px) {
  .flow_icon {
    width: 38px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    right: 20px;
    transform: translate(0%, -50%);
  }
}
.flow_icon img {
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.flow_itemTtl {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .flow_itemTtl {
    padding-right: 1.2em;
    text-align: center;
    line-height: 1.2;
  }
}
.flow_itemTtl.blue {
  color: #104D9E;
}
.flow_itemTtl.white {
  color: #fff;
}

.flow_txt {
  color: #040404;
  text-align: center;
  margin-top: 60px;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .flow_txt {
    margin-top: 25px;
    font-size: 14px;
    text-align: left;
  }
}

.flow_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 202/103;
}
@media only screen and (max-width: 767px) {
  .flow_cont {
    aspect-ratio: 183/70;
    max-width: 183px;
  }
}

.flow_fukidashi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .flow_fukidashi {
    flex-direction: row-reverse;
    gap: 5px;
    align-items: center;
  }
}
.flow_fukidashi p {
  color: #2C81BA;
  font-size: 17px;
  text-align: center;
  position: relative;
  width: 100%;
  display: inline-block;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .flow_fukidashi p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.flow_fukidashi picture {
  display: flex;
}

.flow_fukidashiImg picture {
  display: flex;
}
.form {
  background-color: #EAF7FF;
}

.form_txt {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .form_txt {
    text-align: left !important;
  }
}

.ft {
  padding: 27px 0;
}
@media only screen and (max-width: 767px) {
  .ft {
    padding-bottom: 120px;
  }
}

.ft_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.ft_logo:hover {
  opacity: 0.7;
}

.ft_txt {
  color: #595757;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 13px;
}

.ft_list {
  margin-top: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ft_link {
  color: #595757;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  line-height: 1;
  transition: 0.5s;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .ft_link {
    font-size: 11px;
  }
}
.ft_link.border {
  border-left: 1px solid #595757;
}
.ft_link:hover {
  opacity: 0.7;
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 999;
  padding: 7px 24px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .hd {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .hd.scroll {
    top: auto;
    bottom: 0;
    background-color: transparent;
  }
  .hd.scroll .hd_link {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hd.scroll .hd_btn {
    width: 100%;
    max-width: 500px;
    font-size: 16px;
    padding: 10px;
    margin: 0 auto;
  }
}

.hd_inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.hd_btn {
  color: #fff;
  font-size: 18px;
  font-family: 700;
  background-color: #FF8929;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px 14px;
  max-height: 48px;
}
@media only screen and (max-width: 767px) {
  .hd_btn {
    font-size: 11px;
    padding: 6px;
    margin-left: auto;
  }
}

.hd_link {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .hd_link {
    justify-content: flex-end;
    max-width: 100px;
  }
}
.hd_link .scroll {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
}
.hd_link .top {
  transition: 0.5s;
}

.form-group {
  display: flex;
  flex-direction: column;
}
.form-group .required {
  color: #fff;
  background-color: #FF0E0E;
  border: 1px solid #FF0E0E;
  border-radius: 30px;
  font-size: 12px;
  padding: 2px 15px;
  margin-left: 10px;
}
.form-group label {
  color: #000;
  font-weight: 500;
}
.form-group input,
.form-group textarea {
  color: #A2A2A2;
  background: #fff;
  border: 1px solid #A2A2A2;
  padding: 10px 10px;
  min-height: 3em;
  display: block;
  margin-top: 6px;
}
.form-group textarea {
  min-height: 4em;
}
.form-group + .form-group {
  margin-top: 1em;
}

.contact-form {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    margin-top: 10px;
  }
}

.form-submit {
  transition: 0.5s;
  margin: 40px auto 0;
}
@media only screen and (min-width: 1024px) {
  .form-submit:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .form-submit {
    margin-top: 20px;
  }
}
.form-submit button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  border-radius: 4px;
  background: #FF8929;
  color: #fff;
  font-size: 20px;
  position: relative;
  max-width: 343px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .form-submit button {
    font-size: 16px;
  }
}

.fixed-btn {
  aspect-ratio: 1/1;
  background: linear-gradient(to right bottom, #76C9FF, #2A8ACA);
  position: fixed;
  z-index: 1000;
  right: calc((100% - 1200px) / 2);
  bottom: 30px;
  border-radius: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  border: 3px solid #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
@media only screen and (max-width: 1279px) {
  .fixed-btn {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-btn {
    aspect-ratio: auto;
    width: 100%;
    border-radius: 0;
    gap: 5px;
    right: 0;
    bottom: 0;
  }
}
.fixed-btn.active {
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (min-width: 1024px) {
  .fixed-btn:hover {
    opacity: 0.7;
  }
}

.fixed-btn_subTxt {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .fixed-btn_subTxt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.fixed-btn_txt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .fixed-btn_txt {
    font-size: 12px;
  }
}

.tabs {
  display: flex;
  gap: 42px;
}
@media only screen and (max-width: 767px) {
  .tabs {
    gap: 19px;
  }
}

.tab-btn {
  padding: 24px 20px 20px;
  border: none;
  background: #eee;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
  background-color: #E6E6E6;
  width: calc((100% - 84px) / 3);
}
@media only screen and (max-width: 767px) {
  .tab-btn {
    width: calc((100% - 19px) / 2);
    padding: 6px 6px 8px;
  }
}

.tab-btn.active {
  background: #fff;
}
.tab-btn.active .tab-ttl {
  color: #2C81BA;
}

.tab-subTtl {
  color: #666666;
  font-size: 15px;
  position: relative;
  padding: 0 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .tab-subTtl {
    font-size: 9px;
  }
}
.tab-subTtl::before, .tab-subTtl::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0.9em;
  background-color: #666666;
  top: 0;
}
.tab-subTtl::before {
  transform: rotate(-25deg) translateY(50%);
  left: 0;
}
.tab-subTtl::after {
  transform: rotate(25deg) translateY(50%);
  right: 0;
}

.tab-ttl {
  color: #666;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .tab-ttl {
    font-size: 14px;
  }
}

.tab-content {
  display: none;
  background-color: #fff;
  border-radius: 0 15px 15px 15px;
}
@media only screen and (max-width: 767px) {
  .tab-content {
    border-radius: 0 0 15px 15px;
  }
}

.tab-content.active {
  display: block;
}

.tab-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 76px 0;
}
@media only screen and (max-width: 767px) {
  .tab-form {
    padding: 40px 20px;
  }
}

.form-subTtl {
  background-color: #2C81BA;
  font-size: 20px;
  color: #fff;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .form-subTtl {
    font-size: 13px;
  }
}

.form-ttl {
  color: #2C81BA;
  font-size: 32px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form-ttl {
    font-size: 24px;
  }
}

.form-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .form-cat {
    margin-top: 24px;
    gap: 15px;
  }
}
.form-cat li {
  background-color: #FFEA45;
  color: #282D32;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .form-cat li {
    font-size: 13px;
    padding: 5px 8px;
  }
}

.form-intro {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .form-intro {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.form-introTxt {
  color: #040404;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .form-introTxt {
    font-size: 15px;
  }
}

.form-introImg {
  width: 40%;
  flex: 1 0 auto;
  margin-bottom: -18px;
}
@media only screen and (max-width: 767px) {
  .form-introImg {
    margin-bottom: 0;
  }
}

.form-privacy {
  margin-bottom: 20px;
}

/* ラベル全体クリック可能 */
.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  margin-top: 36px;
}

/* デフォルトのチェックボックス非表示 */
.checkbox input {
  display: none;
}

/* ボックス部分 */
.checkbox-box {
  width: 20px;
  height: 20px;
  border: 2px solid #C0C0C0;
  border-radius: 4px;
  position: relative;
  transition: 0.2s;
}

/* チェック時 */
.checkbox input:checked + .checkbox-box {
  background: #C0C0C0;
}

/* チェックマーク */
.checkbox-box::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

/* チェック時に表示 */
.checkbox input:checked + .checkbox-box::after {
  opacity: 1;
}

/* テキスト */
.checkbox-text {
  font-size: 14px;
}
.checkbox-text a {
  text-decoration: underline;
  color: #2C81BA;
}
@media only screen and (min-width: 1024px) {
  .checkbox-text a:hover {
    opacity: 0.7;
  }
}