@charset "UTF-8";
.main_image {
  position: relative;
  height: 500px;
  padding-top: 0;
  box-sizing: border-box;
  background: url(/images/ortho/ortho_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/ortho/ortho_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 .flexbox {
  margin-bottom: 80px;
}
.lead_sec .flexbox .link_btn:nth-of-type(1) {
  margin-right: 40px;
}
.lead_sec .animation_title_box {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
}
.lead_sec .animation_title_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #1d2b53;
  width: 30px;
  height: 30px;
}
.lead_sec .animation_title_box .animation_subtitle {
  font-size: 18px;
  color: #1d2b53;
  margin-bottom: 5px;
}
.lead_sec .animation_title_box .animation_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  color: #1d2b53;
}
.lead_sec .slick-slider {
  position: relative;
  display: flex;
  justify-content: center;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto 80px;
  /*戻る、次へ矢印の位置*/
}
.lead_sec .slick-slider .slick-prev,
.lead_sec .slick-slider .slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 2;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 3px solid #666; /*矢印の色*/
  border-right: 3px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}
.lead_sec .slick-slider .slick-prev { /*戻る矢印の位置と形状*/
  left: 2%;
  transform: rotate(-135deg);
}
.lead_sec .slick-slider .slick-prev:before {
  display: none;
}
.lead_sec .slick-slider .slick-next { /*次へ矢印の位置と形状*/
  right: 2%;
  transform: rotate(45deg);
}
.lead_sec .slick-slider .slick-next:before {
  display: none;
}
.lead_sec .slick-slider .slick-prev {
  left: -12px;
}
.lead_sec .slick-slider .slick-next {
  right: -12px;
}
.lead_sec .case_item {
  box-sizing: border-box;
  margin: 10px;
}
.lead_sec .case_item .case_flex {
  box-sizing: border-box;
  width: 100%;
  min-height: 206px;
  max-height: 206px;
  background-color: #ddd;
  padding: 20px 7px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lead_sec .case_item .case_flex .image_before,
.lead_sec .case_item .case_flex .image_after {
  box-sizing: border-box;
  width: 48%;
  min-width: 48%;
  max-width: 48%;
}
.lead_sec .case_item .case_flex .image_before img,
.lead_sec .case_item .case_flex .image_after img {
  width: 100%;
  height: auto;
}
.lead_sec .case_item .case_flex .image_before p,
.lead_sec .case_item .case_flex .image_after p {
  letter-spacing: 0.05em;
}
.lead_sec .case_item .case_flex:nth-of-type(2) {
  min-height: 44px;
  max-height: 44px;
  padding: 0 20px 20px;
}
.lead_sec .case_item .dlist {
  box-sizing: border-box;
  padding: 15px 25px 0;
  width: 100%;
  margin: 0 auto;
}
.lead_sec .case_item .dbox {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 10px;
}
.lead_sec .case_item .term {
  width: 6em;
  min-width: 6em;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 0 0 2px;
  margin: 0 0 5px;
}
.lead_sec .case_item .data {
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 0 0 0 0.7em;
  white-space: pre-wrap;
}
.lead_sec .case_item img.slide-arrow.prev-arrow.slick-arrow {
  z-index: 2;
  position: absolute;
  transform: rotate(180deg);
  left: -20px;
  top: 50%;
}
.lead_sec .case_item img.slide-arrow.next-arrow.slick-arrow {
  z-index: 2;
  position: absolute;
  right: -20px;
  top: 50%;
}
.lead_sec .gridbox {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 120px;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(auto-fill, 268px);
  place-content: center;
}
.lead_sec .gridbox .item {
  width: 268px;
}
.lead_sec .column_box {
  background-color: #e9e0d6;
  padding: 65px 60px 40px;
  margin: 0 auto 80px;
  position: relative;
}
.lead_sec .column_box::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/ortho/text_consultation.webp) center/contain no-repeat;
  width: 306px;
  height: 42px;
}
.lead_sec .column_box .flexbox {
  width: 650px;
  max-width: 100%;
  margin: 0 auto 40px;
}
.lead_sec .column_box .flexbox01 .immage {
  min-width: 110px;
  margin-right: 25px;
}
.lead_sec .column_box .flexbox02 {
  align-items: flex-end;
}
.lead_sec .column_box .flexbox02 .tel_btn {
  margin-right: 40px;
}
.lead_sec .worries_bopx {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.lead_sec .worries_bopx .box_title {
  margin: 0 0 50px;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
.lead_sec .worries_bopx .gridbox03 {
  width: 100%;
  margin-bottom: 30px;
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.lead_sec .worries_bopx .gridbox02 {
  width: 100%;
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.lead_sec .worries_bopx .item {
  border: 2px solid #172243;
  padding: 40px 20px;
}
.lead_sec .worries_bopx .item_title {
  margin: 0 0 20px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.lead_sec .worries_bopx .item_text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .lead_sec .flexbox {
    margin-bottom: 13.8vw;
  }
  .lead_sec .flexbox .link_btn:nth-of-type(1) {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .lead_sec .flexbox .link_btn:nth-of-type(1) img {
    width: 100%;
  }
  .lead_sec .animation_title_box {
    margin-bottom: 4.2vw;
    padding-left: 12vw;
    position: relative;
  }
  .lead_sec .animation_title_box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #1d2b53;
    width: 8vw;
    height: 8vw;
  }
  .lead_sec .animation_title_box .animation_subtitle {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
  .lead_sec .animation_title_box .animation_title {
    font-size: 4.8vw;
  }
  .lead_sec .slick-slider {
    position: relative;
    background-color: rgba(233, 224, 214, 0.2431372549);
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    /*戻る、次へ矢印の位置*/
  }
  .lead_sec .slick-slider .slick-prev,
  .lead_sec .slick-slider .slick-next {
    position: absolute; /*絶対配置にする*/
    z-index: 2;
    top: 42%;
    cursor: pointer; /*マウスカーソルを指マークに*/
    outline: none; /*クリックをしたら出てくる枠線を消す*/
    border-top: 0.5vw solid #666; /*矢印の色*/
    border-right: 0.5vw solid #666; /*矢印の色*/
    height: 3.75vw;
    width: 3.75vw;
  }
  .lead_sec .slick-slider .slick-prev {
    left: -1vw;
  }
  .lead_sec .slick-slider .slick-next {
    right: -1vw;
  }
  .lead_sec .case_item {
    box-sizing: border-box;
    margin: 0;
  }
  .lead_sec .case_item .case_flex {
    min-height: 31.25vw;
    max-height: 31.25vw;
    background-color: #ddd;
    padding: 5vw 1.75vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lead_sec .case_item .case_flex .image_before,
  .lead_sec .case_item .case_flex .image_after {
    box-sizing: border-box;
    width: 48%;
    min-width: 48%;
    max-width: 48%;
  }
  .lead_sec .case_item .case_flex .image_before img,
  .lead_sec .case_item .case_flex .image_after img {
    width: 100%;
    height: auto;
  }
  .lead_sec .case_item .case_flex .image_before p,
  .lead_sec .case_item .case_flex .image_after p {
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .lead_sec .case_item .case_flex:nth-of-type(2) {
    min-height: 12vw;
    max-height: 12vw;
    padding: 4vw 5vw 5vw;
  }
  .lead_sec .case_item .dlist {
    box-sizing: border-box;
    padding: 3.75vw 3vw 0;
    width: 100%;
    margin: 0 auto;
  }
  .lead_sec .case_item .dbox {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 2vw;
  }
  .lead_sec .case_item .term {
    width: 6em;
    min-width: 6em;
    font-size: 3.75vw;
    letter-spacing: 0.05em;
    padding: 0 0 2px;
    margin: 0 0 5px;
  }
  .lead_sec .case_item .data {
    font-size: 3.75vw;
    letter-spacing: 0.05em;
    padding: 0 0 0 0.7em;
    white-space: pre-wrap;
  }
  .lead_sec .case_item img.slide-arrow.prev-arrow.slick-arrow {
    z-index: 2;
    position: absolute;
    transform: rotate(180deg);
    left: -20px;
    top: 50%;
  }
  .lead_sec .case_item img.slide-arrow.next-arrow.slick-arrow {
    z-index: 2;
    position: absolute;
    right: -20px;
    top: 50%;
  }
  .lead_sec .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    row-gap: 4.2vw;
    -moz-column-gap: 4.2vw;
         column-gap: 4.2vw;
    grid-template-columns: repeat(auto-fill, 268px);
    place-content: center;
  }
  .lead_sec .gridbox .item {
    width: 100%;
  }
  .lead_sec .column_box {
    padding: 10.8vw 5.5vw 5.5vw;
    box-sizing: border-box;
    position: relative;
  }
  .lead_sec .column_box::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -4.8vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/ortho/text_consultation.webp) center/contain no-repeat;
    width: 61.2vw;
    height: 8.4vw;
  }
  .lead_sec .column_box .flexbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10.6vw;
  }
  .lead_sec .column_box .flexbox01 .immage {
    width: 29.33vw;
    max-width: 100%;
    min-width: initial;
    margin-right: initial;
    text-align: center;
    margin: 0 auto 4.2vw;
  }
  .lead_sec .column_box .flexbox01 .immage img {
    width: 100%;
  }
  .lead_sec .column_box .flexbox02 .tel_btn {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .lead_sec .column_box .flexbox02 .tel_btn img {
    width: 100%;
  }
  .lead_sec .column_box .flexbox02 .reserve_btn {
    width: 100%;
    text-align: center;
  }
  .lead_sec .column_box .flexbox02 .reserve_btn img {
    width: 100%;
  }
  .lead_sec .worries_bopx {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .lead_sec .worries_bopx .box_title {
    margin: 0 0 8vw;
    font-size: 5.3vw;
    text-align: center;
    line-height: 2;
  }
  .lead_sec .worries_bopx .gridbox03 {
    margin-bottom: 4vw;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 4vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .lead_sec .worries_bopx .gridbox02 {
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 4vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .lead_sec .worries_bopx .item {
    padding: 6vw 5.5vw;
  }
  .lead_sec .worries_bopx .item_title {
    margin: 0 0 4vw;
    font-size: 5vw;
  }
}

/*
.case_sec {
  padding-bottom: 100px;
  background-color: #fff;
  position: relative;
  .animation_title_box {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto 30px;
    padding-left: 50px;
    position: relative;
    &::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      background-color: #1d2b53;
      width: 30px;
      height: 30px;
    }
    .animation_subtitle {
      font-size: 18px;
      color: #1d2b53;
      margin-bottom: 5px;
    }
    .animation_title {
      font-family: $mincho;
      font-size: 24px;
      color: #1d2b53;
    }
  }
  .scroll-container {
    margin-bottom: 100px;
    display: flex;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
  }

  .scroll-content {
    display: flex;
    animation: scroll 75s linear infinite;
  }

  .item {
    flex: 0 0 auto;
    width: 2566px;
    height: 153px;
    margin: 0 0px;
    text-align: center;
    font-size: 24px;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  .column_box {
    background-color: #e9e0d6;
    padding: 65px 60px 40px;
    margin: 0 auto;
    position: relative;
    &::before {
      content: "";
      position: absolute;
      z-index: 2;
      top: -26px;
      left: 50%;
      transform: translateX(-50%);
      background:  url(/images/ortho/text_consultation.webp) center /contain no-repeat;
      width: 306px;
      height: 42px;
    }
    .flexbox {
      width: 650px;
      max-width: 100%;
      margin: 0 auto 40px;

    }
    .flexbox01 {
      .immage {
        min-width: 110px;
        margin-right: 25px;
      }
    }
    .flexbox02 {
      align-items: flex-end;
      .tel_btn {
        margin-right: 40px;
      }
    }

  }


  @media screen and (max-width: 767px) {
    padding-bottom: 13.8vw;

    .inner {
      padding: 0 5.5vw;
    }
    .animation_title_box {

      margin-bottom: 4.2vw;
      padding-left: 12vw;
      position: relative;
      &::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background-color: #1d2b53;
        width: 8vw;
        height: 8vw;
      }
      .animation_subtitle {
        font-size: 4vw;
        margin-bottom: 1vw;
      }
      .animation_title {
        font-size: 4.8vw;
      }
    }
    .scroll-container {
      margin-bottom: 13.6vw;
    }

    .item {
      flex: 0 0 auto;
      width: 684.26vw;
      height: 100%;//40.8vw;
      margin: 0 0px;
      text-align: center;
      line-height: 100%; //40.8vw;
      font-size: 24px;
      img {
        width: 100%;
      }
    }

    .column_box {
      padding: 10.8vw 5.5vw 5.5vw;
      box-sizing: border-box;
      position: relative;
      &::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: -4.8vw;
        left: 50%;
        transform: translateX(-50%);
        background:  url(/images/ortho/text_consultation.webp) center /contain no-repeat;
        width: 61.2vw; //306px;
        height: 8.4vw; //42px;
      }
      .flexbox {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 10.6vw;

      }
      .flexbox01 {
        .immage {
          width: 29.33vw;
          max-width: 100%;
          min-width: initial;
          margin-right: initial;
          text-align: center;
          margin: 0 auto 4.2vw;
          img {
            width: 100%;
          }
        }
      }
      .flexbox02 {
        .tel_btn {
          margin-right: initial;
          margin-bottom: 4.2vw;
          img {
            width: 100%;
          }
        }
        .reserve_btn {
          width: 100%;
          text-align: center;
          img {
            width: 100%;
          }
        }
      }
    }

  }
} */
/* .column_sec {
  margin-bottom: 100px;

  .column_box {
    background-color: #e9e0d6;
    padding: 65px 60px 40px;
    position: relative;
    &::before {
      content: "";
      position: absolute;
      z-index: 2;
      top: -26px;
      left: 50%;
      transform: translateX(-50%);
      background:  url(/images/ortho/text_consultation.webp) center /contain no-repeat;
      width: 306px;
      height: 42px;
    }
    .flexbox {
      width: 650px;
      max-width: 100%;
      margin: 0 auto 40px;

    }
    .flexbox01 {
      .immage {
        min-width: 110px;
        margin-right: 25px;
      }
    }
    .flexbox02 {
      align-items: flex-end;
      .tel_btn {
        margin-right: 40px;
      }
    }

  }

  @media screen and (max-width: 767px) {
    margin-bottom: 13.8vw;
    padding-top: 8vw;
    .column_box {
      padding: 10.8vw 5.5vw 5.5vw;
      position: relative;
      &::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: -4.8vw;
        left: 50%;
        transform: translateX(-50%);
        background:  url(/images/ortho/text_consultation.webp) center /contain no-repeat;
        width: 61.2vw; //306px;
        height: 8.4vw; //42px;
      }
      .flexbox {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 10.6vw;

      }
      .flexbox01 {
        .immage {
          width: 29.33vw;
          max-width: 100%;
          min-width: initial;
          margin-right: initial;
          text-align: center;
          margin: 0 auto 4.2vw;
          img {
            width: 100%;
          }
        }
      }
      .flexbox02 {
        .tel_btn {
          margin-right: initial;
          margin-bottom: 4.2vw;
        }
      }
    }
  }
}
*/
.sec01 {
  margin-bottom: 100px;
}
.sec01 .point01 {
  display: block;
  margin-bottom: 80px;
}
.sec01 .point01 .upper_box {
  margin-bottom: 40px;
}
.sec01 .point01 .upper_box .point_header {
  justify-content: center;
}
.sec01 .point01 .upper_box .imagebox {
  width: 100%;
  max-width: 100%;
}
.sec01 .point01 .upper_box .imagebox img {
  width: 100%;
}
.sec01 .point01 .lowwer_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .point01 .textbox {
  margin-right: 50px;
}
.sec01 .point02 {
  margin-bottom: 80px;
  flex-direction: row-reverse;
}
.sec01 .point02 .textbox {
  margin-left: 50px;
}
.sec01 .point03 {
  margin-bottom: 80px;
}
.sec01 .point03 .textbox {
  margin-right: 50px;
}
.sec01 .point04 {
  margin-bottom: 80px;
  flex-direction: row-reverse;
}
.sec01 .point04 .textbox {
  margin-left: 50px;
}
.sec01 .point05 .textbox {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point01 {
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec01 .point01 .upper_box {
    margin-bottom: 4.2vw;
  }
  .sec01 .point01 .upper_box .point_header {
    justify-content: center;
  }
  .sec01 .point01 .upper_box .imagebox {
    width: 100%;
    max-width: 100%;
  }
  .sec01 .point01 .upper_box .imagebox img {
    width: 100%;
  }
  .sec01 .point01 .lowwer_box {
    display: block;
  }
  .sec01 .point01 .textbox {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .sec01 .point02 {
    margin-bottom: 13.8vw;
    flex-direction: row-reverse;
  }
  .sec01 .point02 .textbox {
    margin-left: initial;
  }
  .sec01 .point03 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point03 .textbox {
    margin-right: initial;
  }
  .sec01 .point04 {
    margin-bottom: 13.8vw;
    flex-direction: row-reverse;
  }
  .sec01 .point04 .textbox {
    margin-left: initial;
  }
  .sec01 .point05 .textbox {
    margin-right: initial;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .cont_subtitle {
  padding-left: 10px;
  color: #1d2b53;
}
.sec02 .cont_title {
  color: #1d2b53;
}
.sec02 .cont_text {
  margin-bottom: 30px;
}
.sec02 .link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec02 .cont01,
.sec02 .cont02,
.sec02 .cont03,
.sec02 .cont04,
.sec02 .cont05 {
  margin-bottom: 80px;
  flex-direction: row-reverse;
}
.sec02 .cont01 .textbox,
.sec02 .cont02 .textbox,
.sec02 .cont03 .textbox,
.sec02 .cont04 .textbox,
.sec02 .cont05 .textbox {
  margin-left: 50px;
}
.sec02 .cont06 {
  flex-direction: row-reverse;
}
.sec02 .cont06 .textbox {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .cont_subtitle {
    font-size: 3.7vw;
    line-height: 1.4;
    text-align: center;
  }
  .sec02 .cont_text {
    margin-bottom: 6vw;
  }
  .sec02 .link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec02 .cont01,
  .sec02 .cont02,
  .sec02 .cont03,
  .sec02 .cont04,
  .sec02 .cont05 {
    margin-bottom: 13.8vw;
  }
  .sec02 .cont01 .textbox,
  .sec02 .cont02 .textbox,
  .sec02 .cont03 .textbox,
  .sec02 .cont04 .textbox,
  .sec02 .cont05 .textbox {
    margin-left: initial;
  }
  .sec02 .cont06 .textbox {
    margin-left: initial;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .gridbox {
  width: 904px;
  max-width: 100%;
  margin: 0 auto;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 70px;
  grid-template-columns: repeat(2, 1fr);
  box-sizing: border-box;
}
.sec03 .gridbox .item {
  box-sizing: border-box;
}
.sec03 .gridbox .item_image {
  margin: 0 auto 20px;
}
.sec03 .gridbox .item_image img {
  width: 100%;
}
.sec03 .gridbox .item_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .gridbox {
    width: 904px;
    max-width: 100%;
    margin: 0 auto;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 13.8vw;
    grid-template-columns: repeat(1, 1fr);
    box-sizing: border-box;
  }
  .sec03 .gridbox .item {
    box-sizing: border-box;
  }
  .sec03 .gridbox .item_image {
    margin: 0 auto 4.2vw;
  }
  .sec03 .gridbox .item_image img {
    width: 100%;
  }
  .sec03 .gridbox .item_title {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
  }
}/*# sourceMappingURL=ortho01.css.map */