@charset "UTF-8";
.m_contents_wrap {
  padding-bottom: 0;
}

/* -----------------
pagettl
-------------------- */
.m_pagettl {
  background-image: url(../img/ophthalmologic/pagettl_pc.jpg);
}
@media screen and (max-width: 780px) {
  .m_pagettl {
    background-image: url(../img/ophthalmologic/pagettl_sp.jpg);
  }
}

/* -----------------
common
-------------------- */
.p_ttlwrap {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 780px) {
  .p_ttlwrap {
    margin-bottom: 10.2564102564vw;
  }
}

.p_secttl {
  text-align: center;
  color: #133182;
  font-size: 3.8rem;
  line-height: 1.5263157895;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 780px) {
  .p_secttl {
    font-size: 6.1538461538vw;
    line-height: 1.6666666667;
  }
}
.p_secttl + .lead {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.075em;
  margin-top: 1em;
}
@media screen and (max-width: 780px) {
  .p_secttl + .lead {
    font-size: 3.4615384615vw;
    line-height: 1.7777777778;
  }
}

/* -----------------
sec_feature
-------------------- */
.sec_feature {
  margin-top: 8rem;
}
@media screen and (max-width: 780px) {
  .sec_feature {
    margin-top: 10.2564102564vw;
  }
}
.sec_feature .list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 2.4rem;
}
@media screen and (min-width: 781px) {
  .sec_feature .list_item {
    width: calc((100% - 4.8rem) / 3);
  }
}
@media screen and (max-width: 780px) {
  .sec_feature .list_item:nth-child(n+2) {
    margin-top: 6.4102564103vw;
  }
}
.sec_feature .list_item .imgwrap {
  position: relative;
}
.sec_feature .list_item .imgwrap .num {
  width: 5.4rem;
  height: 4.5rem;
  color: #133182;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 0 0 0.7rem 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .sec_feature .list_item .imgwrap .num {
    width: 12.3076923077vw;
    height: 10vw;
    font-size: 7.3076923077vw;
    line-height: 1;
  }
}
.sec_feature .list_item .imgwrap .num_corner {
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
}
@media screen and (max-width: 780px) {
  .sec_feature .list_item .imgwrap .num_corner {
    width: 1.4102564103vw;
    height: 1.4102564103vw;
  }
}
.sec_feature .list_item .imgwrap .num_corner::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  box-shadow: -0.7rem -0.7rem 0 0 #fff;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 780px) {
  .sec_feature .list_item .imgwrap .num_corner::before {
    box-shadow: -1.4102564103vw -1.4102564103vw 0 0 #fff;
  }
}
.sec_feature .list_item .imgwrap .num_corner._01 {
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
.sec_feature .list_item .imgwrap .num_corner._02 {
  top: 0;
  right: 0;
  transform: translateX(100%);
}
.sec_feature .list_item .imgwrap .img {
  width: 100%;
  aspect-ratio: 384/256;
  border-radius: 0.7rem;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .sec_feature .list_item .imgwrap .img {
    border-radius: 1.4102564103vw;
  }
}
.sec_feature .list_item .txtwrap {
  padding: 0 1rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 780px) {
  .sec_feature .list_item .txtwrap {
    padding: 0;
    margin-top: 3.8461538462vw;
  }
}
.sec_feature .list_item .txtwrap .ttl {
  text-align: center;
  color: #133182;
  font-size: 2.6rem;
  line-height: 1.6923076923;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 780px) {
  .sec_feature .list_item .txtwrap .ttl {
    font-size: 5vw;
    line-height: 1.6923076923;
  }
}
.sec_feature .list_item .txtwrap .txt {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.075em;
  text-align: justify;
  margin-top: 2rem;
}
@media screen and (max-width: 780px) {
  .sec_feature .list_item .txtwrap .txt {
    font-size: 3.0769230769vw;
    line-height: 1.75;
    margin-top: 3.8461538462vw;
  }
}
.sec_feature .symptoms {
  position: relative;
  padding: 0 calc((100% - 104.6rem) / 2) 6rem;
  background: #eceff5;
  border-radius: 0.7rem;
  margin-top: 10rem;
}
@media screen and (max-width: 780px) {
  .sec_feature .symptoms {
    padding: 0 6.4102564103vw 11.5384615385vw;
    border-radius: 1.4102564103vw;
    margin-top: 21.7948717949vw;
  }
}
.sec_feature .symptoms .ttl {
  position: relative;
  text-align: center;
  color: #133182;
  font-size: 3.8rem;
  line-height: 1.5263157895;
  letter-spacing: 0.15em;
  transform: translateY(-0.75em);
}
@media screen and (max-width: 780px) {
  .sec_feature .symptoms .ttl {
    font-size: 6.1538461538vw;
    line-height: 1.6666666667;
    transform: translateY(-0.9em);
  }
}
@media screen and (min-width: 781px) {
  .sec_feature .symptoms .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.sec_feature .symptoms .inner .txt {
  width: 45%;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 780px) {
  .sec_feature .symptoms .inner .txt {
    width: 100%;
    font-size: 3.4615384615vw;
    line-height: 1.7777777778;
  }
}
.sec_feature .symptoms .inner .box {
  width: 50%;
  background: #fff;
  padding: 3rem 5rem 4rem;
  border-radius: 0.7rem;
}
@media screen and (max-width: 780px) {
  .sec_feature .symptoms .inner .box {
    width: 100%;
    padding: 5.7692307692vw 6.4102564103vw 5.1282051282vw;
    border-radius: 1.4102564103vw;
    margin-top: 7.6923076923vw;
  }
}
.sec_feature .symptoms .inner .box_list {
  position: relative;
}
@media screen and (min-width: 781px) {
  .sec_feature .symptoms .inner .box_list {
    column-count: 2;
  }
}
@media screen and (min-width: 781px) {
  .sec_feature .symptoms .inner .box_list::after {
    content: "など";
    color: #133182;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
    display: block;
    text-align: right;
    position: absolute;
    right: 0;
    top: 100%;
  }
}
.sec_feature .symptoms .inner .box_list_item {
  position: relative;
  color: #133182;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  padding-left: 2.4rem;
  margin: 0 0 1.3rem;
}
@media screen and (max-width: 780px) {
  .sec_feature .symptoms .inner .box_list_item {
    font-size: 3.4615384615vw;
    line-height: 1.3333333333;
    padding-left: 4.358974359vw;
  }
}
.sec_feature .symptoms .inner .box_list_item::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border: 0.1rem solid #133182;
  border-radius: 0.2rem;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
@media screen and (max-width: 780px) {
  .sec_feature .symptoms .inner .box_list_item::before {
    width: 2.6923076923vw;
    height: 2.6923076923vw;
    border: 0.2564102564vw solid #133182;
    top: 1.0256410256vw;
  }
}
@media screen and (max-width: 780px) {
  .sec_feature .symptoms .inner .box_list_item:last-child::after {
    content: "など";
    color: #133182;
    font-size: 3.4615384615vw;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
  }
}

/* -----------------
sec_cases
-------------------- */
.sec_cases {
  margin-top: 7.5rem;
}
@media screen and (max-width: 780px) {
  .sec_cases {
    margin-top: 17.9487179487vw;
  }
}
.sec_cases .block {
  position: relative;
}
.sec_cases .block + .block {
  margin-top: 9rem;
}
@media screen and (max-width: 780px) {
  .sec_cases .block + .block {
    margin-top: 9.6153846154vw;
  }
}
.sec_cases .block::before {
  content: "";
  width: calc(50% - 26rem);
  min-width: 39.5rem;
  height: 100%;
  background-color: #f7f7f7;
  border-radius: 0 0.7rem 0.7rem 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .sec_cases .block::before {
    width: 77.5641025641vw;
    height: calc(100% - 3.8461538462vw);
    min-width: inherit;
    border-radius: 0 1.4102564103vw 1.4102564103vw 0;
    top: 3.8461538462vw;
  }
}
.sec_cases .block .m_wrap {
  padding: 6rem 0;
}
@media screen and (min-width: 781px) {
  .sec_cases .block .m_wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 780px) {
  .sec_cases .block .m_wrap {
    padding: 0 0 11.5384615385vw 0;
  }
}
.sec_cases .block_head {
  position: relative;
}
@media screen and (min-width: 781px) {
  .sec_cases .block_head {
    width: 28.2rem;
  }
}
.sec_cases .block_head .ttl {
  color: #133182;
  font-size: 3.2rem;
  line-height: 1.8125;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 781px) {
  .sec_cases .block_head .ttl {
    position: sticky;
    top: 0;
    left: 0;
    padding-top: 12rem;
    margin-top: -12rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .sec_cases .block_head .ttl {
    font-size: 5.641025641vw;
    line-height: 1.9772727273;
    margin-bottom: 3.8461538462vw;
  }
}
.sec_cases .block_head .ttl span {
  display: block;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .sec_cases .block_head .ttl span {
    font-size: 3.4615384615vw;
    line-height: 2;
  }
}
@media screen and (min-width: 781px) {
  .sec_cases .block_cnt {
    width: calc(100% - 28.2rem);
  }
}
.sec_cases .block_cnt > *:first-child {
  margin-top: 0 !important;
}
.sec_cases .block_cnt > *:last-child {
  margin-bottom: 0 !important;
}
.sec_cases .block_cnt .sttl {
  position: relative;
  display: flex;
  align-items: center;
  margin: 3.5rem 0 1.2rem;
}
@media screen and (max-width: 780px) {
  .sec_cases .block_cnt .sttl {
    margin: 6.4102564103vw 0 2.5641025641vw;
  }
}
.sec_cases .block_cnt .sttl::after {
  content: "";
  flex: 1;
  height: 0.1rem;
  background-color: #133182;
}
.sec_cases .block_cnt .sttl span {
  color: #133182;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-right: 1em;
}
@media screen and (max-width: 780px) {
  .sec_cases .block_cnt .sttl span {
    font-size: 4.6153846154vw;
    line-height: 1.5;
  }
}
.sec_cases .block_cnt .ssttl {
  position: relative;
  color: #133182;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.1em;
  padding-left: 1.5rem;
  margin: 3.5rem 0 2rem;
}
@media screen and (max-width: 780px) {
  .sec_cases .block_cnt .ssttl {
    font-size: 4.2307692308vw;
    line-height: 1.6363636364;
    padding-left: 3.0769230769vw;
    margin: 8.9743589744vw 0 3.8461538462vw;
  }
}
.sec_cases .block_cnt .ssttl::before {
  content: "";
  width: 0.3rem;
  height: calc(100% - 1.4rem);
  background-color: #133182;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 0.9rem;
}
@media screen and (max-width: 780px) {
  .sec_cases .block_cnt .ssttl::before {
    width: 0.5128205128vw;
    height: calc(100% - 2.0512820513vw);
    top: 1.2820512821vw;
  }
}
.sec_cases .block_cnt .ssttl + .imgwrap {
  margin-top: 0;
}
.sec_cases .block_cnt .txt {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 780px) {
  .sec_cases .block_cnt .txt {
    font-size: 3.4615384615vw;
    line-height: 1.7777777778;
  }
}
.sec_cases .block_cnt .stxt {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 780px) {
  .sec_cases .block_cnt .stxt {
    font-size: 3.0769230769vw;
    line-height: 1.75;
  }
}
.sec_cases .block_cnt .note {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 780px) {
  .sec_cases .block_cnt .note {
    font-size: 2.6923076923vw;
    line-height: 1.5714285714;
    margin-top: 1.9230769231vw;
  }
}
.sec_cases .block_cnt .imgwrap {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 780px) {
  .sec_cases .block_cnt .imgwrap {
    gap: 3.0769230769vw;
    margin-top: 7.6923076923vw;
  }
}
.sec_cases .block_cnt .imgwrap .img {
  width: calc((100% - 2.4rem) / 2);
}
@media screen and (max-width: 780px) {
  .sec_cases .block_cnt .imgwrap .img {
    width: calc((100% - 3.0769230769vw) / 2);
  }
}
.sec_cases .block_cnt .imgwrap .img img {
  border-radius: 0.7rem;
}
@media screen and (max-width: 780px) {
  .sec_cases .block_cnt .imgwrap .img img {
    border-radius: 0.641025641vw;
  }
}
.sec_cases .block_cnt .imgwrap .img figcaption {
  display: block;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.075em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 780px) {
  .sec_cases .block_cnt .imgwrap .img figcaption {
    font-size: 3.0769230769vw;
    line-height: 1.75;
    margin-top: 1.0256410256vw;
  }
}
.sec_cases .m_btn01 {
  margin-top: 6rem;
}
@media screen and (max-width: 780px) {
  .sec_cases .m_btn01 {
    margin-top: 11.5384615385vw;
  }
}
.sec_cases .m_btn01_link {
  margin: 0 auto;
}
@media screen and (min-width: 781px) {
  .sec_cases .m_btn01_link {
    max-width: 31.6rem;
  }
}

/* -----------------
sec_flow
-------------------- */
.sec_flow {
  padding: 8rem 0;
  background-color: #133182;
  margin-top: 9rem;
}
@media screen and (max-width: 780px) {
  .sec_flow {
    padding: 12.8205128205vw 0 19.2307692308vw;
    margin-top: 19.2307692308vw;
  }
}
.sec_flow .p_ttlwrap > * {
  color: #fff;
}
@media screen and (min-width: 781px) {
  .sec_flow .list {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 2.4rem;
  }
}
@media screen and (max-width: 780px) {
  .sec_flow .list {
    margin-top: 10.7692307692vw;
  }
}
.sec_flow .list_item {
  width: calc((100% - 4.8rem) / 3);
  padding: 3.6rem 2.6rem;
  border-radius: 0.7rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.15);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 780px) {
  .sec_flow .list_item {
    width: 100%;
    padding: 7.6923076923vw 6.4102564103vw 6.4102564103vw;
    border-radius: 1.4102564103vw;
    box-shadow: 0 0 1.4102564103vw rgba(51, 51, 51, 0.15);
  }
  .sec_flow .list_item:nth-child(n+2) {
    margin-top: 6.4102564103vw;
  }
}
.sec_flow .list_item .ttl {
  text-align: center;
  color: #133182;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .sec_flow .list_item .ttl {
    font-size: 4.2307692308vw;
    line-height: 1.6363636364;
  }
}
.sec_flow .list_item .txt {
  flex: 1;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.075em;
  text-align: justify;
  padding: 0 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 780px) {
  .sec_flow .list_item .txt {
    font-size: 3.0769230769vw;
    line-height: 1.75;
    margin-top: 3.2051282051vw;
  }
}
.sec_flow .list_item .m_btn01 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 780px) {
  .sec_flow .list_item .m_btn01 {
    margin-top: 3.8461538462vw;
  }
}
.sec_flow .list_item .m_btn01_link {
  margin: 0 auto;
}
@media screen and (min-width: 781px) {
  .sec_flow .list_item .m_btn01_link {
    max-width: 28.5rem;
  }
}
@media screen and (max-width: 780px) {
  .sec_flow .list_item .m_btn01_link {
    padding-left: 12.8205128205vw;
    padding-right: 0.5em;
  }
}
.sec_flow .list_item .m_btn02 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 780px) {
  .sec_flow .list_item .m_btn02 {
    margin-top: 3.8461538462vw;
  }
}
.sec_flow .list_item .m_btn02_link {
  margin: 0 auto;
}

