@charset "UTF-8";
.sec01 .sec_title {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(39px, 5.156vw, 66px);
  font-weight: 300;
  letter-spacing: 0.015em;
  line-height: 1.2;
  text-align: left;
  margin-bottom: clamp(53px, 7.031vw, 90px);
}
.sec01 .imagebox {
  position: relative;
  width: clamp(341px, 44.531vw, 570px);
  height: clamp(253px, 33.046vw, 423px);
  margin: 0 auto;
  padding-left: clamp(29px, 3.906vw, 50px);
  margin-top: clamp(-30px, -2.343vw, -17px);
}
.sec01 .imagebox .circle_box {
  box-sizing: border-box;
  width: clamp(341px, 44.531vw, 570px);
  height: clamp(341px, 44.531vw, 570px);
  position: relative;
  /* 各コンテンツの文字を上向きにする */
  /* 各コンテンツを回転させるアニメーション */
}
.sec01 .imagebox .circle_box .circle_outside {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-image: repeating-conic-gradient(#727171 0% 0.1%, transparent 0.2% 0.5%);
  -webkit-mask-image: radial-gradient(transparent 68%, #727171 68% 70%, transparent 70%);
  mask-image: radial-gradient(transparent 68%, #727171 68% 69%, transparent 69%);
  width: clamp(341px, 44.531vw, 570px);
  height: clamp(341px, 44.531vw, 570px);
}
.sec01 .imagebox .circle_box .circle_inside {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-image: repeating-conic-gradient(#727171 0% 0.1%, transparent 0.2% 0.6%);
  -webkit-mask-image: radial-gradient(transparent 68%, #727171 68% 70%, transparent 70%);
  mask-image: radial-gradient(transparent 68%, #727171 68% 70%, transparent 70%);
  width: clamp(190px, 24.765vw, 317px);
  height: clamp(190px, 24.765vw, 317px);
}
.sec01 .imagebox .circle_box .circle_in_text {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #0076ad;
  width: clamp(79px, 10.312vw, 132px);
  height: clamp(79px, 10.312vw, 132px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec01 .imagebox .circle_box .circle_in_text p {
  font-size: clamp(6px, 0.859vw, 11px);
  color: #fff;
}
.sec01 .imagebox .circle_box .rotate {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(326px, 42.578vw, 545px);
  height: clamp(326px, 42.578vw, 545px);
}
.sec01 .imagebox .circle_box .rotate .rotate-ctn {
  position: relative;
  width: 100%;
  height: 100%;
  animation: 8s linear big-circle 0.33 forwards; /* 大枠を回転させているアニメーション */
}
.sec01 .imagebox .circle_box .rotate .box {
  position: absolute;
  width: clamp(125px, 16.406vw, 210px);
  height: 50%;
  border-radius: 50%;
  transform-origin: 50% 100%;
  border: 1px #92bac2;
}
.sec01 .imagebox .circle_box .rotate .box.box-1 {
  left: 50%;
  transform: translate(-50%, 0);
}
.sec01 .imagebox .circle_box .rotate .box.box-2 {
  left: 50%;
  transform: translate(-50%, 0) rotate(120deg);
}
.sec01 .imagebox .circle_box .rotate .box.box-3 {
  left: 50%;
  transform: translate(-50%, 0) rotate(240deg);
}
.sec01 .imagebox .circle_box .rotate .box .parts {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  width: clamp(125px, 16.406vw, 210px);
  height: 80%;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 2;
}
.sec01 .imagebox .circle_box .rotate .box .parts .t_blue {
  color: #0074aa;
}
.sec01 .imagebox .circle_box .rotate .box .parts .t_small {
  font-size: clamp(6px, 0.859vw, 11px);
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-align: center;
}
.sec01 .imagebox .circle_box .rotate .box.box-1 .parts {
  animation: 8s linear circle1 0.33 forwards;
}
.sec01 .imagebox .circle_box .rotate .box.box-2 .parts {
  animation: 8s linear circle2 0.33 forwards;
}
.sec01 .imagebox .circle_box .rotate .box.box-3 .parts {
  animation: 8s linear circle3 0.33 forwards;
}
@keyframes big-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(240deg);
  }
  100% {
    transform: rotate(-120deg);
  }
}
@keyframes circle3 {
  0% {
    transform: rotate(120deg);
  }
  100% {
    transform: rotate(-240deg);
  }
}
.sec01 .imagebox .line01 {
  content: "";
  position: absolute;
  z-index: -1;
  top: 338px;
  left: 290px;
  background-color: #0074aa;
  width: 0px;
  height: 2px;
  transform-origin: left bottom;
  transform: rotate(200deg);
  animation: line_anim1 3s ease-out forwards;
}
@keyframes line_anim1 {
  0% {
    width: 1px;
  }
  100% {
    width: 248px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    overflow: hidden;
  }
  .sec01 .sec_title {
    font-size: 7.25vw;
    font-weight: 300;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    line-height: 1.8;
    text-align: left;
    margin-bottom: 8vw;
  }
  .sec01 .cont_text {
    text-align: justify;
  }
  .sec01 .imagebox {
    position: relative;
    width: 88.62vw;
    height: 88.62vw;
    margin: 0 auto;
    display: flex;
    padding-left: 0;
    margin-top: 7.5vw;
  }
  .sec01 .imagebox .circle_box {
    box-sizing: border-box;
    width: 90.62vw;
    height: 90.62vw;
    position: relative;
    left: -2vw;
    /* 各コンテンツの文字を上向きにする */
    /* 各コンテンツを回転させるアニメーション */
  }
  .sec01 .imagebox .circle_box .circle_outside {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-image: repeating-conic-gradient(#727171 0% 0.1%, transparent 0.2% 0.5%);
    -webkit-mask-image: radial-gradient(transparent 68%, #727171 68% 70%, transparent 70%);
    mask-image: radial-gradient(transparent 68%, #727171 68% 69%, transparent 69%);
    width: 92.62vw;
    height: 92.62vw;
  }
  .sec01 .imagebox .circle_box .circle_inside {
    content: "";
    position: absolute;
    z-index: 1;
    top: 52%;
    left: 52%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-image: repeating-conic-gradient(#727171 0% 0.1%, transparent 0.2% 0.6%);
    -webkit-mask-image: radial-gradient(transparent 68%, #727171 68% 70%, transparent 70%);
    mask-image: radial-gradient(transparent 68%, #727171 68% 70%, transparent 70%);
    width: 51.51vw;
    height: 51.51vw;
  }
  .sec01 .imagebox .circle_box .circle_in_text {
    content: "";
    position: absolute;
    z-index: 5;
    top: 52%;
    left: 52%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #0076ad;
    width: 21.45vw;
    height: 21.45vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .sec01 .imagebox .circle_box .circle_in_text p {
    font-size: 2.75vw;
    color: #fff;
  }
  .sec01 .imagebox .circle_box .rotate {
    position: absolute;
    z-index: 2;
    top: 52%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 88.56vw;
    height: 88.56vw;
  }
  .sec01 .imagebox .circle_box .rotate .rotate-ctn {
    position: relative;
    width: 100%;
    height: 100%;
    animation: 8s linear big-circle 0.33 forwards; /* 大枠を回転させているアニメーション */
  }
  .sec01 .imagebox .circle_box .rotate .box {
    position: absolute;
    width: 32.12vw;
    height: 50%;
    border-radius: 50%;
    transform-origin: 50% 100%;
    border: 1px #92bac2;
  }
  .sec01 .imagebox .circle_box .rotate .box.box-1 {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec01 .imagebox .circle_box .rotate .box.box-2 {
    left: 50%;
    transform: translate(-50%, 0) rotate(120deg);
  }
  .sec01 .imagebox .circle_box .rotate .box.box-3 {
    left: 50%;
    transform: translate(-50%, 0) rotate(240deg);
  }
  .sec01 .imagebox .circle_box .rotate .box .parts {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    width: 34.12vw;
    height: 77%;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    font-size: 3.5vw;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 2;
  }
  .sec01 .imagebox .circle_box .rotate .box .parts .t_blue {
    color: #0074aa;
  }
  .sec01 .imagebox .circle_box .rotate .box .parts .t_small {
    font-size: 2.75vw;
    letter-spacing: 0.15em;
    line-height: 1.8;
    text-align: center;
  }
  .sec01 .imagebox .circle_box .rotate .box.box-1 .parts {
    animation: 8s linear circle1 0.33 forwards;
  }
  .sec01 .imagebox .circle_box .rotate .box.box-2 .parts {
    animation: 8s linear circle2 0.33 forwards;
  }
  .sec01 .imagebox .circle_box .rotate .box.box-3 .parts {
    animation: 8s linear circle3 0.33 forwards;
  }
  @keyframes big-circle {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes circle1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  @keyframes circle2 {
    0% {
      transform: rotate(240deg);
    }
    100% {
      transform: rotate(-120deg);
    }
  }
  @keyframes circle3 {
    0% {
      transform: rotate(120deg);
    }
    100% {
      transform: rotate(-240deg);
    }
  }
  .sec01 .imagebox .line01 {
    content: "";
    position: absolute;
    z-index: -1;
    top: 54.92vw;
    left: 47.12vw;
    background-color: #0074aa;
    width: 0px;
    height: 0.5vw;
    transform-origin: left bottom;
    transform: rotate(200deg);
    animation: line_anim1 3s ease-out forwards;
  }
  @keyframes line_anim1 {
    0% {
      width: 1px;
    }
    100% {
      width: 40.3vw;
    }
  }
}

.sec02 .sec_header {
  margin-bottom: clamp(17px, 2.343vw, 30px);
}
.sec02 .sec_text {
  margin-bottom: clamp(24px, 3.125vw, 40px);
}
.sec02 .cont01 {
  flex-direction: row-reverse;
}
.sec02 .cont01 .textbox {
  margin-left: clamp(41px, 5.468vw, 70px);
}
.sec02 .cont01 .textbox .cont_title {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(17px, 2.265vw, 29px);
  letter-spacing: 0.1em;
  margin-bottom: clamp(14px, 1.953vw, 25px);
}
.sec02 .cont01 .textbox .cont_list .item {
  letter-spacing: 0.1em;
  padding-left: 1.2em;
  font-size: clamp(10px, 1.406vw, 18px);
  font-feature-settings: "palt";
  text-align: justify;
  position: relative;
}
.sec02 .cont01 .textbox .cont_list .item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #0076AD;
}
.sec02 .cont01 .textbox .cont_list .item:not(:last-of-type) {
  margin-bottom: clamp(11px, 1.562vw, 20px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec_header {
    margin-bottom: 7.5vw;
  }
  .sec02 .sec_text {
    margin-bottom: 4.2vw;
  }
  .sec02 .cont01 .textbox {
    margin-left: initial;
  }
  .sec02 .cont01 .textbox .cont_title {
    font-size: 7.25vw;
    letter-spacing: 0.1em;
    margin-bottom: 6.25vw;
  }
  .sec02 .cont01 .textbox .cont_list {
    margin-bottom: 4.2vw;
  }
  .sec02 .cont01 .textbox .cont_list .item {
    letter-spacing: 0.1em;
    padding-left: 1.2em;
    font-size: 4vw;
    text-align: justify;
    position: relative;
  }
  .sec02 .cont01 .textbox .cont_list .item::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 4vw;
    color: #0076AD;
  }
  .sec02 .cont01 .textbox .cont_list .item:not(:last-of-type) {
    margin-bottom: 5vw;
  }
}

.sec03 .sec_header {
  margin-bottom: clamp(17px, 2.343vw, 30px);
}
.sec03 .sec_text {
  margin-bottom: 0;
}
.sec03 .point_title {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(18px, 2.421vw, 31px);
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  margin-bottom: clamp(17px, 2.343vw, 30px);
}
.sec03 .case_box {
  width: 100%;
  padding-top: clamp(24px, 3.125vw, 40px);
  row-gap: clamp(24px, 3.125vw, 40px);
  -moz-column-gap: clamp(44px, 5.859vw, 75px);
       column-gap: clamp(44px, 5.859vw, 75px);
  grid-template-columns: repeat(3, 1fr);
}
.sec03 .case_box .item {
  display: flex;
  flex-direction: column;
}
.sec03 .case_box .item .item_case_num {
  font-size: clamp(10px, 1.406vw, 18px);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0076ad;
}
.sec03 .case_box .item .item_title {
  height: 3em;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(13px, 1.718vw, 22px);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(8px, 1.171vw, 15px);
}
.sec03 .case_box .item .item_image {
  height: clamp(65px, 8.593vw, 110px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(11px, 1.562vw, 20px);
}
.sec03 .case_box .item .item_text {
  font-size: clamp(10px, 1.406vw, 18px);
  letter-spacing: 0.1em;
  text-align: justify;
  margin-bottom: clamp(8px, 1.171vw, 15px);
}
.sec03 .case_box .item .item_box {
  margin-top: auto;
  padding: clamp(8px, 1.171vw, 15px);
  background-color: #0076ad;
}
.sec03 .case_box .item .item_box .item_sonshitsu {
  font-size: clamp(11px, 1.562vw, 20px);
  color: #fff;
}
.sec03 .case_box .item:nth-of-type(1) .item_image img {
  width: clamp(43px, 5.625vw, 72px);
}
.sec03 .case_box .item:nth-of-type(2) .item_image img {
  width: clamp(75px, 9.843vw, 126px);
}
.sec03 .case_box .item:nth-of-type(3) .item_image img {
  width: clamp(57px, 7.5vw, 96px);
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .sec_header {
    margin-bottom: 7.5vw;
  }
  .sec03 .sec_text {
    margin-bottom: 6vw;
  }
  .sec03 .point_title {
    font-size: 5vw;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    margin-bottom: 7.5vw;
  }
  .sec03 .case_box {
    width: 100%;
    padding-top: 4.2vw;
    row-gap: 13.8vw;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec03 .case_box .item .item_case_num {
    font-size: 4.5vw;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  .sec03 .case_box .item .item_title {
    height: 3em;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    margin-bottom: 3.75vw;
  }
  .sec03 .case_box .item .item_image {
    height: 28vw;
    margin-bottom: 5vw;
  }
  .sec03 .case_box .item .item_text {
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    text-align: justify;
    margin-bottom: 3.75vw;
  }
  .sec03 .case_box .item .item_box {
    margin-top: auto;
    padding: 3.75vw;
  }
  .sec03 .case_box .item .item_box .item_sonshitsu {
    font-size: 5vw;
  }
  .sec03 .case_box .item:nth-of-type(1) .item_image img {
    width: 18vw;
  }
  .sec03 .case_box .item:nth-of-type(2) .item_image img {
    width: 31.5vw;
  }
  .sec03 .case_box .item:nth-of-type(3) .item_image img {
    width: 24vw;
  }
}

.sec04 .sec_header {
  margin-bottom: clamp(17px, 2.343vw, 30px);
}
.sec04 .sec_text {
  margin-bottom: clamp(24px, 3.125vw, 40px);
}
.sec04 .flow_box {
  width: 100%;
}
.sec04 .flow_box .item .item_title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.sec04 .flow_box .item .box {
  position: relative;
}
.sec04 .flow_box .item .box .arrows {
  content: "";
  position: absolute;
  top: -10px;
  left: 45px;
  border-right: 2px solid #0076ad;
  width: 1px;
  height: 130%;
}
.sec04 .flow_box .item .box .arrows::before,
.sec04 .flow_box .item .box .arrows::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% + 1px);
  width: 2px;
  height: 15px;
  border-radius: 9999px;
  background-color: #0076ad;
  transform-origin: 50% calc(100% - 1px);
}
.sec04 .flow_box .item .box .arrows::before {
  transform: rotate(45deg);
}
.sec04 .flow_box .item .box .arrows::after {
  transform: rotate(-45deg);
}
.sec04 .flow_box .item .box .item_text {
  box-sizing: border-box;
  padding-left: clamp(74px, 9.765vw, 125px);
  position: relative;
}
.sec04 .flow_box .item:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec04 .sec_header {
    margin-bottom: 7.5vw;
  }
  .sec04 .sec_text {
    margin-bottom: 4.2vw;
  }
  .sec04 .flow_box {
    margin-bottom: 13.8vw;
  }
  .sec04 .flow_box .item .item_title {
    font-size: 5.3vw;
    margin-bottom: 7.5vw;
  }
  .sec04 .flow_box .item .box {
    position: relative;
  }
  .sec04 .flow_box .item .box .arrows {
    content: "";
    position: absolute;
    top: -2.5vw;
    left: 5.5vw;
    border-right: 2px solid #0076ad;
    width: 1px;
    height: 115%;
  }
  .sec04 .flow_box .item .box .arrows::before,
  .sec04 .flow_box .item .box .arrows::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% + 1px);
    width: 2px;
    height: 15px;
    border-radius: 9999px;
    background-color: #0076ad;
    transform-origin: 50% calc(100% - 1px);
  }
  .sec04 .flow_box .item .box .arrows::before {
    transform: rotate(45deg);
  }
  .sec04 .flow_box .item .box .arrows::after {
    transform: rotate(-45deg);
  }
  .sec04 .flow_box .item .box .item_text {
    box-sizing: border-box;
    padding-left: 13vw;
    position: relative;
  }
  .sec04 .flow_box .item:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
}

.sec05 .sec_header .sec_title, .sec05 .sec_header .sec_subtitle {
  text-align: center;
}
.sec05 .qa_box {
  width: 100%;
}
.sec05 .qa_box .list .item .text_q {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.sec05 .qa_box .list .item .text_q::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.8em;
  height: 100%;
  border-right: 1px solid;
}
.sec05 .qa_box .list .item .text_a {
  box-sizing: border-box;
  padding-left: 4em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 16px;
  text-align: justify;
}
.sec05 .qa_box .item:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec05 {
    margin-bottom: 27.6vw;
  }
  .sec05 .qa_box {
    width: 100%;
  }
  .sec05 .qa_box .list .item .text_q {
    width: 100%;
    padding: 2.5vw 3.75vw;
    margin-bottom: 3.75vw;
    font-size: 4.8vw;
    padding-left: 3em;
    text-indent: -2.5em;
    position: relative;
  }
  .sec05 .qa_box .list .item .text_q::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2.3em;
    height: 100%;
    border-right: 1px solid;
  }
  .sec05 .qa_box .list .item .text_a {
    padding-left: 0.5em;
    padding-right: 0.5em;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-size: 4vw;
    text-align: justify;
  }
  .sec05 .qa_box .item:not(:last-of-type) {
    margin-bottom: 6.25vw;
  }
}

.sec06 {
  /*
  .member_image {
    margin-bottom: clamp(29px, 3.906vw, 50px);
    img {
      width: 100%;
    }
  } */
}
.sec06 .contact_box {
  box-sizing: border-box;
  width: clamp(724px, 94.375vw, 1208px);
  max-width: 94%;
  margin: 0 auto;
  padding: clamp(50px, 6.562vw, 84px) clamp(53px, 7.031vw, 90px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec06 .contact_box .textbox .sec_title {
  margin-bottom: clamp(29px, 3.906vw, 50px);
}
.sec06 .contact_box .textbox .text {
  margin-bottom: clamp(53px, 7.031vw, 90px);
}
.sec06 .contact_box .textbox .link_btn {
  margin-bottom: clamp(17px, 2.343vw, 30px);
}
.sec06 .contact_box .textbox .text_tel {
  font-size: clamp(32px, 4.296vw, 55px);
  font-weight: 200;
  letter-spacing: 0.06em;
}
.sec06 .contact_box .imagebox {
  position: relative;
}
.sec06 .contact_box .imagebox img {
  position: absolute;
  top: clamp(-20px, -1.562vw, -11px);
  left: clamp(96px, 12.5vw, 160px);
  width: clamp(329px, 42.968vw, 550px);
  height: clamp(344px, 44.921vw, 575px);
}
@media screen and (max-width: 767px) {
  .sec06 {
    overflow: hidden;
  }
  .sec06 .contact_box {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 5.5vw;
    display: block;
  }
  .sec06 .contact_box .textbox .sec_title {
    margin-bottom: clamp(29px, 3.906vw, 50px);
  }
  .sec06 .contact_box .textbox .text {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 8vw;
    text-align: justify;
  }
  .sec06 .contact_box .textbox .link_btn {
    margin: 0 auto;
    margin-bottom: clamp(17px, 2.343vw, 30px);
  }
  .sec06 .contact_box .textbox .tel_btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec06 .contact_box .textbox .tel_btn .text_tel {
    font-size: 9.93vw;
    font-weight: 200;
    letter-spacing: 0.06em;
  }
  .sec06 .contact_box .imagebox {
    height: 61.16vw;
    position: relative;
  }
  .sec06 .contact_box .imagebox img {
    position: absolute;
    top: 0;
    left: 11vw;
    width: 103.46vw;
    height: 65.24vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}/*# sourceMappingURL=succession.css.map */