.main_image {
  position: relative;
  min-width: 100%;
  height: 491px;
  box-sizing: border-box;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 35px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #fff;
  font-size: 50px;
  opacity: 70%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .subtext {
    color: #fff;
    font-size: 10vw;
    opacity: 70%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.1;
  }
}

@media screen and (max-width: 768px) {
  .top_mv .mainimagebox .pagetop_text .pagetop_text02 {
    font-size: 9vw;
  }
}

@media screen and (max-width: 768px) {
  .lead_sec {
    margin-bottom: 13.8vw;
  }
}

.sec01 {
  margin-bottom: 135px;
}
.sec01 .flexbox {
  -moz-column-gap: 80px;
       column-gap: 80px;
  align-items: flex-start;
  margin-bottom: 91px;
}
.sec01 .flexbox .imagebox {
  width: 71.1%;
}
.sec01 .flexbox .textbox {
  width: 100%;
}
.sec01 .flexbox .textbox .box_title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
}
.sec01 .flexbox .textbox .box_title .orange {
  color: #EE9637;
  font-weight: bold;
}
.sec01 .flexbox .textbox .box_title .lightblue {
  color: #4EAABD;
  font-weight: bold;
}
.sec01 .bottom_box {
  background-color: #fff;
  padding: 40px 30px 65px;
}
.sec01 .bottom_box .header_box {
  margin-bottom: 40px;
}
.sec01 .bottom_box .header_box .subtitle {
  font-size: 21px;
  color: #4E89BD;
  text-align: center;
}
.sec01 .bottom_box .header_box .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  font-family: serif;
}
.sec01 .bottom_box .header_box .title .blue {
  color: #4E89BD;
  font-weight: bold;
}
.sec01 .bottom_box .bottom_text {
  width: 90%;
  margin: 0 auto 90px;
}
.sec01 .bottom_box .flexbox {
  padding: 30px 55px;
  background-color: rgba(78, 137, 189, 0.2);
  margin-bottom: 55px;
  position: relative;
}
.sec01 .bottom_box .flexbox .textbox {
  width: 50%;
  margin: 0 auto 0 0;
}
.sec01 .bottom_box .flexbox .textbox .box_left {
  font-size: 21px;
  font-weight: bold;
  color: #4E89BD;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
  border-left: 15px solid #4E89BD;
  padding: 5px 0px 5px 20px;
}
.sec01 .bottom_box .flexbox .textbox .box {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 65px;
       column-gap: 65px;
}
.sec01 .bottom_box .flexbox .textbox .box .box_text {
  font-weight: bold;
  color: #4E89BD;
  font-size: 18px;
  margin-bottom: 0;
}
.sec01 .bottom_box .flexbox .textbox .box:nth-of-type(1) {
  margin-bottom: 30px;
}
.sec01 .bottom_box .flexbox .imagebox {
  position: relative;
  width: 100%;
}
.sec01 .bottom_box .flexbox .imagebox .circle {
  position: absolute;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  width: 154px;
  height: 154px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background-color: #4E89BD;
}
.sec01 .bottom_box .flexbox .imagebox .c03 {
  display: flex;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  align-items: flex-end;
  justify-content: center;
}
.sec01 .bottom_box .flexbox .imagebox .c03 .small {
  font-size: 15px;
  display: block;
}
.sec01 .bottom_box .flexbox .imagebox .left_c {
  bottom: -50px;
  left: 310px;
}
.sec01 .bottom_box .flexbox .imagebox .right_c {
  right: -40px;
  bottom: 10px;
}
.sec01 .bottom_box .about_btn {
  width: 504px;
  height: 175px;
  text-align: center;
  border: none;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .flexbox {
    -moz-column-gap: 0px;
         column-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10vw;
  }
  .sec01 .flexbox .imagebox {
    width: 100%;
  }
  .sec01 .flexbox .textbox {
    width: 100%;
  }
  .sec01 .flexbox .textbox .box_title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .sec01 .bottom_box {
    background-color: #fff;
    padding: 10vw 5vw 15vw;
  }
  .sec01 .bottom_box .header_box {
    margin-bottom: 5vw;
  }
  .sec01 .bottom_box .header_box .subtitle {
    font-size: 4.5vw;
    color: #4E89BD;
    text-align: center;
  }
  .sec01 .bottom_box .header_box .title {
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    font-family: serif;
  }
  .sec01 .bottom_box .header_box .title .blue {
    color: #4E89BD;
    font-weight: bold;
  }
  .sec01 .bottom_box .bottom_text {
    width: 100%;
    margin: 0 auto 10vw;
  }
  .sec01 .bottom_box .flexbox {
    padding: 5vw;
    background-color: rgba(78, 137, 189, 0.2);
    margin-bottom: 10vw;
    position: relative;
    row-gap: 5vw;
    flex-direction: column-reverse;
  }
  .sec01 .bottom_box .flexbox .textbox {
    width: 100%;
    margin: 0 auto 0 0;
  }
  .sec01 .bottom_box .flexbox .textbox .box_left {
    font-size: 4.5vw;
    font-weight: bold;
    color: #4E89BD;
    text-align: center;
    margin-bottom: 5vw;
    padding: 1vw 0 1vw 3vw;
  }
  .sec01 .bottom_box .flexbox .textbox .box {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
  }
  .sec01 .bottom_box .flexbox .textbox .box .box_text {
    font-weight: bold;
    color: #4E89BD;
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .sec01 .bottom_box .flexbox .right_image {
    position: static;
    top: -9vw;
    right: 30px;
  }
  .sec01 .bottom_box .flexbox .imagebox {
    position: relative;
    width: 100%;
  }
  .sec01 .bottom_box .flexbox .imagebox .circle {
    position: absolute;
    font-size: 3.8vw;
    font-weight: bold;
    color: #fff;
    width: 25vw;
    height: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background-color: #4E89BD;
  }
  .sec01 .bottom_box .flexbox .imagebox .c03 {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 3.8vw;
    align-items: flex-end;
    justify-content: center;
  }
  .sec01 .bottom_box .flexbox .imagebox .c03 .small {
    font-size: 3.3vw;
    display: block;
    line-height: 1.5;
  }
  .sec01 .bottom_box .flexbox .imagebox .left_c {
    bottom: 1vw;
    left: 48vw;
  }
  .sec01 .bottom_box .flexbox .imagebox .right_c {
    right: -9vw;
    bottom: 1vw;
  }
  .sec01 .bottom_box .about_btn {
    width: 80vw;
    height: 15vw;
    text-align: center;
  }
  .sec01 .bottom_box .about_btn::before {
    display: none;
  }
}

.sec02 {
  margin-bottom: 120px;
}
.sec02 .text {
  width: 90%;
  margin: 0 auto 85px;
}
.sec02 .flexbox {
  -moz-column-gap: 80px;
       column-gap: 80px;
  align-items: flex-start;
  margin-bottom: 91px;
}
.sec02 .flexbox .imagebox {
  width: 71.1%;
}
.sec02 .flexbox .textbox {
  width: 100%;
}
.sec02 .flexbox .textbox .box_title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
}
.sec02 .flexbox .textbox .box_title .blue {
  color: #4E89BD;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .text {
    width: 100%;
    margin: 0 auto 10vw;
  }
  .sec02 .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10vw;
  }
  .sec02 .flexbox .imagebox {
    width: 100%;
  }
  .sec02 .flexbox .textbox {
    width: 100%;
  }
  .sec02 .flexbox .textbox .box_title {
    margin-bottom: 3vw;
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
  }
  .sec02 .flexbox .textbox .box_title .blue {
    color: #4E89BD;
    font-weight: bold;
  }
}