/* -----------------
sec_facility
-------------------- */
.sec_facility {
  position: relative;
  padding-top: 7rem;
  margin-top: 9rem;
}
@media screen and (max-width: 780px) {
  .sec_facility {
    padding-top: 11.5384615385vw;
    margin-top: 19.2307692308vw;
  }
}
.sec_facility::before {
  content: "";
  width: calc(50% + 31.8rem);
  height: 20.4rem;
  background-color: #f7f7f7;
  border-radius: 0 0.7rem 0.7rem 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .sec_facility::before {
    width: 77.5641025641vw;
    height: 54.4871794872vw;
    border-radius: 0 1.4102564103vw 1.4102564103vw 0;
  }
}
@media screen and (min-width: 781px) {
  .sec_facility .p_ttlwrap {
    display: flex;
    align-items: center;
    gap: 0 3.7rem;
  }
}
.sec_facility .p_ttlwrap .p_secttl {
  text-align: left;
}
@media screen and (min-width: 781px) {
  .sec_facility .p_ttlwrap .p_secttl + .lead {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .sec_facility .p_ttlwrap .p_secttl + .lead {
    text-align: left;
  }
}
@media screen and (min-width: 781px) {
  .sec_facility .list {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 2.4rem;
  }
}
.sec_facility .list_item {
  width: calc((100% - 4.8rem) / 3);
}
@media screen and (max-width: 780px) {
  .sec_facility .list_item {
    width: 100%;
  }
  .sec_facility .list_item:nth-child(n+2) {
    margin-top: 9.6153846154vw;
  }
}
.sec_facility .list_item .img {
  border-radius: 0.7rem;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .sec_facility .list_item .img {
    border-radius: 1.4102564103vw;
  }
}
.sec_facility .list_item .txtwrap {
  padding: 0 1rem 0 0;
  margin-top: 2rem;
}
@media screen and (max-width: 780px) {
  .sec_facility .list_item .txtwrap {
    padding: 0;
    margin-top: 3.8461538462vw;
  }
}
.sec_facility .list_item .txtwrap .ttl {
  position: relative;
  color: #133182;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.1em;
  padding-left: 1.5rem;
}
@media screen and (max-width: 780px) {
  .sec_facility .list_item .txtwrap .ttl {
    font-size: 4.2307692308vw;
    padding-left: 3.3333333333vw;
  }
}
.sec_facility .list_item .txtwrap .ttl::before {
  content: "";
  width: 0.3rem;
  height: calc(100% - 1.4rem);
  background-color: #133182;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
@media screen and (max-width: 780px) {
  .sec_facility .list_item .txtwrap .ttl::before {
    width: 0.5769230769vw;
    height: calc(100% - 2.5641025641vw);
    top: 1.2820512821vw;
  }
}
.sec_facility .list_item .txtwrap .txt {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.075em;
  text-align: justify;
  margin-top: 1rem;
}
@media screen and (max-width: 780px) {
  .sec_facility .list_item .txtwrap .txt {
    font-size: 3.0769230769vw;
    line-height: 1.75;
    margin-top: 2.5641025641vw;
  }
}

/* -----------------
sec_contact
-------------------- */
.sec_contact {
  position: relative;
  padding: 0 0 9rem;
  background-color: #f7f7f7;
  margin-top: 10rem;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .sec_contact {
    padding: 0 0 19.2307692308vw;
    margin-top: 15.3846153846vw;
  }
}
.sec_contact::before {
  content: "";
  width: 100%;
  height: 3rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .sec_contact::before {
    height: 4.6153846154vw;
  }
}
.sec_contact .formwrap {
  padding: 6rem calc((100% - 99.6rem) / 2);
  background-color: #fff;
}
@media screen and (max-width: 780px) {
  .sec_contact .formwrap {
    padding: 7.6923076923vw calc((100% - 74.358974359vw) / 2) 11.5384615385vw;
    border-radius: 1.4102564103vw;
  }
}
.sec_contact .formwrap .txtwrap .txt {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 780px) {
  .sec_contact .formwrap .txtwrap .txt {
    font-size: 3.0769230769vw;
    line-height: 1.75;
  }
}
.sec_contact .formwrap .txtwrap .note {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin-top: 3rem;
}
@media screen and (max-width: 780px) {
  .sec_contact .formwrap .txtwrap .note {
    font-size: 2.6923076923vw;
    line-height: 1.7142857143;
    margin-top: 5.7692307692vw;
  }
}
.sec_contact .form {
  margin-top: 2rem;
  /*wpcf7*/
}
@media screen and (max-width: 780px) {
  .sec_contact .form {
    margin-top: 7.6923076923vw;
  }
}
.sec_contact .form .box {
  padding: 2.4rem 0;
  position: relative;
  border-bottom: 0.1rem solid #b8b8b8;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .box {
    padding: 3.8461538462vw 0;
    border-bottom: 0.2564102564vw solid #b8b8b8;
  }
}
@media screen and (min-width: 781px) {
  .sec_contact .form .box dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.sec_contact .form .box dl + dl {
  margin-top: 1.7rem;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .box dl + dl {
    margin-top: 5.7692307692vw;
  }
}
.sec_contact .form .box dl dt {
  color: #133182;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-top: 1.2rem;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .box dl dt {
    font-size: 3.4615384615vw;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 1.9230769231vw;
  }
}
.sec_contact .form .box dl dt span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  padding: 0 0.4em;
  background-color: #999999;
  border-radius: 0.4rem;
  margin-right: 1.2rem;
  top: -0.1rem;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .box dl dt span {
    font-size: 2.6923076923vw;
    line-height: 1.5238095238;
    border-radius: 0.7692307692vw;
    margin-right: 2.0512820513vw;
    top: -0.1282051282vw;
  }
}
.sec_contact .form .box dl dt span.must {
  background-color: #003072;
}
@media screen and (min-width: 781px) {
  .sec_contact .form .box dl dd {
    width: 69rem;
  }
}
.sec_contact .form .box dl dd * {
  font-size: 1.7rem;
  line-height: 1.6470588235;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .box dl dd * {
    font-size: 3.3333333333vw;
    line-height: 1.6153846154;
  }
}
@media screen and (min-width: 781px) {
  .sec_contact .form .box dl dd.flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 780px) {
  .sec_contact .form .box dl dd.flex p + p {
    margin-top: 3.8461538462vw;
  }
}
.sec_contact .form .box dl dd span.txt_s {
  display: inline-block;
  vertical-align: middle;
  min-width: 6rem;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .box dl dd span.txt_s {
    min-width: 8.2051282051vw;
  }
}
.sec_contact .form input[type=text],
.sec_contact .form input[type=email],
.sec_contact .form input[type=tel],
.sec_contact .form select,
.sec_contact .form textarea {
  background-color: #f5f5f5;
  height: 6rem;
  padding: 1em;
  width: 100%;
  color: #333333;
  font-size: 1.7rem;
  line-height: 1.6470588235;
  letter-spacing: 0.075em;
  border: 0.1rem solid transparent;
  border-radius: 0.7rem;
  vertical-align: middle;
}
@media screen and (max-width: 780px) {
  .sec_contact .form input[type=text],
  .sec_contact .form input[type=email],
  .sec_contact .form input[type=tel],
  .sec_contact .form select,
  .sec_contact .form textarea {
    height: 11.5384615385vw;
    padding: 0.5em 1em;
    font-size: 3.3333333333vw;
    line-height: 1.6153846154;
    border: 0.2564102564vw solid transparent;
    border-radius: 1.3461538462vw;
  }
}
.sec_contact .form input[type=text]:focus,
.sec_contact .form input[type=email]:focus,
.sec_contact .form input[type=tel]:focus,
.sec_contact .form textarea:focus {
  border-color: #133182;
}
.sec_contact .form textarea {
  height: 24.5rem;
  resize: vertical;
  overflow: auto;
}
@media screen and (max-width: 780px) {
  .sec_contact .form textarea {
    height: 46.1538461538vw;
  }
}
.sec_contact .form input.short {
  width: 26.7rem;
}
@media screen and (max-width: 780px) {
  .sec_contact .form input.short {
    width: 66.1538461538vw;
  }
}
.sec_contact .form input.short2 {
  width: 25.6rem;
}
@media screen and (max-width: 780px) {
  .sec_contact .form input.short2 {
    width: 66.6666666667vw;
  }
}
@media screen and (max-width: 780px) {
  .sec_contact .form .email_confirm ::placeholder {
    font-size: 2.5641025641vw;
    letter-spacing: 0;
  }
}
.sec_contact .form .checkwrap label {
  position: relative;
}
.sec_contact .form .report dd.checkwrap {
  padding: 1.6rem 0;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .report dd.checkwrap {
    padding: 1.2820512821vw 0;
  }
}
.sec_contact .form .report dd.checkwrap label {
  position: relative;
}
.sec_contact .form input[type=checkbox],
.sec_contact .form input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  visibility: hidden;
}
.sec_contact .form input[type=checkbox] + span,
.sec_contact .form input[type=radio] + span {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .sec_contact .form input[type=checkbox] + span,
  .sec_contact .form input[type=radio] + span {
    padding-left: 5.7692307692vw;
  }
}
.sec_contact .form input[type=checkbox] + span::before,
.sec_contact .form input[type=radio] + span::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-color: #f4f4f4;
  border-radius: 0.4rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
