@charset "UTF-8";
.wrap {
  background: #f1f1f1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .wrap {
    display: flex;
    flex-flow: column;
    justify-content: stretch;
    align-items: stretch;
    min-height: 100dvh;
  }
}

.mincho {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.maru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.en {
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 768px) {
  .site-main {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: stretch;
    align-items: stretch;
  }
}

.section {
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section {
    margin-left: 10rem;
  }
}

.font-color {
  color: var(--themeColorBlue);
}

.article {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.article-block:not(:last-of-type) {
  margin-bottom: 8rem;
}
.article-block > * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.article-block > *:first-child {
  margin-top: 0;
}
.article-block > *:last-child {
  margin-bottom: 0;
}

.data-side {
  width: 10rem;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -10rem;
  transition-delay: 200ms !important;
}
.data-side img {
  max-width: 3.3rem;
}

.scroll-down img {
  max-width: 2.1rem;
}

.section-title {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section-title > span {
  display: inline-block;
  border-radius: 50vw;
  color: #fff;
  background: var(--themeColorBlue);
  padding: 0.3rem 3.3rem;
  font-size: 2rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .section-title > span {
    font-size: 1.6rem;
  }
}
.section-title .title {
  font-size: 5rem;
  font-weight: bold;
  color: var(--themeColorBlue);
  background: linear-gradient(to top, #ed9fa2, #ed9fa2 1.5rem, transparent 1.5rem);
  line-height: 1.2;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .section-title .title {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 3rem;
    background: none;
  }
}
.section-title .title > span {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .section-title .title > span {
    background: linear-gradient(to top, #ed9fa2, #ed9fa2 0.8rem, transparent 0.8rem);
  }
}
.section-title .title .sm {
  font-size: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .section-title .title .sm {
    font-size: 2.4rem;
  }
}

.section-arrow {
  position: relative;
}
.section-arrow:nth-child(1) {
  z-index: 10;
}
.section-arrow:nth-child(2) {
  z-index: 9;
}
.section-arrow:nth-child(3) {
  z-index: 8;
}
.section-arrow:nth-child(4) {
  z-index: 7;
}
.section-arrow:nth-child(5) {
  z-index: 6;
}
.section-arrow:nth-child(6) {
  z-index: 5;
}
.section-arrow:nth-child(7) {
  z-index: 4;
}
.section-arrow:nth-child(8) {
  z-index: 3;
}
.section-arrow:nth-child(9) {
  z-index: 2;
}
.section-arrow:nth-child(10) {
  z-index: 1;
}
.section-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7rem 9rem 0 9rem;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .section-arrow::after {
    border-width: 3.5rem 4.5rem 0 4.5rem;
  }
}

.section-fv {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-fv .fv-bg img {
    width: 100%;
    max-height: 75rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section-fv .fv-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-fv .fv-text {
    height: 100%;
    padding-top: 2.2rem;
    padding-left: 4.2rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .section-fv .fv-text {
    top: auto;
    bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}
.section-fv .fv-text .subtitle {
  color: var(--themeColorBlue);
  font-size: 3rem;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .section-fv .fv-text .subtitle {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    background: linear-gradient(to bottom, transparent, transparent 60%, #e6a4a8 60%);
  }
}
@media only screen and (max-width: 767px) {
  .section-fv .fv-text .subtitle {
    font-size: 2rem;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
}
.section-fv .fv-text .subtitle span {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .section-fv .fv-text .subtitle span {
    background: linear-gradient(to top, #e6a4a8, #e6a4a8 0.7rem, transparent 0.7rem);
  }
}
@media only screen and (min-width: 768px) {
  .section-fv .fv-text .subtitle span:last-of-type {
    margin-left: 0.9rem;
  }
}
.section-fv .fv-text .subtitle .sm {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-fv .fv-text .subtitle .sm {
    font-size: 1.4rem;
  }
}
.section-fv .fv-text .page-title {
  font-size: 5.2rem;
  color: var(--themeColorBlue);
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .section-fv .fv-text .page-title {
    font-size: 2.2rem;
  }
}
.section-fv .fv-text .page-title span {
  font-size: 6.3rem;
}
@media only screen and (max-width: 767px) {
  .section-fv .fv-text .page-title span {
    font-size: 2.8rem;
  }
}
.section-fv .fv-text .fv-lead {
  color: var(--themeColorBlue);
  font-size: 2rem;
  margin-top: 1.5rem;
  margin-left: -0.1em;
}
@media only screen and (max-width: 767px) {
  .section-fv .fv-text .fv-lead {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.section-fv .fv-text .fv-tel {
  margin-top: 3.5rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-fv .fv-text .fv-tel {
    margin-top: 1rem;
  }
}
.section-fv .fv-text .fv-tel a {
  display: block;
  background: #1e45a5;
  color: #fff;
  max-width: 44.4rem;
  border-radius: 2rem;
  padding: 1rem 3rem;
  box-shadow: 0 1rem 0 #07297d;
}
@media only screen and (max-width: 767px) {
  .section-fv .fv-text .fv-tel a {
    max-width: 100%;
    padding: 1rem 1rem;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 0 #07297d;
  }
}
.section-fv .fv-text .fv-tel dl {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-fv .fv-text .fv-tel dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.section-fv .fv-text .fv-tel dl dt {
  font-size: 2.9rem;
  padding-bottom: 0.2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .section-fv .fv-text .fv-tel dl dt {
    font-size: 1.6rem;
    width: 32%;
  }
}
.section-fv .fv-text .fv-tel dl dt svg {
  display: block;
  width: 3.1rem;
}
@media only screen and (max-width: 767px) {
  .section-fv .fv-text .fv-tel dl dt svg {
    width: 2.4rem;
  }
}
.section-fv .fv-text .fv-tel dl dd {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .section-fv .fv-text .fv-tel dl dd {
    border-top: 0.1rem dashed #fff;
    padding-top: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-fv .fv-text .fv-tel dl dd {
    font-size: 1.4rem;
    border-left: 0.1rem dashed #fff;
    padding-left: 0.6rem;
  }
}

.section-worry {
  padding-bottom: 3rem;
  background: #e3e0e0;
}
@media only screen and (max-width: 767px) {
  .section-worry {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
.section-worry::after {
  border-color: #e3e0e0 transparent transparent transparent;
}
.section-worry .inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-worry .inner {
    display: flex;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media only screen and (min-width: 768px) {
  .section-worry .hukidashi-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 6.8rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .section-worry .hukidashi-text {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
.section-worry .hukidashi-block {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (min-width: 768px) {
  .section-worry .hukidashi-block {
    min-width: 26.4rem;
    gap: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-worry .hukidashi-block + .hukidashi-block {
    margin-top: 1rem;
  }
}
.section-worry .hukidashi-item {
  background: var(--themeColorBlue);
  color: #fff;
  padding: 1.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.6;
  border-radius: 2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-worry .hukidashi-item {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .section-worry .hukidashi-item:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-worry .hukidashi-item:nth-of-type(odd) {
    margin-right: auto;
  }
  .section-worry .hukidashi-item:nth-of-type(odd)::after {
    left: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-worry .hukidashi-item:nth-of-type(even) {
    margin-left: auto;
  }
  .section-worry .hukidashi-item:nth-of-type(even)::after {
    left: auto;
    right: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-worry .hukidashi-item {
    border-radius: 1rem;
    padding: 1rem;
  }
}
.section-worry .hukidashi-item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.8rem 0.7rem 0 0.7rem;
  border-color: #08277d transparent transparent transparent;
  position: absolute;
  transform: translate(-50%, 100%);
}
@media only screen and (min-width: 768px) {
  .section-worry .hukidashi-item::after {
    bottom: 0.1rem;
    left: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .section-worry .hukidashi-item::after {
    border-width: 2rem 0.7rem 0 0.7rem;
    transform: translate(-50%, -100%) rotate(180deg);
    top: 0;
  }
}
.section-worry .hukidashi-item span {
  text-align: left;
  display: inline-block;
}
.section-worry .hukidashi-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5.4rem;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .section-worry .hukidashi-center {
    padding-top: 3rem;
  }
}
.section-worry .hukidashi-center .img {
  max-width: 44.5rem;
  margin-top: 2.4rem;
}
.section-worry .hukidashi-title {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.section-worry .hukidashi-title span {
  font-size: 4rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  background: linear-gradient(to top, #e6a4a8, #e6a4a8 1.5rem, transparent 1.5rem);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section-worry .hukidashi-title span {
    font-size: 2.4rem;
    background: linear-gradient(to top, #e6a4a8, #e6a4a8 1rem, transparent 1rem);
  }
}
.section-worry .hukidashi-title span:not(:last-of-type) {
  margin-bottom: 2.1rem;
}
.section-worry .hukidashi-title span.large {
  font-size: 6.7rem;
}
@media only screen and (max-width: 1100px) {
  .section-worry .hukidashi-title span.large {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-worry .hukidashi-title span.large {
    font-size: 4rem;
  }
}

.section-solution {
  background: #f4dedf;
  padding-top: 9.6rem;
  padding-bottom: 8.5rem;
}
@media only screen and (max-width: 767px) {
  .section-solution {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-solution::after {
  border-color: #f4dedf transparent transparent transparent;
}
.section-solution .lead {
  font-size: 2.4rem;
  color: var(--themeColorBlue);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4.3rem;
}
@media only screen and (max-width: 767px) {
  .section-solution .lead {
    font-size: 1.6rem;
  }
}
.section-solution .logo-text {
  font-size: 2.7rem;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  color: var(--themeColorBlue);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .section-solution .logo-text {
    font-size: 2rem;
  }
}
.section-solution .logo-text img {
  width: 35.8rem;
  margin-right: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .section-solution .logo-text img {
    width: 28rem;
    margin-right: 1.5rem;
  }
}
.section-solution .logo-text span {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}
.section-solution .logo-text .line {
  background: linear-gradient(to top, #ed9fa2, #ed9fa2 1.5rem, transparent 1.5rem);
  padding-bottom: 0.7rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .section-solution .logo-text .line {
    margin-left: -2.7rem;
    display: block;
    padding-left: 1.5rem;
    padding-right: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-solution .logo-text .line {
    background: linear-gradient(to top, #ed9fa2, #ed9fa2 0.7rem, transparent 0.7rem);
    padding-bottom: 0.3rem;
  }
}
.section-solution .logo-text .large {
  font-size: 6.7rem;
}
@media only screen and (max-width: 767px) {
  .section-solution .logo-text .large {
    font-size: 4rem;
  }
}
.section-solution .solution-list {
  margin-top: 7.1rem;
}
@media only screen and (min-width: 768px) {
  .section-solution .solution-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 3.5rem;
  }
}
.section-solution .solution-list__item {
  text-align: center;
  border: 0.4rem solid var(--themeColorBlue);
  border-radius: 2.1rem;
  background: #fff;
  padding: 6rem 1.1rem 3.5rem;
  counter-increment: solution-list;
  flex: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-solution .solution-list__item {
    border-width: 0.3rem;
    padding: 4rem 1.5rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-solution .solution-list__item:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.section-solution .solution-list__item::before {
  content: counter(solution-list) "";
  display: block;
  background: #ea7c7f;
  color: #fff;
  width: 11.2rem;
  height: 11.2rem;
  border-radius: 50vw;
  border: 0.4rem solid var(--themeColorBlue);
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 6.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section-solution .solution-list__item::before {
    width: 6rem;
    height: 6rem;
    border-radius: 50vw;
    border-width: 0.3rem;
    font-size: 4rem;
  }
}
.section-solution .solution-list__item .title {
  color: #ea7d7f;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .section-solution .solution-list__item .title {
    font-size: 2rem;
  }
}
.section-solution .solution-list__item p {
  color: #727272;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 2rem;
  padding-top: 2.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-solution .solution-list__item p {
    font-size: 1.4rem;
  }
}
.section-solution .solution-list__item p::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='4' viewBox='0 0 6 4'%3E%3Cpath d='M6 2a2 2 0 0 1-2 2H2A2 2 0 0 1 0 2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2Z' fill='%2308287d'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 0.8rem 0.4rem;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 0;
}

.section-diagnosis {
  background: #fff;
  padding-top: 10.3rem;
  padding-bottom: 8.5rem;
}
@media only screen and (max-width: 767px) {
  .section-diagnosis {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-diagnosis::after {
  border-color: #fff transparent transparent transparent;
}
.section-diagnosis .btnarea {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.1rem;
  margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
  .section-diagnosis .btnarea {
    display: none;
  }
}
.section-diagnosis .btnarea .btn {
  flex: 1;
}
.section-diagnosis .btnarea .btn a {
  color: #fff;
  border-radius: 1rem;
  width: 100%;
  min-height: 4.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  padding: 0.5rem 0;
  text-align: center;
  line-height: 1.5;
}
.section-diagnosis .btnarea .btn.souzoku a {
  background: #EA7C7F;
  box-shadow: 0 0.5rem 0 #9B5152;
}
.section-diagnosis .btnarea .btn.seizen a {
  background: #1E45A5;
  box-shadow: 0 0.5rem 0 #07297d;
}
@media only screen and (min-width: 768px) {
  .section-diagnosis .diagnosis-flow {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    margin-top: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow {
    display: flex;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.section-diagnosis .diagnosis-flow .item {
  background: #f9f9f9;
  border: 0.5rem solid #ccc;
  border-radius: 1.5rem;
  height: 14.5rem;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--themeColorBlue);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-diagnosis .diagnosis-flow .item {
    width: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow .item {
    height: 7.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border: 0.3rem solid #ccc;
    border-radius: 1rem;
  }
}
.section-diagnosis .diagnosis-flow .item:not(:last-of-type) {
  margin-bottom: 7rem;
}
.section-diagnosis .diagnosis-flow .item .arrow {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translate(-50%, 100%);
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.section-diagnosis .diagnosis-flow .item .arrow::before {
  content: "";
  display: block;
  width: 6.5rem;
  height: 2.9rem;
  border-radius: 0.2rem;
  margin-bottom: -0.6rem;
  color: #fff;
  position: relative;
}
.section-diagnosis .diagnosis-flow .item .arrow svg {
  width: 10.4rem;
}
.section-diagnosis .diagnosis-flow .item .arrow.no {
  left: calc(50% - 10rem);
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow .item .arrow.no {
    left: calc(50% - 9rem);
  }
}
.section-diagnosis .diagnosis-flow .item .arrow.no::before {
  background-image: url(../img/arrow-no.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .section-diagnosis .diagnosis-flow .item .arrow.yes {
    left: calc(50% + 14.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow .item .arrow.yes {
    left: calc(50% - 2rem);
    transform: translate(50%, 100%);
  }
}
.section-diagnosis .diagnosis-flow .item .arrow.yes::before {
  background-image: url(../img/arrow-yes.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 6.6rem;
}
@media only screen and (min-width: 768px) {
  .section-diagnosis .diagnosis-flow .item .arrow.last {
    left: calc(50% + 8.5rem);
  }
}
@media only screen and (min-width: 768px) {
  .section-diagnosis .diagnosis-flow-seizen {
    width: calc(66.6666666667% - 1rem);
    display: flex;
    flex-flow: column;
    justify-content: stretch;
    align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow-seizen {
    padding-top: 4rem;
  }
}
.section-diagnosis .diagnosis-flow-seizen .item {
  border-color: #AEC3EC;
  background: #e8f6ff;
}
@media only screen and (min-width: 768px) {
  .section-diagnosis .diagnosis-flow-seizen .item {
    margin-right: auto;
    margin-left: 7.6rem;
  }
}
.section-diagnosis .diagnosis-flow-seizen .item .arrow::before {
  background: #08287D;
}
.section-diagnosis .diagnosis-flow-seizen .item .arrow svg path {
  fill: #08287D;
}
@media only screen and (min-width: 768px) {
  .section-diagnosis .diagnosis-flow-souzoku {
    width: calc(33.3333333333% - 1rem);
    display: flex;
    flex-flow: column;
    justify-content: stretch;
    align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow-souzoku {
    padding-top: 4rem;
  }
}
.section-diagnosis .diagnosis-flow-souzoku .item {
  border-color: #F8C7C8;
  background: #FFEFEF;
}
@media only screen and (min-width: 768px) {
  .section-diagnosis .diagnosis-flow-souzoku .item {
    margin-right: auto;
    margin-left: -15rem;
  }
}
.section-diagnosis .diagnosis-flow-souzoku .item .arrow::before {
  background: #EA7C7F;
}
.section-diagnosis .diagnosis-flow-souzoku .item .arrow svg path {
  fill: #EA7C7F;
}
.section-diagnosis .diagnosis-flow .plan {
  border: 0.5rem solid #C0CDEC;
  border-radius: 1.5rem;
  padding-bottom: 4rem;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .section-diagnosis .diagnosis-flow .plan {
    min-height: 47.5rem;
    margin-top: 7.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow .plan {
    width: calc(50% - 0.5rem);
    border-width: 0.2rem;
  }
}
.section-diagnosis .diagnosis-flow .plan-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .section-diagnosis .diagnosis-flow .plan-block {
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow .plan-block {
    gap: 1rem;
    margin-top: 7rem;
  }
}
.section-diagnosis .diagnosis-flow .plan-title {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  background: #1E45A5;
  color: #fff;
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .section-diagnosis .diagnosis-flow .plan-title {
    margin: -0.5rem -0.5rem 0 -0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow .plan-title {
    font-size: 1.6rem;
    margin: -0.2rem -0.2rem 0 -0.2rem;
  }
}
.section-diagnosis .diagnosis-flow .plan-wrap {
  padding: 0 2.5rem;
  flex: 1;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow .plan-wrap {
    padding: 0 1rem;
  }
}
.section-diagnosis .diagnosis-flow .plan-top {
  padding-top: 2rem;
  padding-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow .plan-top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.section-diagnosis .diagnosis-flow .plan-bottom {
  margin-top: auto;
  border-top: 0.1rem dashed #2A45A7;
}
.section-diagnosis .diagnosis-flow .plan-text {
  color: #727272;
}
.section-diagnosis .diagnosis-flow .plan-tag {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2.4rem;
}
.section-diagnosis .diagnosis-flow .plan-tag span {
  display: inline-block;
  background: #E3F0FC;
  color: #000;
  height: 3.3rem;
  padding: 0 1.3rem;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 0.6rem;
}
.section-diagnosis .diagnosis-flow .plan-place {
  font-size: 2.2rem;
  color: #08287D;
  font-weight: 900;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow .plan-place {
    font-size: 1.2rem;
  }
}
.section-diagnosis .diagnosis-flow .plan-place-wrap {
  display: inline-block;
  position: relative;
}
.section-diagnosis .diagnosis-flow .plan-place-wrap::after {
  content: "※1";
  display: block;
  color: #08287D;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow .plan-place-wrap::after {
    font-size: 1rem;
    top: -1rem;
    right: -1rem;
  }
}
.section-diagnosis .diagnosis-flow .plan-place .num {
  font-size: 4.5rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow .plan-place .num {
    font-size: 2.4rem;
  }
}
.section-diagnosis .diagnosis-flow .plan .btn-diagnosis a {
  background: #1E45A5;
  color: #fff;
  border-radius: 1rem;
  width: 100%;
  min-height: 4.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 1rem 0 #07297d;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow .plan .btn-diagnosis a {
    font-size: 1.4rem;
    box-shadow: 0 0.5rem 0 #07297d;
  }
}
.section-diagnosis .diagnosis-flow .plan .btn-diagnosis a svg {
  width: 2.5rem;
}
.section-diagnosis .diagnosis-flow .plan.souzoku {
  border-color: #F8C7C8;
}
.section-diagnosis .diagnosis-flow .plan.souzoku .plan-title {
  background: #EA7C7F;
}
.section-diagnosis .diagnosis-flow .plan.souzoku .btn-diagnosis a {
  background: #EA7C7F;
  box-shadow: 0 1rem 0 #9B5152;
}
@media only screen and (max-width: 767px) {
  .section-diagnosis .diagnosis-flow .plan.souzoku .btn-diagnosis a {
    box-shadow: 0 0.5rem 0 #9B5152;
  }
}
.section-diagnosis .small {
  font-size: 1.4rem;
  color: #727272;
  margin-top: 1rem;
  width: 100%;
}
.section-diagnosis .small small {
  font-size: 1em;
  display: block;
  position: relative;
  padding-left: 2em;
}
.section-diagnosis .small small::before {
  content: "※1";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.section-schedule {
  background: #F4DEDF;
  padding-top: 12rem;
  padding-bottom: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .section-schedule {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-schedule::after {
  border-color: #F4DEDF transparent transparent transparent;
}
.section-schedule .section-title {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .section-schedule .section-title {
    margin-bottom: 5rem;
  }
}
.section-schedule .schedule-list {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-schedule .schedule-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3.4rem;
    padding-right: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-schedule .schedule-list {
    padding-left: 5rem;
  }
}
.section-schedule .schedule-list::before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50vw;
}
@media only screen and (min-width: 768px) {
  .section-schedule .schedule-list::before {
    width: 100%;
    height: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-schedule .schedule-list::before {
    width: 0.8rem;
    height: 100%;
    left: 2.8rem;
  }
}
.section-schedule .schedule-list-item {
  background: #fff;
  color: #08287D;
  border-radius: 1rem;
  padding: 1rem 0.15rem;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  position: relative;
  border: 0.2rem solid #fff;
}
@media only screen and (min-width: 768px) {
  .section-schedule .schedule-list-item {
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-schedule .schedule-list-item {
    font-size: 1.8rem;
    padding: 0.4rem 1rem;
  }
}
.section-schedule .schedule-list-item-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-schedule .schedule-list-item-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-schedule .schedule-list-item-wrap {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.section-schedule .schedule-list-item-wrap .schedule-list-item {
  position: static;
}
.section-schedule .schedule-list-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.section-schedule .schedule-list-item .fz20 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-schedule .schedule-list-item .fz20 {
    font-size: 1.6rem;
  }
}
.section-schedule .schedule-list-item .fz22 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .section-schedule .schedule-list-item .fz22 {
    font-size: 1.8rem;
  }
}
.section-schedule .schedule-list-item.dot::before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  background: #2A45A7;
  border-radius: 50vw;
}
@media only screen and (min-width: 768px) {
  .section-schedule .schedule-list-item.dot::before {
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translate(-50%, -100%);
  }
}
@media only screen and (max-width: 767px) {
  .section-schedule .schedule-list-item.dot::before {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: 50%;
    left: -2rem;
    transform: translate(-50%, -50%);
  }
}
.section-schedule .schedule-list-item.current {
  border-color: #08287D;
  background: #1E45A5;
  color: #fff;
}
.section-schedule .schedule-list-item.current::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 2.7rem;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media only screen and (min-width: 768px) {
  .section-schedule .schedule-list-item.current::after {
    border-left: 0.2rem dotted #2A45A7;
  }
}
@media only screen and (max-width: 767px) {
  .section-schedule .schedule-list-item.current::after {
    width: 2rem;
    height: 0.2rem;
    border-top: 0.2rem dotted #2A45A7;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-100%, -50%);
  }
}
.section-schedule .schedule-list-item .date {
  color: #08287D;
  writing-mode: horizontal-tb;
  word-break: keep-all;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-schedule .schedule-list-item .date {
    position: absolute;
    top: -5rem;
    left: 50%;
    transform: translate(-50%, -100%);
  }
}
@media only screen and (max-width: 767px) {
  .section-schedule .schedule-list-item .date {
    writing-mode: vertical-lr;
    text-orientation: upright;
    position: absolute;
    top: 50%;
    left: -4.5rem;
    transform: translate(-50%, -50%);
    align-items: center;
  }
}
.section-schedule .schedule-list-item .date span {
  font-size: 2.4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 767px) {
  .section-schedule .schedule-list-item .date span {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .schedule-list-item .date.multiple {
    left: 2.5rem;
    transform: translate(0%, -100%);
  }
}
@media only screen and (max-width: 767px) {
  .section-schedule .schedule-list-item .date.multiple {
    top: 0;
    transform: translate(-50%, 0%);
  }
}
.section-schedule .schedule-list-item .upright {
  text-combine-upright: all;
}

.section-voice {
  background: #D3E3F0;
  padding-top: 9.2rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .section-voice {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-voice::after {
  border-color: #D3E3F0 transparent transparent transparent;
}
.section-voice .section-title {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .section-voice .section-title {
    margin-bottom: 5rem;
  }
}
.section-voice .voice-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (min-width: 768px) {
  .section-voice .voice-list {
    margin: -1.75rem;
  }
}
.section-voice .voice-list .item {
  background: #fff;
  border-radius: 2rem;
  border: 0.4rem solid #544844;
  padding: 2rem 1.5rem 3rem;
}
@media only screen and (min-width: 768px) {
  .section-voice .voice-list .item {
    width: calc(33.3333333333% - 3.5rem);
    margin: 1.75rem;
  }
}
.section-voice .voice-list .item:not(:last-of-type) {
  margin-bottom: 3rem;
}
.section-voice .voice-list .item-head {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
.section-voice .voice-list .item-head .img {
  width: 12.1rem;
}
.section-voice .voice-list .item-head .text {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
}
.section-voice .voice-list .item .title {
  color: #fff;
  border-radius: 50vw;
  font-weight: 900;
  text-align: center;
  padding: 0.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.section-voice .voice-list .item .lead {
  font-size: 1.8rem;
  font-weight: bold;
  color: #727272;
}
@media only screen and (max-width: 767px) {
  .section-voice .voice-list .item .lead {
    font-size: 1.4rem;
  }
}
.section-voice .voice-list .item:nth-of-type(odd) .text {
  color: #629FD7;
}
.section-voice .voice-list .item:nth-of-type(odd) .title {
  background: #62A0D8;
}
.section-voice .voice-list .item:nth-of-type(even) .text {
  color: #EA7D7F;
}
.section-voice .voice-list .item:nth-of-type(even) .title {
  background: #EA7D7F;
}

.section-flow {
  background: #E3E0E0;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .section-flow {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-flow::after {
  border-color: #E3E0E0 transparent transparent transparent;
}
.section-flow .section-title {
  margin-bottom: 5.1rem;
}
@media only screen and (max-width: 767px) {
  .section-flow .section-title {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-flow .flow-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    max-width: 86.3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .section-flow .flow-list__item {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .section-flow .flow-list__item:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.section-flow .flow-list__item a {
  background: #fff;
  border-radius: 1rem;
  border: 0.2rem solid #08287D;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-flow .flow-list__item a {
    width: 8.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-flow .flow-list__item a {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
    background: #1E45A5;
  }
}
.section-flow .flow-list__item .img {
  width: 100%;
  height: 7.7rem;
  background: #1E45A5;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media only screen and (min-width: 768px) {
  .section-flow .flow-list__item .img {
    border-bottom: 0.2rem solid #08287D;
  }
}
@media only screen and (max-width: 767px) {
  .section-flow .flow-list__item .img {
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem 0 0 0.5rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}
.section-flow .flow-list__item .text {
  font-size: 2.4rem;
  color: #08277D;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .section-flow .flow-list__item .text {
    padding-top: 2rem;
    writing-mode: vertical-lr;
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-flow .flow-list__item .text {
    font-size: 1.6rem;
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.5rem;
    background: #fff;
  }
}
.section-flow .flow-list__item .open {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50vw;
  display: block;
  position: absolute;
  background: #FFE8E9;
}
@media only screen and (min-width: 768px) {
  .section-flow .flow-list__item .open {
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .section-flow .flow-list__item .open {
    top: 0.8rem;
    right: 1rem;
  }
}
.section-flow .flow-list__item .open::after, .section-flow .flow-list__item .open::before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 0.4rem;
  background: #EC7B7D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .section-flow .flow-list__item .open::after, .section-flow .flow-list__item .open::before {
    width: 1.5rem;
    height: 0.3rem;
  }
}
.section-flow .flow-list__item .open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.section-flow .flow-block {
  display: none;
}
.section-flow .bottom-text {
  font-size: 3.1rem;
  font-weight: 600;
  text-align: center;
  color: var(--themeColorBlue);
  margin-top: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .section-flow .bottom-text {
    font-size: 1.6rem;
  }
}
.section-flow .bottom-text .line {
  background: linear-gradient(to top, #ed9fa2, #ed9fa2 1.5rem, transparent 1.5rem);
}
@media only screen and (max-width: 767px) {
  .section-flow .bottom-text .line {
    background: linear-gradient(to top, #ed9fa2, #ed9fa2 0.8rem, transparent 0.8rem);
  }
}

.modaal-container {
  background: #fff;
  border: 0.2rem solid #08287D;
  border-radius: 1.5rem;
  padding: 0;
  position: relative;
}
.modaal-container .head {
  background: #1E45A5;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  border-bottom: 0.2rem solid #08287D;
  position: relative;
  min-height: 8.6rem;
}
@media only screen and (max-width: 767px) {
  .modaal-container .head {
    min-height: 6rem;
  }
}
.modaal-container .head .img {
  width: 9rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .modaal-container .head .img {
    width: 5rem;
    margin-top: 0.5rem;
  }
}
.modaal-container .head .flow-title {
  font-size: 2.6rem;
  font-weight: 600;
  padding-left: 9rem;
  line-height: 1.5;
  padding-top: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .modaal-container .head .flow-title {
    font-size: 1.8rem;
    padding-left: 4.5rem;
    padding-top: 1.4rem;
    padding-right: 4rem;
  }
}
.modaal-container .body {
  padding: 5rem 6.5rem 7.2rem;
}
@media only screen and (max-width: 767px) {
  .modaal-container .body {
    padding: 1.5rem 1rem;
  }
}
.modaal-container .body p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .modaal-container .body p {
    font-size: 1.4rem;
  }
}
.modaal-container .body p:not(:last-of-type) {
  margin-bottom: 1em;
}
.modaal-container .body p .color {
  color: var(--themeColor);
}
.modaal-container .body .contact-box {
  margin-top: 5rem;
}
@media only screen and (min-width: 768px) {
  .modaal-container .body .contact-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    gap: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-container .body .contact-box {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}
.modaal-container .body .contact-box .btn--contact {
  flex: 1;
}
.modaal-container .body .contact-box .btn--contact a {
  height: 100%;
  border-radius: 2.4rem;
  min-height: 7.9rem;
}
.modaal-container .body .contact-box .tel a {
  flex-flow: column;
  background: #1E45A5;
  color: #fff;
  gap: 0;
  box-shadow: 0 0.7rem 0 #07297D;
}
.modaal-container .body .contact-box .tel-top {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  margin-left: -2rem;
}
.modaal-container .body .contact-box .tel-icon {
  margin-top: 0.2rem;
}
.modaal-container .body .contact-box .tel-icon svg {
  width: 2.5rem;
}
.modaal-container .body .contact-box .tel-icon svg path {
  fill: #fff;
}
.modaal-container .body .contact-box .tel-number {
  line-height: 1;
  max-width: 18.8rem;
}
.modaal-container .body .contact-box .tel-bottom {
  font-weight: bold;
  letter-spacing: 0.03em;
}
.modaal-container .body .contact-box .tel-bottom p {
  font-size: 1.3rem !important;
  line-height: 1;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .modaal-container .body .contact-box .form {
    margin-top: 2rem;
  }
}
.modaal-container .body .contact-box .form svg {
  margin-top: 0.4rem;
  width: 3rem;
}
.modaal-container .body .contact-box .form a {
  font-size: 2.4rem;
  box-shadow: 0 0.7rem 0 #9B5152;
}
@media only screen and (max-width: 767px) {
  .modaal-container .body .contact-box .form a {
    font-size: 1.8rem;
    padding-left: 2rem;
    padding-left: 2rem;
  }
}

.section-message {
  background: #F4DEDF;
  padding-top: 10rem;
  padding-bottom: 11.5rem;
}
@media only screen and (max-width: 767px) {
  .section-message {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-message::after {
  border-color: #F4DEDF transparent transparent transparent;
}
.section-message .section-title {
  margin-bottom: 6.4rem;
}
.section-message .message-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 5.8rem;
  color: #08287D;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-message .message-grid {
    padding-left: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-message .message-grid-info {
    width: 33.9%;
    margin-top: 1rem;
  }
}
.section-message .message-grid-info .img {
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-message .message-grid-info .img {
    padding-right: 0.2rem;
  }
}
.section-message .message-grid-info .logo {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-message .message-grid-info .logo {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-message .message-grid-info .name {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1.8rem;
}
.section-message .message-grid-info .meta {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0.3rem;
}
@media only screen and (min-width: 768px) {
  .section-message .message-grid-text {
    flex: 1;
  }
}
.section-message .message-grid-text .title {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 2.9rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .section-message .message-grid-text .title {
    font-size: 1.6rem;
    font-weight: 900;
  }
}
.section-message .message-grid-text p {
  font-size: 1.7rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .section-message .message-grid-text p {
    font-size: 1.4rem;
  }
}

.section-form {
  background: #D3E3F0;
  padding-top: 12.8rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .section-form {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-form .section-title {
  margin-bottom: 2.8rem;
}
.section-form .lead p {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #08287D;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .section-form .lead p {
    font-size: 1.6rem;
  }
}
.section-form .btn--contact {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .section-form .btn--contact {
    margin-top: 3rem;
  }
}
.section-form .btn--contact a {
  width: 100%;
  height: 100%;
  max-width: 60rem;
  border-radius: 2.4rem;
  min-height: 11.4rem;
}
@media only screen and (max-width: 767px) {
  .section-form .btn--contact a {
    min-height: 10rem;
  }
}

.section-form .btnlay{
	width:86.6%;
	margin: 4% auto 8%;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.section-form .btnlay{
		width:100%;

		display:block;

	}
	
}
.section-form .tel a {
  flex-flow: column;
  background: #1E45A5;
  color: #fff;
  gap: 0;
  box-shadow: 0 0.7rem 0 #07297D;
}
@media only screen and (max-width: 767px) {
  .section-form .tel a {
    padding: 1.4rem 2rem;
  }
}
.section-form .line a {
  flex-flow: column;
  background: #03C755;
  color: #fff;
  gap: 0;
  box-shadow: 0 0.7rem 0 #10722F;
}
@media only screen and (max-width: 767px) {
  .section-form .line a {
    padding: 1.4rem 2rem;
  }
}
.section-form .tel-top {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
}
.section-form .tel-icon {
  margin-top: 0.2rem;
}
.section-form .tel-icon svg {
  width: 3.1rem;
}
@media only screen and (max-width: 767px) {
  .section-form .tel-icon svg {
    width: 2.5rem;
  }
}
.section-form .tel-icon svg path {
  fill: #fff;
}
.section-form .tel-number {
  line-height: 1;
  max-width: 24.7rem;
}
@media only screen and (max-width: 767px) {
  .section-form .tel-number {
    max-width: 22rem;
  }
}
.btn--contact a .linetext{
  color: #fff;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.btn--contact a .linetext{
	  font-size: 2rem;
	}
	
}
.section-form .tel-bottom {
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-top: 0.5rem;
}
.section-form .tel-bottom p {
  font-size: 1.7rem !important;
  line-height: 1;
  margin-top: 1rem;
}
.section-form .form-title {
  text-align: center;
  color: #07297D;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 4rem;
  margin-top: 7.7rem;
}
@media only screen and (max-width: 767px) {
  .section-form .form-title {
    margin-bottom: 2rem;
    margin-top: 6rem;
    font-size: 1.8rem;
  }
}
.section-form input[type=text],
.section-form input[type=tel],
.section-form input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 1em;
}
.section-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
}
.section-form button,
.section-form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
}
.section-form .form {
  background: #fff;
  border-radius: 2.6rem;
  padding: 8rem 8rem 10rem;
}
@media only screen and (max-width: 767px) {
  .section-form .form {
    border-radius: 1.5rem;
    padding: 2.5rem 1.5rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-form .form dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3rem;
  }
}
.section-form .form dl + dl {
  margin-top: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .section-form .form dl + dl {
    margin-top: 3rem;
  }
}
.section-form .form dl dt {
  padding-top: 1rem;
  flex: 1;
  font-size: 1.5rem;
  color: #727272;
}
@media only screen and (max-width: 767px) {
  .section-form .form dl dt {
    margin-bottom: 1rem;
  }
}
.section-form .form dl dt.required {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .section-form .form dl dt.required {
    justify-content: flex-start;
  }
}
.section-form .form dl dt.required::after {
  content: "必須";
  display: block;
  background: #EB7B7E;
  color: #fff;
  border-radius: 50vw;
  font-size: 1.3rem;
  min-width: 7rem;
  height: 2.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .section-form .form dl dt.required::after {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-form .form dl dd {
    width: 69%;
  }
}
.section-form .form dl dd .input:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .section-form .form dl dd .input.postal-code {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
  }
}
.section-form .form dl dd .input.postal-code input {
  max-width: 16rem;
}
.section-form .form dl dd .input.postal-code span:not([class]) {
  color: #727272;
}
@media only screen and (min-width: 768px) {
  .section-form .form dl dd .input.postal-code span:not([class]) {
    letter-spacing: -0.01em;
  }
}
@media only screen and (max-width: 767px) {
  .section-form .form dl dd .input.postal-code span:not([class]) {
    font-size: 1.3rem;
    display: block;
    margin-top: 1rem;
  }
}
.section-form .form dl dd input, .section-form .form dl dd textarea {
  width: 100%;
  border: 0.2rem solid #DDDDDD;
  border-radius: 0.5rem;
  background: #fff;
  padding: 1.2rem 2rem;
}
@media only screen and (max-width: 767px) {
  .section-form .form dl dd input, .section-form .form dl dd textarea {
    padding: 1rem;
  }
}
.section-form .form dl dd input::-moz-placeholder, .section-form .form dl dd textarea::-moz-placeholder {
  color: #DDDDDD;
  font-weight: bold;
}
.section-form .form dl dd input::placeholder, .section-form .form dl dd textarea::placeholder {
  color: #DDDDDD;
  font-weight: bold;
}
.section-form .form dl dd textarea {
  min-height: 22.5rem;
}
.section-form .policy-block {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .section-form .policy-block {
    margin-top: 4rem;
  }
}
.section-form .policy-block .policy-title {
  text-align: center;
  font-weight: bold;
  color: #727272;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-form .policy-block .policy-title {
    margin-bottom: 1rem;
  }
}
.section-form .policy-block-inner {
  border-radius: 1rem;
  border: 0.2rem solid #DDDDDD;
  padding: 2rem 3rem;
  max-height: 45rem;
  overflow: auto;
  font-size: 1.3rem;
  font-weight: bold;
  color: #727272;
  line-height: 2.3;
}
@media only screen and (max-width: 767px) {
  .section-form .policy-block-inner {
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    max-height: 15rem;
  }
}
.section-form .policy-block-inner p a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .section-form .policy-block-inner p a:hover {
    text-decoration: none;
  }
}
.section-form .policy-block-inner h4 {
  font-size: 1.3rem;
  margin-top: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .section-form .policy-block-inner h4 {
    font-size: 1.2rem;
  }
}
.section-form .policy-block-inner .last {
  margin-top: 2.4rem;
}
.section-form .check {
  color: #727272;
  margin-top: 4rem;
  font-size: 1.3rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-form .check {
    font-size: 1.2rem;
  }
}
.section-form .check label {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .section-form .check label {
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.section-form .check input[type=checkbox] {
  outline: 0.2rem;
  width: 2rem;
  height: 2rem;
  border: 0.2rem solid #666;
  border-radius: 0.4rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
.section-form .subbmit-btn {
  text-align: center;
  margin-top: 4rem;
}
.section-form .subbmit-btn input {
  background: #EB7B7E;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 33.3rem;
  min-height: 7rem;
  border-radius: 2.2rem;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.647' height='11.268' viewBox='0 0 38.647 11.268'%3E%3Cpath id='パス_10579' data-name='パス 10579' d='M607.078,1664.777H572.431a2,2,0,0,1,0-4h29.283l-4.336-3.756A2,2,0,1,1,600,1654l8.391,7.267a2,2,0,0,1-1.309,3.512Z' transform='translate(-570.431 -1653.509)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 3.8rem;
}
@media only screen and (min-width: 768px) {
  .section-form .subbmit-btn input {
    transition: 200ms;
  }
  .section-form .subbmit-btn input:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .section-form .subbmit-btn input {
    border-radius: 1.5rem;
    background-size: 2.8rem;
  }
}

.section-page {
  padding: 10rem 0;
  flex: 1;
  background: #f9f9f9;
}
.section-page .section-page-title {
  font-size: 5rem;
  margin-bottom: 3rem;
  font-weight: bold;
  color: var(--themeColorBlue);
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .section-page .section-page-title {
    font-size: 3rem;
  }
}
.section-page .section-page-title span {
  background: linear-gradient(to top, #ed9fa2, #ed9fa2 1.5rem, transparent 1.5rem);
}
@media only screen and (max-width: 767px) {
  .section-page .section-page-title span {
    background: linear-gradient(to top, #ed9fa2, #ed9fa2 0.7rem, transparent 0.7rem);
  }
}
.section-page .lead p {
  font-size: 2.4rem;
  color: var(--themeColorBlue);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4.3rem;
}
@media only screen and (max-width: 767px) {
  .section-page .lead p {
    font-size: 1.6rem;
  }
}

.wpcf7-spinner {
  display: none;
}

.inview {
  opacity: 0;
}
.inview.slideIn {
  transform: translate(0px, 6rem);
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inview.slideIn.left {
  transform: translate(-3rem, 0);
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inview.slideIn.top {
  transform: translate(0px, -6rem);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.inview.slideIn.animate {
  opacity: 1;
  transform: translate(0px, 0px);
}
.inview.fadeIn {
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.inview.fadeIn.animate {
  opacity: 1;
}