.sec03 {
  margin-bottom: 130px;
}
.sec03 .flexbox {
  -moz-column-gap: 80px;
       column-gap: 80px;
  align-items: flex-start;
  margin-bottom: 60px;
}
.sec03 .flexbox .imagebox {
  width: 47.1%;
}
.sec03 .flexbox .imagebox .bottom_blue {
  background-color: rgba(78, 137, 189, 0.8);
  width: 100%;
  height: 88px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-family: serif;
  line-height: 1.5;
}
.sec03 .flexbox .imagebox .bottom_blue .small {
  font-size: 18px;
}
.sec03 .flexbox .textbox {
  width: 100%;
}
.sec03 .flexbox .textbox .box_title {
  margin-bottom: 55px;
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
}
.sec03 .flexbox .textbox .box_title .blue {
  color: #4E89BD;
  font-weight: bold;
}
.sec03 .flexbox .textbox .box_text {
  font-size: 15px;
}
.sec03 .flexbox .textbox .box_text .blue {
  font-size: 15px;
  color: #4E89BD;
  font-weight: bold;
}
.sec03 .bottom_box {
  width: 849px;
  margin: 0 auto;
  padding: 45px 77px;
  background-color: #fff;
}
.sec03 .bottom_box .keireki {
  font-size: 20px;
  color: #4E89BD;
  font-family: serif;
  font-weight: bold;
  border-left: 2px solid #4E89BD;
  padding-left: 20px;
  height: 56px;
  margin-bottom: 35px;
}
.sec03 .bottom_box .flexbox {
  -moz-column-gap: 65px;
       column-gap: 65px;
  justify-content: flex-start;
}
.sec03 .bottom_box .flexbox .box {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .flexbox {
    flex-direction: column-reverse;
    -moz-column-gap: 0;
         column-gap: 0;
    align-items: flex-start;
    margin-bottom: 10vw;
  }
  .sec03 .flexbox .imagebox {
    width: 65%;
    margin: 0 auto 3vw;
  }
  .sec03 .flexbox .imagebox .bottom_blue {
    background-color: rgba(78, 137, 189, 0.8);
    width: 100%;
    height: 13vw;
    font-size: 4vw;
    color: #fff;
    text-align: center;
    font-family: serif;
    line-height: 1.5;
  }
  .sec03 .flexbox .imagebox .bottom_blue .small {
    font-size: 3.3vw;
  }
  .sec03 .flexbox .textbox {
    width: 100%;
  }
  .sec03 .flexbox .textbox .box_title {
    margin-bottom: 3vw;
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
  }
  .sec03 .flexbox .textbox .box_title .blue {
    color: #4E89BD;
    font-weight: bold;
  }
  .sec03 .flexbox .textbox .box_text {
    font-size: 4vw;
  }
  .sec03 .flexbox .textbox .box_text .blue {
    font-size: 4vw;
    color: #4E89BD;
    font-weight: bold;
  }
  .sec03 .bottom_box {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 5vw;
    background-color: #fff;
  }
  .sec03 .bottom_box .keireki {
    font-size: 4.8vw;
    color: #4E89BD;
    font-family: serif;
    font-weight: bold;
    border-left: 2px solid #4E89BD;
    padding-left: 3vw;
    height: 11vw;
    margin-bottom: 3vw;
  }
  .sec03 .bottom_box .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .sec03 .bottom_box .flexbox .box {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
    margin-bottom: 3vw;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .inner {
  padding: 0;
  width: 100%;
}
.sec04 .sec_title {
  font-size: 24px;
  font-weight: bold;
  color: #4E89BD;
  text-align: center;
  margin-bottom: 25px;
  font-family: serif;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec04 .flexbox {
  justify-content: initial;
  align-items: initial;
}
.sec04 .flexbox .googlemap {
  width: 44.4%;
  height: 544px;
}
.sec04 .flexbox .googlemap iframe {
  width: 100%;
  height: 100%;
}
.sec04 .flexbox .right_box {
  width: 55.6%;
  background-color: rgba(78, 137, 189, 0.1);
}
.sec04 .flexbox .right_box .white_o_box {
  background-color: #fff;
  border-radius: 10px;
  width: 527px;
  height: 292px;
  margin-left: 72px;
  margin-top: 103px;
  padding: 25px 55px;
}
.sec04 .flexbox .right_box .white_o_box .ortho_box {
  align-items: center;
  justify-content: center;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 25px;
}
.sec04 .flexbox .right_box .white_o_box .ortho_box .imagebox {
  width: 10%;
}
.sec04 .flexbox .right_box .white_o_box .ortho_box .ortho_name {
  font-size: 28px;
  font-family: serif;
  font-weight: bold;
}
.sec04 .flexbox .right_box .white_o_box .ortho_access {
  position: relative;
  padding-left: 40px;
  font-size: 21px;
}
.sec04 .flexbox .right_box .white_o_box .ortho_access::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 24px;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/consultation/polygon_1.webp) center/contain no-repeat;
}
.sec04 .flexbox .right_box .white_o_box .ortho_access02 {
  font-size: 21px;
  font-family: serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec04 .flexbox .right_box .white_o_box .about_btn {
  width: 517px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .inner {
    padding: 0;
    width: 100%;
  }
  .sec04 .sec_title {
    font-size: 5vw;
    font-weight: bold;
    color: #4E89BD;
    text-align: center;
    margin-bottom: 5vw;
    font-family: serif;
  }
  .sec04 .flexbox {
    justify-content: initial;
    align-items: initial;
    flex-direction: column;
  }
  .sec04 .flexbox .googlemap {
    width: 100%;
    height: 80vw;
  }
  .sec04 .flexbox .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  .sec04 .flexbox .right_box {
    width: 100%;
    padding-bottom: 10vw;
    background-color: rgba(78, 137, 189, 0.1);
  }
  .sec04 .flexbox .right_box .white_o_box {
    background-color: #fff;
    border-radius: 10px;
    width: 80%;
    height: auto;
    margin-left: 5vw;
    margin-top: 10vw;
    padding: 5vw;
  }
  .sec04 .flexbox .right_box .white_o_box .ortho_box {
    align-items: center;
    justify-content: center;
    display: flex;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
    margin-bottom: 5vw;
  }
  .sec04 .flexbox .right_box .white_o_box .ortho_box .imagebox {
    width: 18%;
    margin-bottom: 0;
  }
  .sec04 .flexbox .right_box .white_o_box .ortho_box .ortho_name {
    font-size: 8vw;
    font-family: serif;
    font-weight: bold;
  }
  .sec04 .flexbox .right_box .white_o_box .ortho_access {
    position: relative;
    padding-left: 9vw;
    font-size: 4.5vw;
    margin-bottom: 1vw;
  }
  .sec04 .flexbox .right_box .white_o_box .ortho_access::before {
    content: "";
    position: absolute;
    width: 7vw;
    height: 5vw;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/consultation/polygon_1.webp) center/contain no-repeat;
  }
  .sec04 .flexbox .right_box .white_o_box .ortho_access02 {
    font-size: 4vw;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 5vw;
  }
  .sec04 .flexbox .right_box .white_o_box .about_btn {
    width: 80vw;
    padding-right: 10vw;
  }
}/*# sourceMappingURL=consultation.css.map */