@media screen and (max-width: 780px) {
  .sec_contact .form input[type=checkbox] + span::before,
  .sec_contact .form input[type=radio] + span::before {
    width: 3.4615384615vw;
    height: 3.4615384615vw;
    border-radius: 0.5769230769vw;
    top: 1.0256410256vw;
  }
}
.sec_contact .form input[type=checkbox]:checked + span::before,
.sec_contact .form input[type=radio]:checked + span::before {
  background-color: #133182;
}
.sec_contact .form input[type=checkbox]:checked + span::after,
.sec_contact .form input[type=radio]:checked + span::after {
  content: "";
  width: 1rem;
  height: 0.6rem;
  border-bottom: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 1rem;
  left: 0.4rem;
}
@media screen and (max-width: 780px) {
  .sec_contact .form input[type=checkbox]:checked + span::after,
  .sec_contact .form input[type=radio]:checked + span::after {
    width: 2.0512820513vw;
    height: 1.1538461538vw;
    border-bottom: 0.3846153846vw solid #fff;
    border-left: 0.3846153846vw solid #fff;
    top: 1.7307692308vw;
    left: 0.7692307692vw;
  }
}
.sec_contact .form .privacy {
  margin: 2rem 0 0;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .privacy {
    margin: 6.4102564103vw 0 0;
  }
}
.sec_contact .form .privacy .txt {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.6470588235;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .privacy .txt {
    font-size: 3.3333333333vw;
    line-height: 1.6153846154;
  }
}
.sec_contact .form .privacy .txt a {
  color: #133182;
  text-decoration: underline;
}
.sec_contact .form .privacy .checkwrap {
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .privacy .checkwrap {
    margin-top: 5.7692307692vw;
  }
}
.sec_contact .form .privacy .checkwrap input[type=checkbox] + span {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .privacy .checkwrap input[type=checkbox] + span {
    font-size: 3.5897435897vw;
    line-height: 1.5;
  }
}
.sec_contact .form .submitbtn {
  position: relative;
  z-index: 2;
  width: 21rem;
  height: 5.6rem;
  background-color: #009fe8;
  border-radius: 100vh;
  margin: 4.5rem auto 0;
}
@media screen and (min-width: 781px) {
  .sec_contact .form .submitbtn:hover {
    opacity: 1;
  }
  .sec_contact .form .submitbtn:hover::before {
    width: 100%;
  }
  .sec_contact .form .submitbtn:hover::after {
    left: 3.05rem;
  }
}
@media screen and (max-width: 780px) {
  .sec_contact .form .submitbtn {
    width: 40.5128205128vw;
    height: 10.7692307692vw;
    margin: 9.6153846154vw auto 0;
  }
}
.sec_contact .form .submitbtn::before, .sec_contact .form .submitbtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sec_contact .form .submitbtn::before {
  left: 0;
  z-index: -2;
  width: 5.6rem;
  height: 100%;
  border-radius: 100em;
  background: #0096df;
  transition: width 0.3s;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .submitbtn::before {
    width: 10.7692307692vw;
  }
}
.sec_contact .form .submitbtn::after {
  left: 2.55rem;
  z-index: -1;
  width: 0.5rem;
  height: 1rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 9.32' fill='%23fff'><polygon points='.67 9.32 0 8.7 3.75 4.66 0 .62 .67 0 5 4.66 .67 9.32'/></svg>") center/contain no-repeat;
  transition: left 0.3s;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .submitbtn::after {
    left: 5.0641025641vw;
    width: 1.1538461538vw;
    height: 2.0512820513vw;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16' fill='%23fff'><polygon points='1.51 16 0 14.6 6.18 8 0 1.4 1.51 0 9 8 1.51 16'/></svg>") center/contain no-repeat;
  }
}
.sec_contact .form .submitbtn input {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1rem 0 1rem 7.8rem;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .submitbtn input {
    font-size: 3.3333333333vw;
    line-height: 1.8461538462;
    padding-left: 14.6153846154vw;
    padding: 1.9230769231vw 0 1.9230769231vw 14.6153846154vw;
  }
}
.sec_contact .form .wpcf7-not-valid-tip {
  display: block;
}
.sec_contact .form .wpcf7-list-item {
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .wpcf7-list-item {
    display: block;
  }
}
.sec_contact .form .wpcf7-list-item.first {
  margin-left: 0;
}
.sec_contact .form .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 9rem;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 0;
    margin-top: 2.5641025641vw;
  }
}
.sec_contact .form .wpcf7-response-output {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.6470588235;
  letter-spacing: 0.075em;
  font-size: 1.6rem;
  padding: 1em 2em;
}
@media screen and (max-width: 780px) {
  .sec_contact .form .wpcf7-response-output {
    font-size: 3.3333333333vw;
    line-height: 1.6153846154;
    padding: 0.5em 1em;
  }
}
.sec_contact .form .wpcf7-spinner {
  display: block;
  margin: 0.4rem auto;
}/*# sourceMappingURL=ophthalmologic.css.map */