@charset "UTF-8";
.body {
  background: linear-gradient(white 0%, #f9f6f3 8%);
}
@media screen and (max-width: 767px) {
  .body {
    background: linear-gradient(white 0%, #f9f6f3 1%);
  }
}

.header, .copy_header, .nav, .footer {
  background-color: #fff;
}

.footer {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 6vw;
  }
}

.main_image {
  position: relative;
  height: 500px;
  padding-top: 0;
  box-sizing: border-box;
  background: url(/images/dogyosha/dogyosha_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1125px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  padding-top: 220px;
  padding-left: 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 52px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
}
.main_image .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -105px;
  top: 50%;
  transform: translateY(-50%);
  width: 221px;
  height: 221px;
  background: url(/images/common/key_logo.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 34.3vw;
    box-sizing: border-box;
    background: url(/images/dogyosha/dogyosha_key.webp) center top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    padding-top: 0;
    padding-left: 6.6vw;
    font-size: 5.8vw;
    text-align: left;
  }
  .main_image .text:before {
    left: 0;
    top: 4.3vw;
    width: 21.3vw;
    height: 21.3vw;
    background: url(/images/common/key_logo.webp) center/contain no-repeat;
  }
}

.lead_sec .sec_title, .lead_sec .sec_text {
  text-shadow: initial;
}
@media screen and (max-width: 767px) {
  .lead_sec .check_list_box .check_list_title {
    letter-spacing: 0.05em;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .sec_text {
  width: 975px;
  max-width: 100%;
  margin: 0 auto 60px;
}
.sec01 .flexbox {
  box-sizing: border-box;
  width: 975px;
  max-width: 100%;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.sec01 .flexbox .item {
  width: 400px;
  max-width: 100%;
  margin-right: 10px;
}
.sec01 .flexbox .item .waku_box {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #1d2b53;
  padding: 10px;
  margin-bottom: 20px;
}
.sec01 .flexbox .item .waku_box .item_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 21px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1d2b53;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .flexbox .item .item_image {
  width: 260px;
  height: 160px;
  margin: 0 auto 20px;
}
.sec01 .flexbox .item .item_image img {
  width: 100%;
  height: 100%;
}
.sec01 .flexbox .item .item_text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}
.sec01 .flexbox2 {
  box-sizing: border-box;
  width: 975px;
  max-width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .flexbox2 .item {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec01 .flexbox2 .item .waku_box {
  width: 400px;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #1d2b53;
  padding: 10px;
  margin-bottom: 20px;
}
.sec01 .flexbox2 .item .waku_box .item_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 21px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1d2b53;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .flexbox2 .item .item_image {
  width: 260px;
  height: 160px;
  margin: 0 auto 20px;
}
.sec01 .flexbox2 .item .item_image img {
  width: 100%;
  height: 100%;
}
.sec01 .flexbox2 .item .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec01 .flexbox2 .item .list .li_item {
  width: 44%;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 20px;
  padding-right: 1em;
  position: relative;
}
.sec01 .flexbox2 .item .list .li_item::before {
  content: "●";
  top: 2px;
  left: 0;
  font-size: 20px;
  color: #1d2b53;
}
.sec01 .flexbox2 .item .list_column {
  width: 916px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .flexbox2 .item .list_column .li_item {
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 20px;
  position: relative;
}
.sec01 .flexbox2 .item .list_column .li_item::before {
  content: "●";
  top: 2px;
  left: 0;
  font-size: 20px;
  color: #1d2b53;
}
.sec01 .flexbox2 .item .list_column .column01 {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 3em;
}
.sec01 .flexbox2 .item .list_column .column02 {
  width: -moz-fit-content;
  width: fit-content;
}
.sec01 .text {
  box-sizing: border-box;
  width: 950px;
  max-width: 100%;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: right;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .sec_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec01 .flexbox {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .sec01 .flexbox .item {
    width: 100%;
    max-width: 100%;
    margin-right: initial;
    margin-bottom: 13.8vw;
  }
  .sec01 .flexbox .item .waku_box {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #1d2b53;
    padding: 2.5vw;
    margin-bottom: 4.2vw;
  }
  .sec01 .flexbox .item .waku_box .item_title {
    font-size: 5.3vw;
  }
  .sec01 .flexbox .item .item_image {
    width: 65vw;
    height: 40vw;
    margin: 0 auto 4.2vw;
  }
  .sec01 .flexbox .item .item_text {
    font-size: 3.75vw;
  }
  .sec01 .flexbox2 {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .sec01 .flexbox2 .item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2.4vw;
    display: block;
  }
  .sec01 .flexbox2 .item .waku_box {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #1d2b53;
    padding: 2.5vw;
    margin-bottom: 4.2vw;
  }
  .sec01 .flexbox2 .item .waku_box .item_title {
    font-size: 5.3vw;
  }
  .sec01 .flexbox2 .item .item_image {
    width: 65vw;
    height: 40vw;
    margin: 0 auto 4.2vw;
  }
  .sec01 .flexbox2 .item .list {
    width: 100%;
    display: block;
  }
  .sec01 .flexbox2 .item .list_column {
    width: 916px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .sec01 .flexbox2 .item .list_column .li_item {
    width: 93%;
    font-size: 4.8vw;
    letter-spacing: 0.06em;
    margin-bottom: 4.2vw;
    text-indent: -1.2em;
    padding-left: 1.2em;
    position: relative;
  }
  .sec01 .flexbox2 .item .list_column .li_item::before {
    font-size: 4.8vw;
  }
  .sec01 .flexbox2 .item .list_column .column01 {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: initial;
  }
  .sec01 .flexbox2 .item .list_column .column02 {
    width: -moz-fit-content;
    width: fit-content;
  }
  .sec01 .text {
    box-sizing: border-box;
    width: 85%;
    font-size: 4vw;
    text-align: right;
    margin: 0 auto;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #172243;
  margin-bottom: 45px;
}
.sec02 .sec_text {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 110px;
}
.sec02 .hani_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 21px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #172243;
  margin-bottom: 45px;
}
.sec02 .hani_box {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.sec02 .hani_box .left {
  box-sizing: border-box;
  width: 50%;
  padding: 45px 45px 45px 60px;
  background-color: #0577a6;
  position: relative;
}
.sec02 .hani_box .left::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 155px solid transparent;
  border-bottom: 155px solid transparent;
  border-left: 35px solid #0577a6;
  border-right: 0;
}
.sec02 .hani_box .left .clinic {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
.sec02 .hani_box .left .list {
  min-height: 10em;
}
.sec02 .hani_box .left .list .li_item {
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 20px;
  text-indent: -1.2em;
  position: relative;
}
.sec02 .hani_box .left .list .li_item::before {
  content: "・";
  top: 2px;
  left: 0;
  font-size: 20px;
  color: #fff;
}
.sec02 .hani_box .right {
  box-sizing: border-box;
  width: 50%;
  padding: 45px 45px 45px 75px;
  background-color: #b2cfdb;
}
.sec02 .hani_box .right .clinic {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
.sec02 .hani_box .right .list {
  min-height: 10em;
  display: flex;
  align-items: first baseline;
}
.sec02 .hani_box .right .list .li_item {
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #172243;
  margin-bottom: 20px;
  text-indent: -1.2em;
  position: relative;
}
.sec02 .hani_box .right .list .li_item::before {
  content: "・";
  top: 2px;
  left: 0;
  font-size: 20px;
  color: #172243;
}
.sec02 .message {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 15px 25px;
  width: 673px;
  height: 55px;
  background-color: #fff;
  color: #0577a6;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .title {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
  .sec02 .sec_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20.7vw;
  }
  .sec02 .hani_title {
    font-size: 4.8vw;
    margin-bottom: 6vw;
  }
  .sec02 .hani_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    position: static;
  }
  .sec02 .hani_box .left {
    box-sizing: border-box;
    width: 100%;
    padding: 5.5vw 5.5vw 6vw;
    background-color: #0577a6;
    position: relative;
  }
  .sec02 .hani_box .left::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: initial;
    bottom: -7.4vw;
    left: 0;
    right: initial;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 44.5vw solid transparent;
    border-left: 44.5vw solid transparent;
    border-top: 7.5vw solid #0577a6;
    border-bottom: 0;
  }
  .sec02 .hani_box .left .clinic {
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
  }
  .sec02 .hani_box .left .list {
    min-height: 6em;
  }
  .sec02 .hani_box .left .list .li_item {
    font-size: 4.2vw;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 4.2vw;
    text-indent: -1.2em;
    padding-left: 1.2em;
    position: relative;
  }
  .sec02 .hani_box .left .list .li_item::before {
    content: "・";
    top: 2px;
    left: 0;
    font-size: 4.5vw;
  }
  .sec02 .hani_box .right {
    box-sizing: border-box;
    width: 100%;
    padding: 12vw 5.5vw 5.5vw;
    background-color: #b2cfdb;
  }
  .sec02 .hani_box .right .clinic {
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
  }
  .sec02 .hani_box .right .list {
    min-height: 4em;
    display: flex;
    align-items: first baseline;
  }
  .sec02 .hani_box .right .list .li_item {
    font-size: 4.2vw;
    letter-spacing: 0.01em;
    color: #172243;
    margin-bottom: 5vw;
    text-indent: -1.2em;
    padding-left: 1.2em;
    position: relative;
  }
  .sec02 .hani_box .right .list .li_item::before {
    content: "・";
    top: 2px;
    left: 0;
    font-size: 4.5vw;
    color: #172243;
  }
  .sec02 .hani_box .message {
    position: static;
    transform: initial;
    box-sizing: border-box;
    padding: 5.5vw;
    width: 80vw;
    height: 7em;
    background-color: #fff;
    color: #0577a6;
    font-size: 4.2vw;
    letter-spacing: 0.03em;
    text-align: justify;
  }
  .sec02 .message {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 4.2vw;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 5.5vw;
    width: 80vw;
    height: 7em;
    background-color: #fff;
    color: #0577a6;
    font-size: 4.2vw;
    letter-spacing: 0.03em;
    text-align: justify;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .flow_box {
  width: 835px;
  max-width: 96%;
  box-sizing: border-box;
  margin: 0 auto 100px;
}
.sec03 .flow_box .item {
  width: 100%;
}
.sec03 .flow_box .item .item_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #172243;
  margin-bottom: 70px;
}
.sec03 .flow_box .item .item_box .num {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: justify;
  text-wrap: nowrap;
  color: #172243;
}
.sec03 .flow_box .item .item_box .item_title {
  padding-left: 1em;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: justify;
  color: #172243;
}
.sec03 .flow_box .item:nth-of-type(1) .item_box {
  margin-bottom: 25px;
}
.sec03 .flow_box .textbox01 {
  width: 340px;
  height: 100px;
  box-sizing: border-box;
  margin: 0 0 5px 75px;
  border: 1px solid #1d2b53;
  border-radius: 50px;
  padding: 10px 20px;
}
.sec03 .flow_box .textbox01 a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec03 .flow_box .textbox01 .text01, .sec03 .flow_box .textbox01 .text02 {
  color: #172243;
  font-size: 16px;
}
.sec03 .flow_box .textbox01 .text01 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec03 .flow_box .textbox01 .tel_num {
  padding-left: 1.5em;
  color: #172243;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.11em;
  text-align: center;
  position: relative;
}
.sec03 .flow_box .textbox01 .tel_num::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  background: url(/images/dogyosha/free_dial.webp) center/contain no-repeat;
  width: 42px;
  height: 23px;
}
.sec03 .flow_box .text02 {
  margin-left: 75px;
  color: #172243;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-bottom: 45px;
}
.sec03 .message_box {
  width: 1020px;
  max-width: 100%;
  padding: 100px 0 83px;
  margin: 0 auto;
  position: relative;
}
.sec03 .message_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -160px;
  background: url(/images/dogyosha/sec03_bk_image.webp) bottom right/contain no-repeat;
  width: 988px;
  height: 475px;
}
.sec03 .message_box .message_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #172243;
  margin-bottom: 50px;
  position: relative;
}
.sec03 .message_box .message_title::before {
  content: "";
  position: absolute;
  top: -74px;
  left: 0;
  background: url(/images/dogyosha/text_message.webp) center/contain no-repeat;
  width: 390px;
  height: 61px;
}
.sec03 .message_box .message_text {
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: justify;
  color: #172243;
  margin-bottom: 70px;
}
.sec03 .message_box .tel_box {
  width: 340px;
  height: 128px;
  box-sizing: border-box;
  border: 1px solid #1d2b53;
  background-color: #fff;
  padding: 10px 20px;
}
.sec03 .message_box .tel_box a {
  width: 100%;
  height: 100%;
}
.sec03 .message_box .tel_box .text01, .sec03 .message_box .tel_box .text02 {
  color: #172243;
  font-size: 16px;
  letter-spacing: 0.03em;
}
.sec03 .message_box .tel_box .text01 {
  padding-left: 3.5em;
  position: relative;
}
.sec03 .message_box .tel_box .text01::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(/images/dogyosha/free_dial.webp) center/contain no-repeat;
  width: 42px;
  height: 23px;
}
.sec03 .message_box .tel_box .text02 {
  margin-top: -5px;
}
.sec03 .message_box .tel_box .tel_num {
  color: #172243;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 42px;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .flow_box {
    width: 96vw;
    box-sizing: border-box;
    margin: 0 auto 20.7vw;
  }
  .sec03 .flow_box .item {
    width: 100%;
  }
  .sec03 .flow_box .item .item_box {
    padding-bottom: 1.25vw;
    border-bottom: 1px solid #172243;
    margin-bottom: 13.8vw;
  }
  .sec03 .flow_box .item .item_box .num {
    font-size: 8vw;
  }
  .sec03 .flow_box .item .item_box .item_title {
    font-size: 4.8vw;
    letter-spacing: 0.045em;
  }
  .sec03 .flow_box .item:nth-of-type(1) .item_box {
    margin-bottom: 6.25vw;
  }
  .sec03 .flow_box .textbox01 {
    width: 85vw;
    height: 20vw;
    margin: 0 0 1.25vw 0;
    border: 1px solid #1d2b53;
    border-radius: 12.5vw;
    padding: 2.5vw 5vw;
  }
  .sec03 .flow_box .textbox01 .text01, .sec03 .flow_box .textbox01 .text02 {
    font-size: 4vw;
  }
  .sec03 .flow_box .textbox01 .text01 {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec03 .flow_box .textbox01 .tel_num {
    padding-left: 1.5em;
    font-size: 7.5vw;
    position: relative;
  }
  .sec03 .flow_box .textbox01 .tel_num::before {
    content: "";
    position: absolute;
    top: 2.5vw;
    left: 3vw;
    background: url(/images/dogyosha/free_dial.webp) center/contain no-repeat;
    width: 10.5vw;
    height: 5.75vw;
  }
  .sec03 .flow_box .text02 {
    margin-left: 0;
    font-size: 4vw;
    padding-bottom: 8vw;
  }
  .sec03 .message_box {
    width: 100%;
    max-width: 100%;
    padding: 13.8vw 0 16vw;
    margin: 0 auto;
    position: relative;
  }
  .sec03 .message_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -5.866vw;
    right: initial;
    background: url(/images/dogyosha/sec03_bk_image_sp.webp) bottom right/contain no-repeat;
    width: 100vw;
    height: 198.4vw;
  }
  .sec03 .message_box .message_title {
    font-size: 4.8vw;
    margin-bottom: 8vw;
    position: relative;
  }
  .sec03 .message_box .message_title::before {
    content: "";
    position: absolute;
    top: -13.8vw;
    left: 0;
    background: url(/images/dogyosha/text_message_sp.webp) center/contain no-repeat;
    width: 61.5vw;
    height: 9.543vw;
  }
  .sec03 .message_box .message_text {
    font-size: 4.2vw;
    margin-bottom: 18vw;
  }
  .sec03 .message_box .tel_box {
    width: 89vw;
    height: 32vw;
    box-sizing: border-box;
    border: 1px solid #1d2b53;
    background-color: #fff;
    padding: 2.5vw 5vw;
  }
  .sec03 .message_box .tel_box .text01, .sec03 .message_box .tel_box .text02 {
    font-size: 4vw;
    letter-spacing: 0.03em;
  }
  .sec03 .message_box .tel_box .text01 {
    padding-left: 3.5em;
    position: relative;
  }
  .sec03 .message_box .tel_box .text01::before {
    content: "";
    position: absolute;
    top: 0.5vw;
    left: 0;
    background: url(/images/dogyosha/free_dial.webp) center/contain no-repeat;
    width: 10.5vw;
    height: 5.75vw;
  }
  .sec03 .message_box .tel_box .text02 {
    margin-top: -5px;
  }
  .sec03 .message_box .tel_box .tel_num {
    color: #172243;
    font-size: 10.5vw;
    letter-spacing: 0.145em;
  }
}/*# sourceMappingURL=dogyosha.css.map */