@charset "UTF-8";
.body {
  min-width: 1280px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .body {
    min-width: 375px;
  }
}

.mainvisual {
  position: relative;
  height: clamp(687px, 53.68vw, 773px);
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.mainvisual::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: url(/images/index/key_bg_image.webp) right top/contain no-repeat;
  width: clamp(1280px, 100vw, 100vw);
  height: 773px;
}
.mainvisual .key_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 30s infinite; /* 3画像 × 各10s = 30s */
}
.mainvisual .key_bg01 {
  background: url(/images/index/_key_bg01.webp) center/cover no-repeat;
  background-size: clamp(1280px, 100vw, 100vw), 773px;
}
.mainvisual .key_bg02 {
  background: url(/images/index/_key_bg02.webp) center/cover no-repeat;
  background-size: clamp(1280px, 100vw, 100vw), 773px;
  animation-delay: 10s;
}
.mainvisual .key_bg03 {
  background: url(/images/index/_key_bg03.webp) center/cover no-repeat;
  background-size: clamp(1280px, 100vw, 100vw), 773px;
  animation-delay: 20s;
}
@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mainvisual .key_box {
  width: 100%;
  height: clamp(687px, 53.68vw, 773px);
  padding-top: 50px;
}
.mainvisual .key_box .gridbox {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(3, 3fr);
}
.mainvisual .key_box .gridbox .item {
  background: url(/images/index/main_circle_bg.webp) center/contain no-repeat;
  width: clamp(193px, 15.138vw, 218px);
  height: clamp(193px, 15.138vw, 218px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(21px, 1.666vw, 24px);
  text-align: center;
  color: #fff;
}
.mainvisual .key_box .key_text {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(37px, 2.916vw, 42px);
  text-align: center;
  color: #fff;
  text-shadow: #000000 1px 0 14px;
  margin-bottom: 30px;
}
.mainvisual .key_box .key_text .big_text {
  font-size: clamp(65px, 5.138vw, 74px);
}
.mainvisual .key_box .key_text .dot_text {
  -webkit-text-emphasis: sesame orange;
          text-emphasis: sesame orange;
}
.mainvisual .key_box .gridbox02 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  -moz-column-gap: 0;
       column-gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
.mainvisual .key_box .gridbox02 .item {
  background: url(/images/index/main_diamond_bg.webp) center/contain no-repeat;
  width: clamp(288px, 22.569vw, 325px);
  height: clamp(115px, 9.027vw, 130px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(26px, 2.083vw, 30px);
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-align: center;
  color: #0A295C;
}
.mainvisual .key_box .gridbox02 .item .green_text {
  font-size: clamp(44px, 3.472vw, 50px);
  color: #28B0C8;
}
.mainvisual .side_box {
  position: absolute;
  top: clamp(35px, 2.777vw, 40px);
  right: 0;
  width: clamp(211px, 16.527vw, 238px);
  height: clamp(231px, 18.055vw, 260px);
}
.mainvisual .side_box .tel_link {
  text-align: center;
}
.mainvisual .side_box .tel_link img {
  margin: 0 auto;
}
.mainvisual .side_box .reserve_link {
  text-align: center;
  margin: 0 auto 10px;
}
.mainvisual .side_box .reserve_link img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    position: relative;
    height: 190vw;
    margin: 0 auto 20.7vw;
    overflow: hidden;
  }
  .mainvisual::before {
    top: 21.33vw;
    background: url(/images/index/key_bg_image_sp.webp) center top/contain no-repeat;
    width: 101.5vw;
    height: 138.66vw;
  }
  .mainvisual .key_bg {
    position: absolute;
    z-index: -1;
    top: 21.33vw;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: bgAnime 30s infinite; /* 3画像 × 各10s = 30s */
  }
  .mainvisual .key_bg01 {
    background: url(/images/index/key_bg01_sp.webp);
    background-size: 100.1vw, 160vw;
    background-repeat: no-repeat;
  }
  .mainvisual .key_bg02 {
    background: url(/images/index/key_bg02_sp.webp);
    background-size: 100.1vw, 160vw;
    background-repeat: no-repeat;
    animation-delay: 10s;
  }
  .mainvisual .key_bg03 {
    background: url(/images/index/key_bg03_sp.webp);
    background-size: 100.1vw, 160vw;
    background-repeat: no-repeat;
    animation-delay: 20s;
  }
  @keyframes bgAnime {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    55% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .mainvisual .key_box {
    width: 100%;
    height: 167.66vw;
    padding-top: 22vw;
  }
  .mainvisual .key_box .gridbox {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: initial;
    position: relative;
  }
  .mainvisual .key_box .gridbox .item {
    background: url(/images/index/main_circle_bg.webp) center/contain no-repeat;
    width: 39.73vw;
    height: 39.73vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.26vw;
    text-align: center;
    color: #fff;
    position: absolute;
  }
  .mainvisual .key_box .gridbox .item:nth-of-type(1) {
    top: 36.67vw;
    right: 10vw;
  }
  .mainvisual .key_box .gridbox .item:nth-of-type(2) {
    top: 22.67vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainvisual .key_box .gridbox .item:nth-of-type(3) {
    top: 36.67vw;
    left: 10vw;
  }
  .mainvisual .key_box .key_text {
    padding-top: 70vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.06vw;
    letter-spacing: 0;
    line-height: 2;
    text-align: center;
    color: #fff;
    text-shadow: #000000 1px 0 14px;
    margin-bottom: 30px;
  }
  .mainvisual .key_box .key_text .big_text {
    font-size: 9.86vw;
  }
  .mainvisual .key_box .key_text .dot_text {
    -webkit-text-emphasis: sesame orange;
            text-emphasis: sesame orange;
  }
  .mainvisual .key_box .key_text02 {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -4vw;
    margin-left: 12vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.06vw;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    text-shadow: #000000 1px 0 14px;
    margin-bottom: 2.4vw;
  }
  .mainvisual .key_box .key_text02 .big_text {
    font-size: 9.86vw;
  }
  .mainvisual .key_box .key_text02 .middle_text {
    font-size: 6.93vw;
  }
  .mainvisual .key_box .key_text02 .dot_text {
    -webkit-text-emphasis: sesame orange;
            text-emphasis: sesame orange;
  }
  .mainvisual .key_box {
    position: relative;
  }
  .mainvisual .key_box .gridbox02 {
    position: absolute;
    z-index: 3;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: initial;
    position: relative;
  }
  .mainvisual .key_box .gridbox02 .item {
    position: absolute;
    background: url(/images/index/main_diamond_bg.webp) center/contain no-repeat;
    width: 53.86vw;
    height: 19.73vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.53vw;
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-align: center;
    color: #0A295C;
  }
  .mainvisual .key_box .gridbox02 .item .green_text {
    font-size: 7.46vw;
    color: #28B0C8;
  }
  .mainvisual .key_box .gridbox02 .item:nth-of-type(1) {
    top: 0vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainvisual .key_box .gridbox02 .item:nth-of-type(2) {
    top: 22vw;
    right: -4vw;
  }
  .mainvisual .key_box .gridbox02 .item:nth-of-type(3) {
    top: 22vw;
    left: -4vw;
  }
}

.key {
  position: relative;
  height: 53.68vw;
  box-sizing: border-box;
  overflow: hidden;
}
.key .cont {
  position: relative;
  width: 100%;
  height: 53.68vw;
}
.key .key_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 53.68vw;
}
.key .cont01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.key .cont01:before {
  display: none;
}
.key .cont01 .key_bg {
  background: url(/images/index/key_bg01.webp) center/cover no-repeat;
}
.key .cont02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.key .cont02 .key_bg {
  background: url(/images/index/key_bg02.webp) center/cover no-repeat;
}
.key .cont03 {
  position: relative;
  display: flex;
  justify-content: center;
}
.key .cont03 .key_bg {
  background: url(/images/index/key_bg03.webp) center/cover no-repeat;
}
.soudankai {
  width: 1118px;
  max-width: 100%;
  margin: 0 auto 100px;
}
.soudankai .soudankai_banner {
  width: 1118px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .soudankai {
    width: 100%;
    margin: 0 auto 13.8vw;
  }
  .soudankai .soudankai_banner {
    width: 93.33vw;
  }
  .soudankai .soudankai_banner a img {
    width: 100%;
  }
}

.info_box {
  margin: 0 auto 160px;
}
.info_box .wrapper {
  width: 1360px;
  max-width: 100%;
  margin: 0 auto;
}
.info_box .wrapper .leftbox {
  width: 51%;
  margin-right: 20px;
}
.info_box .wrapper .leftbox .text01 {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.info_box .wrapper .leftbox .tel_link {
  margin-right: 20px;
}
.info_box .wrapper .rightbox {
  width: 48%;
}
.info_box .wrapper .rightbox .timetable {
  width: 100%;
}
.info_box .wrapper .rightbox .timetable img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .info_box {
    margin: 0 auto 27.6vw;
  }
  .info_box .wrapper {
    width: 100%;
  }
  .info_box .wrapper .leftbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .info_box .wrapper .leftbox .text01 {
    font-size: 5.6vw;
    margin-bottom: 4.2vw;
  }
  .info_box .wrapper .leftbox .tel_link {
    margin-right: 0;
    text-align: center;
    margin-bottom: 6vw;
  }
  .info_box .wrapper .leftbox .tel_link img {
    width: 88.53vw;
    margin: 0 auto;
  }
  .info_box .wrapper .leftbox .reserve_link {
    text-align: center;
    margin: 0 auto;
  }
  .info_box .wrapper .leftbox .reserve_link img {
    width: 88.53vw;
    margin: 0 auto;
  }
  .info_box .wrapper .rightbox {
    width: 100%;
  }
  .info_box .wrapper .rightbox .timetable {
    width: 93.33vw;
    margin: 0 auto;
  }
  .info_box .wrapper .rightbox .timetable img {
    width: 100%;
    height: 100%;
  }
}

.sec01 {
  padding-bottom: 100px;
}
.sec01 .contbox {
  width: 1440px;
  max-width: 100%;
  position: relative;
}
.sec01 .contbox::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  background: url(/images/index/sec01_kazari01.webp) center/contain no-repeat;
  width: 260px;
  height: 260px;
}
.sec01 .contbox::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  background: url(/images/index/sec01_kazari02.webp) center/contain no-repeat;
  width: 260px;
  height: 260px;
}
.sec01 .contbox .textbox {
  width: 718px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
}
.sec01 .contbox .textbox .title {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
  line-height: 1.8;
  margin-bottom: 60px;
  position: relative;
}
.sec01 .contbox .textbox .title::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/sec01_title_bg.webp) center/contain no-repeat;
  width: 552px;
  height: 29px;
}
.sec01 .contbox .textbox .list {
  max-width: 60%;
  padding-left: 2em;
}
.sec01 .contbox .textbox .list .item {
  width: 670px;
  text-indent: 2em;
  font-size: 28px;
  color: #2063A6;
  text-wrap: nowrap;
  letter-spacing: 0.2em;
  font-feature-settings: "palt" 1;
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
  margin-bottom: 25px;
  position: relative;
}
.sec01 .contbox .textbox .list .item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background: url(/images/index/check_icon.webp) center/contain no-repeat;
  width: 45px;
  height: 35px;
}
.sec01 .contbox .imagebox {
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
    overflow: hidden;
  }
  .sec01 .contbox {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .sec01 .contbox::before {
    display: none;
  }
  .sec01 .contbox::after {
    display: none;
  }
  .sec01 .contbox .textbox {
    box-sizing: border-box;
    width: 100%;
    position: block;
    top: 0;
    transform: initial;
    left: 0;
    position: relative;
  }
  .sec01 .contbox .textbox::before {
    content: "";
    position: absolute;
    top: -16vw;
    left: 0;
    background: url(/images/index/sec01_kazari01.webp) center/contain no-repeat;
    width: 27.2vw;
    height: 27.2vw;
  }
  .sec01 .contbox .textbox::after {
    content: "";
    position: absolute;
    bottom: -10.66vw;
    right: 0;
    background: url(/images/index/sec01_kazari02.webp) center/contain no-repeat;
    width: 27.2vw;
    height: 27.2vw;
  }
  .sec01 .contbox .textbox .title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 5.13vw;
    letter-spacing: -0.02em;
    line-height: 1.8;
    margin-bottom: 13.8vw;
    position: relative;
  }
  .sec01 .contbox .textbox .title::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -10vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/sec01_title_bg.webp) center/contain no-repeat;
    width: 68.8vw;
    height: 7.73vw;
  }
  .sec01 .contbox .textbox .imagebox {
    position: relative;
    z-index: 0;
    text-align: center;
    width: 96vw;
    margin: 0 auto 4.2vw;
  }
  .sec01 .contbox .textbox .imagebox .image {
    margin: 0 auto;
  }
  .sec01 .contbox .textbox .list {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
  }
  .sec01 .contbox .textbox .list .item {
    box-sizing: border-box;
    width: 100%;
    text-indent: 0;
    padding-left: 2.4em;
    font-size: 4.8vw;
    color: #2063A6;
    text-wrap: wrap;
    letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
    padding-bottom: 2.13vw;
    border-bottom: 0.26vw solid #999999;
    margin-bottom: 6.66vw;
    position: relative;
  }
  .sec01 .contbox .textbox .list .item::before {
    content: "";
    position: absolute;
    top: 0.8vw;
    left: 0;
    background: url(/images/index/check_icon.webp) center/contain no-repeat;
    width: 8vw;
    height: 6.66vw;
  }
}

.sec02 {
  padding-bottom: 100px;
}
.sec02 .inner {
  padding: 0;
}
.sec02 .sec_title {
  width: 1440px;
  height: 237px;
  max-width: 100%;
  background: linear-gradient(180deg, rgb(32, 99, 166) 0%, rgba(32, 99, 166, 0.5) 75%, rgba(32, 99, 166, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-shadow: #000000 1px 0 14px;
  margin-bottom: 80px;
}
.sec02 .diamond_list {
  width: 1325px;
  max-width: 100%;
  margin: 0 auto 200px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.sec02 .diamond_list .item {
  width: 100%;
  height: 94px;
  background-color: #3470AC;
  transform: skewX(-24deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .diamond_list .item p {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  transform: skewX(24deg);
  color: #fff;
}
.sec02 .diamond_list .item p .w_text {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}
.sec02 .diamond_list .item p .b_text {
  font-size: 30px;
  font-weight: 600;
  color: #71EAFF;
}
.sec02 .diamond_list {
  position: relative;
}
.sec02 .diamond_list::before {
  content: "";
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/sec02_triangle.webp) center/contain no-repeat;
  width: 508px;
  height: 106px;
}
.sec02 .list_under_text {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 120px;
}
.sec02 .s_text {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 32px;
  font-weight: 600;
}
.sec02 .bl_text {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 42px;
  font-weight: 600;
  color: #2063A6;
}
.sec02 .u_text {
  background: linear-gradient(transparent 83%, #EDDD98 50%);
}
.sec02 .for_you_text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 44px;
  text-align: center;
  color: #2063A6;
  position: relative;
}
.sec02 .for_you_text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -268px;
  border: 1px solid #2063A6;
  width: 238px;
}
.sec02 .for_you_text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -268px;
  border: 1px solid #2063A6;
  width: 238px;
}
.sec02 .im_lost_text {
  padding: 90px 0 50px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #2063A6;
  text-shadow: rgba(255, 255, 255, 0.17) 1px 0 14px;
}
.sec02 .i_text {
  padding: 90px 15px 50px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 40px;
  font-weight: 600;
  color: #2063A6;
  text-shadow: rgba(255, 255, 255, 0.17) 1px 0 14px;
  transform: rotate(-5deg);
  position: relative;
}
.sec02 .i_text::before {
  content: "";
  position: absolute;
  top: 40px;
  right: -32px;
  background: url(/images/index/sec02_kazari01.webp) center/contain no-repeat;
  width: 49px;
  height: 68px;
}
.sec02 .circle_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .circle_list .item {
  background: url(/images/index/sec02_item_bg.webp) center/contain no-repeat;
  width: 260px;
  height: 258px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.sec02 .circle_list01 {
  position: relative;
}
.sec02 .circle_list01::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -190px;
  left: 0;
  background: url(/images/index/sec02_bg_image.webp) center/contain no-repeat;
  width: 568px;
  height: 507px;
}
.sec02 .circle_list02 {
  padding-bottom: 80px;
}
.sec02 .doctor_box {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .doctor_box .textbox {
  width: 70%;
}
.sec02 .doctor_box .textbox .text01 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 39px;
  letter-spacing: 0em;
  line-height: 1.3;
  text-align: center;
  color: #2063A6;
  text-wrap: nowrap;
  margin-bottom: 40px;
}
.sec02 .doctor_box .textbox .text02 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}
.sec02 .doctor_box .imagebox {
  width: 30%;
  max-width: 30%;
  min-width: 30%;
}
.sec02 .doctor_box .imagebox .President_pic {
  position: relative;
}
.sec02 .doctor_box .imagebox .President_pic .box {
  content: "";
  position: absolute;
  bottom: -25px;
  right: -60px;
  background-color: #2063A6;
  width: 535px;
  height: 109px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec02 .doctor_box .imagebox .President_pic .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom right, #fff 48%, transparent 52%);
  width: 35px;
  height: 109px;
}
.sec02 .doctor_box .imagebox .President_pic .text01 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 19px;
  text-align: center;
  color: #fff;
}
.sec02 .doctor_box .imagebox .President_pic .text02 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .sec02 .diamond_list {
    width: 1200px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 20px;
    margin: 0 0 200px 36px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .sec_title {
    width: 100%;
    height: 48vw;
    max-width: 100%;
    background: linear-gradient(180deg, rgb(32, 99, 166) 0%, rgba(32, 99, 166, 0.5) 75%, rgba(32, 99, 166, 0) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6.4vw;
    text-shadow: #000000 1px 0 14px;
    margin-bottom: 0;
  }
  .sec02 .diamond_list {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 27.6vw;
    display: grid;
    gap: 3.46vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec02 .diamond_list .item {
    width: 85.33vw;
    height: 13.33vw;
    margin: 0 auto;
    background-color: #3470AC;
    transform: skewX(-24deg);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec02 .diamond_list .item p {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    transform: skewX(24deg);
  }
  .sec02 .diamond_list .item p .w_text {
    font-size: 5.6vw;
  }
  .sec02 .diamond_list .item p .b_text {
    font-size: 5.6vw;
  }
  .sec02 .diamond_list {
    position: relative;
  }
  .sec02 .diamond_list::before {
    content: "";
    position: absolute;
    bottom: -20.7vw;
    width: 61.06vw;
    height: 14.66vw;
  }
  .sec02 .list_under_text {
    font-size: 6.4vw;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 20.7vw;
  }
  .sec02 .s_text {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.06vw;
    letter-spacing: 0.1em;
  }
  .sec02 .bl_text {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6.4vw;
  }
  .sec02 .u_text {
    background: linear-gradient(transparent 83%, #EDDD98 50%);
  }
  .sec02 .for_you_text {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 6.4vw;
    line-height: 1.4;
    position: relative;
  }
  .sec02 .for_you_text::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -18.66vw;
    border: 0.26vw solid #2063A6;
    width: 18.66vw;
  }
  .sec02 .for_you_text::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18.66vw;
    border: 0.26vw solid #2063A6;
    width: 18.66vw;
  }
  .sec02 .flexbox_sp {
    width: 72vw;
    margin: 6vw auto 10vw;
    display: block;
  }
  .sec02 .wrap {
    display: flex;
    align-items: flex-start;
  }
  .sec02 .im_lost_text {
    text-wrap: nowrap;
    padding: 3vw 0;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.6vw;
    text-shadow: rgba(255, 255, 255, 0.17) 1px 0 14px;
  }
  .sec02 .i_text {
    width: -moz-fit-content;
    width: fit-content;
    text-wrap: nowrap;
    padding: 0;
    margin-left: 1.2em;
    font-size: 7.46vw;
    text-shadow: rgba(255, 255, 255, 0.17) 1px 0 14px;
    transform: rotate(-5deg);
    position: relative;
  }
  .sec02 .i_text::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8.53vw;
    right: initial;
    background: url(/images/index/sec02_kazari01.webp) center/contain no-repeat;
    width: 6.66vw;
    height: 9.33vw;
  }
  .sec02 .circle_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec02 .circle_list .item {
    box-sizing: border-box;
    background: url(/images/index/sec02_item_bg.webp) center/contain no-repeat;
    width: 48.93vw;
    height: 48.93vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.8vw;
    text-align: center;
    color: #fff;
    letter-spacing: 0.01em;
  }
  .sec02 .circle_list01 {
    position: relative;
  }
  .sec02 .circle_list01::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -190px;
    left: 0;
    background: url(/images/index/sec02_bg_image.webp) center/contain no-repeat;
    width: 70.59vw;
    height: 62.93vw;
  }
  .sec02 .circle_list01, .sec02 .circle_list02 {
    padding-bottom: 4.2vw;
  }
  .sec02 .circle_list02 .item {
    padding-bottom: 1.2em;
    padding-left: 0.1vw;
  }
  .sec02 .circle_list03 {
    padding-bottom: 20.7vw;
  }
  .sec02 .doctor_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10vw;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .sec02 .doctor_box .textbox {
    width: 100%;
    padding-bottom: 40vw;
  }
  .sec02 .doctor_box .textbox .text01 {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.6vw;
    letter-spacing: 0em;
    line-height: 1.3;
    text-align: center;
    color: #2063A6;
    text-wrap: wrap;
    margin-bottom: 10.66vw;
  }
  .sec02 .doctor_box .textbox .text02 {
    padding-right: 9em;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: center;
  }
  .sec02 .doctor_box {
    position: relative;
  }
  .sec02 .doctor_box .imagebox {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    max-width: 80%;
    min-width: 80%;
  }
  .sec02 .doctor_box .imagebox .President_pic {
    width: 61.33vw;
    margin-left: auto;
    position: relative;
  }
  .sec02 .doctor_box .imagebox .President_pic .box {
    content: "";
    position: absolute;
    bottom: -15vw;
    right: 0vw;
    background-color: #2063A6;
    width: 80vw;
    height: 25.86vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sec02 .doctor_box .imagebox .President_pic .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom right, #fff 48%, transparent 52%);
    width: 35px;
    height: 109px;
  }
  .sec02 .doctor_box .imagebox .President_pic .text01 {
    padding-left: 1.5em;
    line-height: 1.2;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.26vw;
    text-align: center;
    color: #fff;
  }
  .sec02 .doctor_box .imagebox .President_pic .text02 {
    padding-left: 1em;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.6vw;
    text-align: center;
    color: #fff;
  }
  .sec02 .doctor_box .imagebox .President_pic .text02 span {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    text-align: center;
    color: #fff;
  }
}

.sec03 {
  background: url(/images/index/sec03_bg_image.webp) center top/contain no-repeat;
  padding: 10px;
  padding-bottom: 130px;
  position: relative;
}
.sec03 .sec_title {
  letter-spacing: 0.03em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 130px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
}
.sec03 .subtitle {
  margin-top: -10px;
  letter-spacing: 0.04em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 33px;
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 80px;
}
.sec03 .g_text {
  font-size: 54px;
  background: linear-gradient(45deg, #877e56 0%, #eddd98 31%, #eddd98 75%, #877e56 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.sec03 .case_text {
  position: absolute;
  top: 130px;
  right: 0px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 130px;
  letter-spacing: 0.2em;
  text-align: right;
  color: rgba(255, 255, 255, 0.3);
}
.sec03 .gridbox {
  width: 1250px;
  max-width: 100%;
  margin: 0 auto 100px;
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 80px;
  grid-template-columns: repeat(2, 575px);
}
.sec03 .gridbox .case_item {
  width: 575px;
  max-width: 100%;
}
.sec03 .gridbox .case_item .item_title {
  box-sizing: border-box;
  display: block;
  width: 133px;
  padding: 5px 20px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #2063A6;
  margin-bottom: 15px;
}
.sec03 .gridbox .case_item .case_image_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.sec03 .gridbox .case_item .case_image_box .before_image, .sec03 .gridbox .case_item .case_image_box .after_image {
  width: 266px;
  height: 176px;
}
.sec03 .gridbox .case_item .case_image_box .before_image {
  position: relative;
}
.sec03 .gridbox .case_item .case_image_box .before_image::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -34px;
  background: url(/images/index/sec03_arrow.webp) center/contain no-repeat;
  width: 22px;
  height: 20px;
}
.sec03 .gridbox .case_item .line {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 5px;
}
.sec03 .gridbox .case_item .line .line_title {
  box-sizing: border-box;
  display: block;
  width: 115px;
  max-width: 115px;
  min-width: 115px;
  margin-right: 1em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #2063A6;
}
.sec03 .gridbox .case_item .line .line_text {
  padding-top: 5px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #000;
}
.sec03 .flexbox {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
.sec03 .item_btn {
  width: 440px;
  margin: 0 auto;
  background-color: #E2F2F5;
  border: 0px solid #2063A6;
}
.sec03 .item_btn a {
  font-size: 24px;
  font-weight: 600;
  color: #2063A6;
}
.sec03 .item_btn a::before {
  background: url(/images/index/btn_arrow06.webp) center/contain no-repeat;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .sec03 .gridbox {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    background: url(/images/index/sec03_bg_image_sp.webp) center top/contain no-repeat;
    padding-bottom: initial;
    padding: 5.5vw 0 20.7vw;
    overflow: hidden;
  }
  .sec03 .inner {
    box-sizing: border-box;
    width: 100%;
  }
  .sec03 .sec_title {
    font-size: 10.66vw;
    padding: 0 5vw;
    color: rgba(255, 255, 255, 0.3);
  }
  .sec03 .subtitle {
    font-size: 4.8vw;
    letter-spacing: 0.06em;
    padding: 0 4vw;
    color: #fff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  }
  .sec03 .g_text {
    font-size: 6.4vw;
    background: linear-gradient(45deg, #877e56 0%, #eddd98 31%, #eddd98 75%, #877e56 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
  .sec03 .case_text {
    margin-top: -3vw;
    margin-bottom: 4.2vw;
    font-size: 10.66vw;
    letter-spacing: 0.2em;
    text-align: right;
    color: rgba(255, 255, 255, 0.3);
  }
  .sec03 .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 13.8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec03 .gridbox .case_item {
    width: 88.53vw;
    margin: 0 auto;
    max-width: 100%;
  }
  .sec03 .gridbox .case_item .item_title {
    box-sizing: border-box;
    display: block;
    width: 31.2vw;
    padding: 1.33vw 5.33vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.26vw;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    background-color: #2063A6;
    margin-bottom: 4.2vw;
  }
  .sec03 .gridbox .case_item .case_image_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .sec03 .gridbox .case_item .case_image_box .before_image, .sec03 .gridbox .case_item .case_image_box .after_image {
    width: 38.933vw;
    height: 26.133vw;
  }
  .sec03 .gridbox .case_item .case_image_box .before_image img, .sec03 .gridbox .case_item .case_image_box .after_image img {
    width: 100%;
  }
  .sec03 .gridbox .case_item .case_image_box .before_image {
    position: relative;
  }
  .sec03 .gridbox .case_item .case_image_box .before_image::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -9.066vw;
    background: url(/images/index/sec03_arrow.webp) center/contain no-repeat;
    width: 5.866vw;
    height: 5.333vw;
  }
  .sec03 .gridbox .case_item .line {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 1.33vw;
  }
  .sec03 .gridbox .case_item .line .line_title {
    box-sizing: border-box;
    display: block;
    width: 26.66vw;
    max-width: 26.66vw;
    min-width: 26.66vw;
    margin-right: 1em;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.26vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #2063A6;
  }
  .sec03 .gridbox .case_item .line .line_text {
    padding-top: 1.33vw;
    font-size: 4.26vw;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #000;
  }
  .sec03 .flexbox {
    width: 93.33vw;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec03 .item_btn {
    width: 80vw;
    margin: 0 auto;
    background-color: #E2F2F5;
    border-radius: 10vw;
    border: 0px solid #2063A6;
  }
  .sec03 .item_btn a {
    display: block;
    font-size: 5.6vw;
    font-size: 4.8vw;
    font-weight: 600;
    padding: 3vw 13.33vw 3vw 6.66vw;
    line-height: 1.2;
    color: #2063A6;
  }
  .sec03 .item_btn a::before {
    background: url(/images/index/btn_arrow06.webp) center/contain no-repeat;
  }
  .sec03 .item_btn:nth-of-type(1) {
    margin-bottom: 4.2vw;
  }
}

.sec04 {
  padding-bottom: 100px;
}
.sec04 .sec_body {
  padding: 0 !important;
}
.sec04 .sec_title {
  width: 580px;
  max-width: 100%;
  margin: 0 auto 100px;
}
.sec04 .sec_title img {
  width: 100%;
}
.sec04 .cont {
  width: 1285px;
  display: block;
  margin-bottom: 100px;
}
.sec04 .textbox {
  width: 55%;
}
.sec04 .textbox .title_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.sec04 .textbox .title_box .num {
  width: 112px;
  margin-right: 20px;
}
.sec04 .textbox .title_box .cont_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 0;
  font-feature-settings: "palt";
}
.sec04 .imagebox {
  width: 45%;
  max-width: 45%;
  min-width: 45%;
}
.sec04 .upper_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}
.sec04 .item_btn {
  border-radius: 30px;
}
.sec04 .item_btn a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 50px 15px 25px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.sec04 .item_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 40px;
  height: 40px;
}
.sec04 .cont01 .upper_box .textbox {
  margin-right: 30px;
}
.sec04 .cont01 .upper_box .imagebox {
  position: relative;
}
.sec04 .cont01 .upper_box .imagebox .circle_text {
  position: absolute;
  bottom: 40px;
  left: 0;
  background: url(/images/index/sec04_image01_circle.webp) center/contain no-repeat;
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 25px;
  text-align: center;
  color: #fff;
}
.sec04 .cont01 .upper_box .imagebox .circle_text01 {
  left: 10px;
}
.sec04 .cont01 .upper_box .imagebox .circle_text02 {
  left: 200px;
}
.sec04 .cont01 .upper_box .imagebox .circle_text03 {
  left: 390px;
}
.sec04 .cont01 .lowwer_box {
  position: relative;
}
.sec04 .cont01 .lowwer_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -60px;
  left: -60px;
  background: url(/images/index/sec04_cont01_list_title_bg.webp) center/contain no-repeat;
  width: 616px;
  height: 508px;
}
.sec04 .cont01 .lowwer_box .title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  text-align: center;
  color: #207C89;
  margin-bottom: 40px;
}
.sec04 .cont01 .lowwer_box .gridbox {
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.sec04 .cont01 .lowwer_box .gridbox .item {
  width: 367px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.sec04 .cont01 .lowwer_box .gridbox .item .subtitle {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #444444;
}
.sec04 .cont01 .lowwer_box .gridbox .item .item_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #207C89;
  margin-bottom: 20px;
}
.sec04 .cont01 .lowwer_box .gridbox .item .item_image {
  margin-bottom: 20px;
}
.sec04 .cont01 .lowwer_box .gridbox .item .item_image img {
  width: 100%;
}
.sec04 .cont01 .lowwer_box .gridbox .item .item_text {
  flex-grow: 1;
  margin-bottom: 30px;
}
.sec04 .cont01 .lowwer_box .gridbox .item .item_btn {
  border: 1px solid #207C89;
}
.sec04 .cont01 .lowwer_box .gridbox .item .item_btn a {
  color: #207C89;
}
.sec04 .cont01 .lowwer_box .gridbox .item .item_btn a::before {
  background: url(/images/index/btn_arrow01.webp) center/contain no-repeat;
}
.sec04 .cont02 .upper_box {
  flex-direction: row-reverse;
}
.sec04 .cont02 .upper_box .textbox {
  margin-left: 30px;
}
.sec04 .cont02 .upper_box .textbox .cont_text {
  margin-bottom: 60px;
}
.sec04 .cont02 .upper_box .textbox .item_btn {
  width: 460px;
  margin: 0 auto;
}
.sec04 .cont02 .lowwer_box .title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  text-align: center;
  color: #2063A6;
  margin-bottom: 40px;
}
.sec04 .cont02 .lowwer_box .gridbox {
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.sec04 .cont02 .lowwer_box .gridbox .item {
  width: 605px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.sec04 .cont02 .lowwer_box .gridbox .item .item_image {
  text-align: center;
  padding-bottom: 55px;
  margin-bottom: 20px;
  position: relative;
}
.sec04 .cont02 .lowwer_box .gridbox .item .item_image::before {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/sec04_cont02_list_bk.webp) center/contain no-repeat;
  width: 603px;
  height: 112px;
}
.sec04 .cont02 .lowwer_box .gridbox .item .item_image .item_title_box {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/sec04_cont02_list_bk.webp) center/contain no-repeat;
  width: 603px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec04 .cont02 .lowwer_box .gridbox .item .item_image .item_title_box .subtitle {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.sec04 .cont02 .lowwer_box .gridbox .item .item_image .item_title_box .item_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.sec04 .cont02 .lowwer_box .gridbox .item .item_text {
  flex-grow: 1;
  margin-bottom: 30px;
}
.sec04 .cont02 .lowwer_box .gridbox .item .item_btn {
  width: 332px;
  margin: 0 auto;
}
.sec04 .cont02 .item_btn {
  border: 1px solid #2063A6;
}
.sec04 .cont02 .item_btn a {
  color: #2063A6;
}
.sec04 .cont02 .item_btn a::before {
  background: url(/images/index/btn_arrow02.webp) center/contain no-repeat;
}
.sec04 .cont03 .upper_box .textbox {
  margin-right: 30px;
}
.sec04 .cont03 .upper_box .textbox .cont_text {
  margin-bottom: 60px;
}
.sec04 .cont03 .upper_box .textbox .item_btn {
  width: 332px;
  margin: 0 auto 20px;
}
.sec04 .cont03 .upper_box .imagebox {
  position: relative;
}
.sec04 .cont03 .upper_box .imagebox .circle_text01 {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 650px;
  height: 284px;
}
.sec04 .cont03 .lowwer_box .title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  text-align: center;
  color: #2063A6;
  margin-bottom: 40px;
}
.sec04 .cont03 .lowwer_box .gridbox {
  box-sizing: border-box;
  width: clamp(1142px, 89.236vw, 1285px);
  max-width: 100%;
  margin: 0 auto;
  -moz-column-gap: clamp(35px, 2.777vw, 40px);
       column-gap: clamp(35px, 2.777vw, 40px);
  grid-template-columns: repeat(2, 1fr);
}
.sec04 .cont03 .lowwer_box .gridbox .item {
  width: clamp(539px, 42.152vw, 607px);
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.sec04 .cont03 .lowwer_box .gridbox .item .item_image {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.sec04 .cont03 .lowwer_box .gridbox .item .item_image .item_title_box {
  content: "";
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  width: clamp(347px, 27.152vw, 391px);
  height: clamp(232px, 18.194vw, 262px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec04 .cont03 .lowwer_box .gridbox .item .item_image .item_title_box .subtitle {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.sec04 .cont03 .lowwer_box .gridbox .item .item_image .item_title_box .subtitle::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -25px;
  background: url(/images/index/sec04_cont03_list_kazari.webp) center/contain no-repeat;
  width: 102px;
  height: 102px;
}
.sec04 .cont03 .lowwer_box .gridbox .item .item_image .item_title_box .item_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
.sec04 .cont03 .lowwer_box .gridbox .item .item_image .item_title_box01 {
  left: 0;
}
.sec04 .cont03 .lowwer_box .gridbox .item .item_image .item_title_box02 {
  right: 0;
}
.sec04 .cont03 .lowwer_box .gridbox .item .item_text {
  flex-grow: 1;
  margin-bottom: 30px;
}
.sec04 .cont03 .lowwer_box .gridbox .item .item_btn {
  width: 404px;
  margin: 0 auto;
}
.sec04 .cont03 .item_btn {
  border: 1px solid #2063A6;
}
.sec04 .cont03 .item_btn a {
  color: #2063A6;
}
.sec04 .cont03 .item_btn a::before {
  background: url(/images/index/btn_arrow02.webp) center/contain no-repeat;
}
.sec04 .cont04 .upper_box {
  margin-bottom: 200px;
  flex-direction: row-reverse;
}
.sec04 .cont04 .upper_box .textbox {
  margin-left: 30px;
}
.sec04 .cont04 .upper_box .textbox .cont_text {
  margin-bottom: 60px;
}
.sec04 .cont04 .upper_box .textbox .item_btn {
  width: 495px;
  margin: 0 auto;
  border: 1px solid #2063A6;
}
.sec04 .cont04 .upper_box .textbox .item_btn a {
  color: #2063A6;
}
.sec04 .cont04 .upper_box .textbox .item_btn a::before {
  background: url(/images/index/btn_arrow02.webp) center/contain no-repeat;
}
.sec04 .cont04 .upper_box .imagebox {
  position: relative;
}
.sec04 .cont04 .upper_box .imagebox .circle_text {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 252px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 25px;
  text-align: center;
  color: #fff;
}
.sec04 .cont04 .upper_box .imagebox .circle_text01 {
  left: -40px;
  background: url(/images/index/sec04_image04_circle01.webp) center/contain no-repeat;
  width: 252px;
  height: 298px;
}
.sec04 .cont04 .upper_box .imagebox .circle_text02 {
  left: 240px;
  background: url(/images/index/sec04_image04_circle02.webp) center/contain no-repeat;
  width: 252px;
  height: 278px;
}
.sec04 .cont04 .lowwer_box {
  width: 1155px;
  max-width: 100%;
  margin: 0 auto 120px;
}
.sec04 .cont04 .lowwer_box .title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  padding-left: 120px;
  margin-bottom: 80px;
  position: relative;
}
.sec04 .cont04 .lowwer_box .title::before {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/sec04_cont04_title_kazari.webp) center/contain no-repeat;
  width: 552px;
  height: 29px;
}
.sec04 .cont04 .lowwer_box .title .big_text {
  font-size: 38px;
  letter-spacing: 0.1em;
}
.sec04 .cont04 .lowwer_box .column_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #F1F1F1;
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.15);
  position: relative;
}
.sec04 .cont04 .lowwer_box .column_box::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 10px;
  background: url(/images/index/text_check.webp) center/contain no-repeat;
  width: 234px;
  height: 60px;
}
.sec04 .cont04 .lowwer_box .column_box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -186px;
  left: 63px;
  background: url(/images/index/sec04_cont04_column_staff.webp) center/contain no-repeat;
  width: 117px;
  height: 223px;
}
.sec04 .cont04 .lowwer_box .column_box .textbox {
  margin-right: 30px;
}
.sec04 .cont04 .lowwer_box .column_box .textbox .column_text {
  line-height: 2.4;
}
.sec04 .cont05 {
  display: flex;
  align-items: flex-start;
}
.sec04 .cont05 .textbox {
  margin-right: 30px;
}
.sec04 .cont05 .textbox .cont_text {
  margin-bottom: 60px;
}
.sec04 .cont05 .textbox .item_btn {
  width: 435px;
  margin: 0 auto;
  border: 1px solid #2063A6;
}
.sec04 .cont05 .textbox .item_btn a {
  color: #2063A6;
}
.sec04 .cont05 .textbox .item_btn a::before {
  background: url(/images/index/btn_arrow02.webp) center/contain no-repeat;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .sec04 .cont03 .upper_box .imagebox {
    position: relative;
  }
  .sec04 .cont03 .upper_box .imagebox .circle_text01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(577px, 45.138vw, 650px);
    height: clamp(252px, 19.722vw, 284px);
  }
  .sec04 .cont04 .upper_box .imagebox {
    position: relative;
  }
  .sec04 .cont04 .upper_box .imagebox .circle_text {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 252px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 25px;
    text-align: center;
    color: #fff;
  }
  .sec04 .cont04 .upper_box .imagebox .circle_text01 {
    left: -5px;
    background: url(/images/index/sec04_image04_circle01.webp) center/contain no-repeat;
    width: 252px;
    height: 298px;
  }
  .sec04 .cont04 .upper_box .imagebox .circle_text02 {
    left: 255px;
    background: url(/images/index/sec04_image04_circle02.webp) center/contain no-repeat;
    width: 252px;
    height: 278px;
  }
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: 13.8vw;
  }
  .sec04 .sec_title {
    width: 96.53vw;
    max-width: 90%;
    margin: 0 auto 13.8vw;
  }
  .sec04 .sec_title img {
    width: 100%;
  }
  .sec04 .cont {
    width: 100%;
    display: block;
    margin-bottom: 26.66vw;
  }
  .sec04 .textbox {
    width: 100%;
  }
  .sec04 .textbox .title_box {
    padding: 0 5.5vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4.2vw;
  }
  .sec04 .textbox .title_box .num {
    width: 14.93vw;
    padding-top: 2vw;
    margin-right: 4vw;
  }
  .sec04 .textbox .title_box .cont_title {
    font-size: 5.86vw;
    letter-spacing: 0.06em;
    margin-bottom: 0;
  }
  .sec04 .textbox .cont_text {
    padding: 0 5.5vw;
  }
  .sec04 .imagebox {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .sec04 .upper_box {
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec04 .item_btn {
    box-sizing: border-box;
    width: 93.33vw;
    border-radius: 10vw;
  }
  .sec04 .item_btn a {
    padding: 4vw 13.33vw 4vw 6.66vw;
    line-height: 1.2;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    letter-spacing: 0.08em;
    position: relative;
  }
  .sec04 .item_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.66vw;
    width: 10.66vw;
    height: 10.66vw;
  }
  .sec04 .cont01 .upper_box .textbox {
    margin-right: initial;
  }
  .sec04 .cont01 .upper_box .imagebox .cont_image {
    margin-bottom: 10vw;
  }
  .sec04 .cont01 .upper_box .imagebox {
    position: relative;
  }
  .sec04 .cont01 .upper_box .imagebox .circle_text {
    position: absolute;
    bottom: -8vw;
    left: 0;
    background: url(/images/index/sec04_image01_circle.webp) center/contain no-repeat;
    width: 31.2vw;
    height: 31.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.8vw;
    line-height: 1.4;
  }
  .sec04 .cont01 .upper_box .imagebox .circle_text01 {
    left: 2vw;
  }
  .sec04 .cont01 .upper_box .imagebox .circle_text02 {
    left: 34vw;
  }
  .sec04 .cont01 .upper_box .imagebox .circle_text03 {
    left: 66vw;
  }
  .sec04 .cont01 .lowwer_box {
    position: relative;
  }
  .sec04 .cont01 .lowwer_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -8vw;
    left: 0;
    background: url(/images/index/sec04_cont01_list_title_bg.webp) center/contain no-repeat;
    width: 98.66vw;
    height: 81.33vw;
  }
  .sec04 .cont01 .lowwer_box .title {
    font-size: 6.4vw;
    color: #207C89;
    margin-bottom: 4.2vw;
  }
  .sec04 .cont01 .lowwer_box .gridbox {
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 13.8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec04 .cont01 .lowwer_box .gridbox .item {
    box-sizing: border-box;
    width: 90.66vw;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .sec04 .cont01 .lowwer_box .gridbox .item .subtitle {
    font-size: 4.26vw;
    font-weight: 600;
  }
  .sec04 .cont01 .lowwer_box .gridbox .item .item_title {
    font-size: 5.6vw;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 2.4vw;
  }
  .sec04 .cont01 .lowwer_box .gridbox .item .item_image {
    width: 90.66vw;
    margin-bottom: 4.2vw;
    text-align: center;
    margin: 0 auto 4.2vw;
  }
  .sec04 .cont01 .lowwer_box .gridbox .item .item_text {
    padding: 0 5.5vw;
    flex-grow: 1;
    margin-bottom: 4.2vw;
  }
  .sec04 .cont01 .lowwer_box .gridbox .item .item_btn {
    width: 93.33vw;
    border: 1px solid #207C89;
  }
  .sec04 .cont01 .lowwer_box .gridbox .item .item_btn a {
    color: #207C89;
  }
  .sec04 .cont01 .lowwer_box .gridbox .item .item_btn a::before {
    background: url(/images/index/btn_arrow01.webp) center/contain no-repeat;
  }
  .sec04 .cont02 .upper_box {
    margin-bottom: 13.8vw;
    flex-direction: row-reverse;
  }
  .sec04 .cont02 .upper_box .textbox {
    margin-left: initial;
  }
  .sec04 .cont02 .upper_box .textbox .cont_text {
    margin-bottom: 4.2vw;
  }
  .sec04 .cont02 .upper_box .textbox .item_btn {
    width: 90.66vw;
    border-radius: 10vw;
    margin: 0 auto;
  }
  .sec04 .cont02 .upper_box .textbox .item_btn a {
    padding: 3vw 13.33vw 3vw 6.66vw;
    line-height: 1.2;
  }
  .sec04 .cont02 .lowwer_box .title {
    font-size: 6.4vw;
    margin-bottom: 13.8vw;
  }
  .sec04 .cont02 .lowwer_box .gridbox {
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 13.8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec04 .cont02 .lowwer_box .gridbox .item {
    width: 100vw;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .sec04 .cont02 .lowwer_box .gridbox .item .item_image {
    text-align: center;
    padding-bottom: 14.66vw;
    margin-bottom: 5.33vw;
  }
  .sec04 .cont02 .lowwer_box .gridbox .item .item_image img {
    width: 90.666vw;
  }
  .sec04 .cont02 .lowwer_box .gridbox .item .item_image {
    position: relative;
  }
  .sec04 .cont02 .lowwer_box .gridbox .item .item_image::before {
    display: none;
  }
  .sec04 .cont02 .lowwer_box .gridbox .item .item_image .item_title_box {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/sec04_cont02_list_bk.webp) center/contain no-repeat;
    width: 100vw;
    height: 22.93vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec04 .cont02 .lowwer_box .gridbox .item .item_image .item_title_box .subtitle {
    font-size: 4.26vw;
    font-weight: 600;
  }
  .sec04 .cont02 .lowwer_box .gridbox .item .item_image .item_title_box .item_title {
    font-size: 5.33vw;
    font-weight: 600;
    letter-spacing: 0;
  }
  .sec04 .cont02 .lowwer_box .gridbox .item .item_text {
    padding: 0 5.5vw;
    flex-grow: 1;
    margin-bottom: 4.2vw;
  }
  .sec04 .cont02 .lowwer_box .gridbox .item .item_btn {
    width: 93.33vw;
    margin: 0 auto;
  }
  .sec04 .cont02 .item_btn {
    border: 1px solid #2063A6;
  }
  .sec04 .cont02 .item_btn a {
    color: #2063A6;
  }
  .sec04 .cont02 .item_btn a::before {
    background: url(/images/index/btn_arrow02.webp) center/contain no-repeat;
  }
  .sec04 .cont03 .upper_box .textbox {
    margin-right: initial;
  }
  .sec04 .cont03 .upper_box .textbox .title_box .cont_title {
    letter-spacing: -0.01em;
  }
  .sec04 .cont03 .upper_box .textbox .cont_text {
    margin-bottom: 4.2vw;
  }
  .sec04 .cont03 .upper_box .textbox .item_btn {
    width: 88.53vw;
    margin: 0 auto 4.2vw;
  }
  .sec04 .cont03 .upper_box .imagebox {
    position: relative;
  }
  .sec04 .cont03 .upper_box .imagebox .circle_text01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98.66vw;
    height: 58.13vw;
  }
  .sec04 .cont03 .lowwer_box .title {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 36px;
    text-align: center;
    color: #2063A6;
    margin-bottom: 40px;
  }
  .sec04 .cont03 .lowwer_box .gridbox {
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 13.8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec04 .cont03 .lowwer_box .gridbox .item {
    width: 88vw;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .sec04 .cont03 .lowwer_box .gridbox .item .item_image {
    text-align: center;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec04 .cont03 .lowwer_box .gridbox .item .item_image img {
    width: 90.666vw;
  }
  .sec04 .cont03 .lowwer_box .gridbox .item .item_image .item_title_box {
    content: "";
    position: absolute;
    bottom: 0;
    top: initial;
    transform: initial;
    background-color: rgba(255, 255, 255, 0.8);
    width: 69.86vw;
    height: 32.8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec04 .cont03 .lowwer_box .gridbox .item .item_image .item_title_box .subtitle {
    font-size: 4.26vw;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 2vw;
    position: relative;
  }
  .sec04 .cont03 .lowwer_box .gridbox .item .item_image .item_title_box .subtitle::before {
    content: "";
    position: absolute;
    top: -80px;
    left: -25px;
    background: url(/images/index/sec04_cont03_list_kazari.webp) center/contain no-repeat;
    width: 102px;
    height: 102px;
  }
  .sec04 .cont03 .lowwer_box .gridbox .item .item_image .item_title_box .item_title {
    font-size: 5.33vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .sec04 .cont03 .lowwer_box .gridbox .item .item_image .item_title_box01 {
    left: 0;
  }
  .sec04 .cont03 .lowwer_box .gridbox .item .item_image .item_title_box02 {
    right: 0;
  }
  .sec04 .cont03 .lowwer_box .gridbox .item .item_text {
    flex-grow: 1;
    margin-bottom: 30px;
  }
  .sec04 .cont03 .lowwer_box .gridbox .item .item_btn {
    width: 90.66vw;
    margin: 0 auto;
  }
  .sec04 .cont03 .item_btn {
    border: 1px solid #2063A6;
  }
  .sec04 .cont03 .item_btn a {
    color: #2063A6;
  }
  .sec04 .cont03 .item_btn a::before {
    background: url(/images/index/btn_arrow02.webp) center/contain no-repeat;
  }
  .sec04 .cont04 .upper_box {
    margin-bottom: 20.7vw;
    flex-direction: row-reverse;
  }
  .sec04 .cont04 .upper_box .textbox {
    margin-left: initial;
  }
  .sec04 .cont04 .upper_box .textbox .cont_text {
    margin-bottom: 4.2vw;
  }
  .sec04 .cont04 .upper_box .textbox .item_btn {
    width: 90.66vw;
    margin: 0 auto;
    border-radius: 10vw;
    border: 1px solid #2063A6;
  }
  .sec04 .cont04 .upper_box .textbox .item_btn a {
    padding: 3vw 13.33vw 3vw 6.66vw;
    line-height: 1.2;
    color: #2063A6;
  }
  .sec04 .cont04 .upper_box .textbox .item_btn a::before {
    background: url(/images/index/btn_arrow02.webp) center/contain no-repeat;
  }
  .sec04 .cont04 .upper_box .imagebox {
    position: relative;
  }
  .sec04 .cont04 .upper_box .imagebox .circle_text {
    position: absolute;
    bottom: -4vw;
    left: 0;
    width: 35.73vw;
    height: 35.73vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 7.2vw;
    text-align: center;
    color: #fff;
  }
  .sec04 .cont04 .upper_box .imagebox .circle_text01 {
    left: 2vw;
    background: url(/images/index/sec04_image04_circle01.webp) center/contain no-repeat;
    width: 35.73vw;
    height: 39.73vw;
  }
  .sec04 .cont04 .upper_box .imagebox .circle_text02 {
    left: 38vw;
    background: url(/images/index/sec04_image04_circle02.webp) center/contain no-repeat;
    width: 35.73vw;
    height: 35.73vw;
  }
  .sec04 .cont04 .lowwer_box {
    box-sizing: border-box;
    width: 90%;
    max-width: 90%;
    margin: 0 auto 32vw;
  }
  .sec04 .cont04 .lowwer_box .title {
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    text-align: center;
    padding-left: 0;
    margin-bottom: 21.33vw;
    position: relative;
  }
  .sec04 .cont04 .lowwer_box .title::before {
    content: "";
    position: absolute;
    bottom: -7vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/sec04_cont04_title_kazari.webp) center/contain no-repeat;
    width: 78.4vw;
    height: 7.73vw;
  }
  .sec04 .cont04 .lowwer_box .title .big_text {
    font-size: 6.4vw;
    letter-spacing: 0.05em;
  }
  .sec04 .cont04 .lowwer_box .title .big_text02 {
    font-size: 6.4vw;
    letter-spacing: 0.1em;
  }
  .sec04 .cont04 .lowwer_box .column_box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    background-color: #F1F1F1;
    padding: 11vw 5.5vw 5.5vw;
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.15);
    position: relative;
  }
  .sec04 .cont04 .lowwer_box .column_box::before {
    content: "";
    position: absolute;
    top: -4.5vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/text_check_sp.webp) center/contain no-repeat;
    width: 41.6vw;
    height: 9.32vw;
  }
  .sec04 .cont04 .lowwer_box .column_box::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -19vw;
    left: 5.5vw;
    background: url(/images/index/sec04_cont04_column_staff_sp.webp) center/contain no-repeat;
    width: 20.8vw;
    height: 29.8vw;
  }
  .sec04 .cont04 .lowwer_box .column_box .textbox {
    margin-right: initial;
  }
  .sec04 .cont04 .lowwer_box .column_box .textbox .column_text {
    font-size: 4.266vw;
    line-height: 2.4;
  }
  .sec04 .cont05 {
    display: block;
    margin-bottom: 0;
  }
  .sec04 .cont05 .textbox {
    margin-right: initial;
  }
  .sec04 .cont05 .textbox .cont_text {
    margin-bottom: 4.2vw;
  }
  .sec04 .cont05 .textbox .item_btn {
    width: 93.33vw;
    margin: 0 auto;
    border-radius: 10vw;
    border: 1px solid #2063A6;
  }
  .sec04 .cont05 .textbox .item_btn a {
    box-sizing: border-box;
    padding: 3vw 13.33vw 3vw 6.66vw;
    line-height: 1.2;
    color: #2063A6;
  }
  .sec04 .cont05 .textbox .item_btn a::before {
    background: url(/images/index/btn_arrow02.webp) center/contain no-repeat;
  }
}

.sec05 {
  position: relative;
  padding-bottom: 100px;
}
.sec05 .inner {
  padding: 0;
}
.sec05 .sec05_header {
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
  height: 472px;
  background: url(/images/index/sec05_title_bk.webp) center top/contain no-repeat;
}
.sec05 .sec05_header .sec_title {
  padding: 70px 60px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: left;
  color: #EDDD98;
}
.sec05 .sec05_header {
  position: relative;
}
.sec05 .sec05_header::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 30px;
  right: 50px;
  background: url(/images/index/text_takahashi_mamoru.webp) center/contain no-repeat;
  width: 716px;
  height: 54px;
}
.sec05 .sec05_header .president_name {
  position: absolute;
  z-index: 0;
  bottom: 69px;
  right: 50px;
  width: 465px;
  height: 70px;
  background-color: #2063A6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 45px;
  color: #fff;
  text-align: center;
}
.sec05 .sec05_header .president_name .sm_text {
  font-size: 30px;
}
.sec05 .cont01 {
  margin-top: -120px;
  margin-bottom: 60px;
  flex-direction: row-reverse;
}
.sec05 .cont01 .textbox {
  width: 65%;
  margin-left: 80px;
}
.sec05 .cont01 .textbox .list {
  width: 100%;
  padding-top: 140px;
  margin-bottom: 60px;
}
.sec05 .cont01 .textbox .list .item {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.13em;
  margin-bottom: 15px;
  position: relative;
}
.sec05 .cont01 .textbox .list .item::before {
  content: "・";
  top: 0;
  left: 0;
  font-size: 22px;
}
.sec05 .cont01 .imagebox {
  width: 35%;
  min-width: 35%;
  max-width: 35%;
}
.sec05 .gakkai_box {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto 40px;
}
.sec05 .gakkai_box .gakkai_title {
  padding: 10px 15px 6px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2em;
  border-top: 1px solid #877E56;
  border-bottom: 1px solid #877E56;
  margin-bottom: 20px;
}
.sec05 .gakkai_box .gakkai_list {
  padding: 0 15px;
  display: grid;
  row-gap: 40px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  grid-template-columns: repeat(2, 1fr);
}
.sec05 .gakkai_box .gakkai_list .item {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.sec05 .item_btn {
  width: 290px;
  margin: 0 auto;
  border: 1px solid #000;
}
.sec05 .item_btn a {
  color: #000;
}
.sec05 .item_btn a::before {
  background: url(/images/index/btn_arrow03.webp) center/contain no-repeat;
}
.sec05 .team_box {
  margin-top: 120px;
  padding-bottom: 40px;
  text-align: center;
  background: url(/images/index/sec05_team_bk_image.webp) center top/contain no-repeat;
  background-size: 100%;
}
.sec05 .team_box .title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 45px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.sec05 .team_box .title::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/sec05_team_title_hr.webp) center/contain no-repeat;
  width: 497px;
  height: 3px;
}
.sec05 .team_box .staff_box {
  margin-bottom: 60px;
}
.sec05 .team_box .staff_box .staff {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.sec05 .team_box .staff_box {
  position: relative;
}
.sec05 .team_box .staff_box::before {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: -72px;
  left: -10px;
  background: url(/images/index/text_implant_specialist.webp) center/contain no-repeat;
  width: 708px;
  height: 210px;
}
.sec05 .team_box .item_btn {
  width: 380px;
  margin: 0 auto;
  border: 1px solid #877E56;
}
.sec05 .team_box .item_btn a {
  color: #877E56;
}
.sec05 .team_box .item_btn a::before {
  background: url(/images/index/btn_arrow04.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding-bottom: 13.8vw;
    position: relative;
  }
  .sec05 .inner {
    padding: 0;
  }
  .sec05 .sec05_header {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 99.2vw;
    background: url(/images/index/sec05_title_bk_sp.webp) center top/contain no-repeat;
  }
  .sec05 .sec05_header .sec_title {
    position: relative;
    z-index: 5;
    padding: 8vw 0 0;
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.8;
    text-align: center;
  }
  .sec05 .sec05_header {
    position: relative;
  }
  .sec05 .sec05_header::before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: initial;
    background: url(/images/index/text_takahashi_mamoru.webp) center/contain no-repeat;
    width: 88.8vw;
    height: 17.33vw;
  }
  .sec05 .sec05_header .president_name {
    position: absolute;
    z-index: 0;
    bottom: -7.5vw;
    left: 50%;
    transform: translateX(-50%);
    right: initial;
    width: 93.33vw;
    height: 14.66vw;
    background-color: #2063A6;
    font-size: 7.46vw;
    color: #fff;
    text-align: center;
  }
  .sec05 .sec05_header .president_name .sm_text {
    font-size: 5.6vw;
  }
  .sec05 .cont01 {
    box-sizing: border-box;
    margin-top: 20.7vw;
    margin-bottom: 13.8vw;
    padding: 0 5.5vw;
    flex-direction: row-reverse;
  }
  .sec05 .cont01 .textbox {
    width: 100%;
    margin-left: initial;
  }
  .sec05 .cont01 .textbox .list {
    width: 100%;
    padding-top: initial;
    padding: 4.2vw 5.5 0;
    margin-bottom: 8vw;
  }
  .sec05 .cont01 .textbox .list .item {
    text-indent: -1.2em;
    padding-left: 1.2em;
    font-size: 4.8vw;
    letter-spacing: 0.13em;
    margin-bottom: 1.4vw;
    position: relative;
  }
  .sec05 .cont01 .textbox .list .item::before {
    content: "・";
    top: 0;
    left: 0;
    font-size: 4.8vw;
  }
  .sec05 .cont01 .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .sec05 .cont01 .imagebox img {
    width: 61.33vw;
    height: auto;
  }
  .sec05 .gakkai_box {
    margin-bottom: 6vw;
  }
  .sec05 .gakkai_box .gakkai_title {
    padding: 2.66vw 4vw 1.6vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.86vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    border-top: 0.26vw solid #877E56;
    border-bottom: 0.26vw solid #877E56;
    margin-bottom: 4.2vw;
  }
  .sec05 .gakkai_box .gakkai_list {
    padding: 0;
    row-gap: 4.2vw;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec05 .gakkai_box .gakkai_list .item {
    font-size: 4.8vw;
    margin-bottom: 5.33vw;
  }
  .sec05 .item_btn {
    width: 77.33vw;
    margin: initial;
    margin-left: auto;
    margin-right: auto;
    border: 0.26vw solid #000;
  }
  .sec05 .item_btn a {
    color: #000;
  }
  .sec05 .item_btn a::before {
    background: url(/images/index/btn_arrow03.webp) center/contain no-repeat;
  }
  .sec05 .team_box {
    margin-top: 13.8vw;
    padding-bottom: 7.8vw;
    text-align: center;
    background: url(/images/index/sec05_team_bk_image_sp.webp) center top/contain no-repeat;
    background-size: 100%;
  }
  .sec05 .team_box .title {
    font-size: 5.6vw;
    letter-spacing: 0.01em;
    margin-bottom: 8vw;
    position: relative;
  }
  .sec05 .team_box .title::before {
    content: "";
    position: absolute;
    bottom: -2.33vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/sec05_team_title_hr.webp) center/contain no-repeat;
    width: 93.33vw;
    height: 0.8vw;
  }
  .sec05 .team_box .staff_box {
    margin-bottom: 13.2vw;
  }
  .sec05 .team_box .staff_box .staff {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec05 .team_box .staff_box {
    position: relative;
  }
  .sec05 .team_box .staff_box::before {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -10vw;
    left: 0vw;
    background: url(/images/index/text_implant_specialist_sp.webp) center/contain no-repeat;
    width: 76vw;
    height: 18.66vw;
  }
  .sec05 .team_box .item_btn {
    width: 93.33vw;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #877E56;
  }
  .sec05 .team_box .item_btn a {
    color: #877E56;
  }
  .sec05 .team_box .item_btn a::before {
    background: url(/images/index/btn_arrow04.webp) center/contain no-repeat;
  }
}

.sec06 {
  padding-bottom: 100px;
}
.sec06 .sec06_header {
  height: 130px;
  margin-bottom: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/images/index/sec06_header_image.webp) center/contain no-repeat;
}
.sec06 .sec06_header .sec06_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 45px;
  letter-spacing: 0.12em;
  color: #fff;
}
.sec06 .header_title {
  width: 1010px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec06 .header_title .imagebox {
  width: 32%;
  min-width: 32%;
  max-width: 32%;
  margin-right: 40px;
}
.sec06 .header_title .textbox {
  width: 68%;
}
.sec06 .header_title .textbox .subtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-weight: 500;
  font-size: 30px;
  background: linear-gradient(135deg, #28b0c8 0%, #2063a6 33%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-bottom: -10px;
}
.sec06 .header_title .textbox .title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 50px;
  font-weight: 600;
}
.sec06 .header_title {
  /* margin-bottom: 20px; */
  /*
  position: relative;
  &::before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/sec06_title_hr.webp) center /contain no-repeat;
    width: 1124px;
    height: 3px;
  } */
}
.sec06 .price_box {
  width: 990px;
  max-width: 100%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec06 .price_box .imagebox {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  margin-right: 20px;
}
.sec06 .price_box .price {
  width: 680px;
  max-width: 100%;
  padding: 0px 0 10px;
}
.sec06 .price_box .price .text01 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 40px;
  margin-bottom: -20px;
}
.sec06 .price_box .price .text01 span {
  font-size: 25px;
}
.sec06 .price_box .price .text02 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  color: #E56115;
  margin-bottom: -20px;
}
.sec06 .price_box .price .text02 span {
  font-size: 35px;
  font-weight: 600;
  color: #000;
}
.sec06 .price_box .price .text03 {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 40px;
  font-weight: 600;
  color: #000;
  background: linear-gradient(transparent 56%, #EDDD98 50%);
}
.sec06 .price_box .price .text03 span {
  font-size: 50px;
}
.sec06 .price_box .price {
  position: relative;
}
.sec06 .price_box .price::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -80px;
  right: -190px;
  background: url(/images/index/sec06_bg_image.webp) center/contain no-repeat;
  width: 672px;
  height: 217px;
}
.sec06 .price_box .price .text04 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 26px;
  line-height: 1.8;
  text-align: center;
}
.sec06 .price_box {
  position: relative;
}
.sec06 .price_box::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/sec06_title_hr.webp) center/contain no-repeat;
  width: 1124px;
  height: 3px;
}
.sec06 .info_text {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto 80px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  line-height: 1.8;
  text-align: justify;
}
.sec06 .monitor_box {
  width: 990px;
  max-width: 100%;
  margin: 0 auto 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sec06 .monitor_box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/sec06_title_hr.webp) center/contain no-repeat;
  width: 1124px;
  height: 3px;
}
.sec06 .monitor_box .imagebox {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  margin-right: 20px;
}
.sec06 .monitor_box .price {
  width: 480px;
  max-width: 100%;
  padding: 0px 0 30px;
}
.sec06 .monitor_box .price .text01 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 40px;
  margin-bottom: -20px;
}
.sec06 .monitor_box .price .text01 span {
  font-size: 25px;
}
.sec06 .monitor_box .price .text02 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 75px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #E56115;
  margin-bottom: -20px;
}
.sec06 .monitor_box .price .text02 span {
  font-size: 35px;
  font-weight: 600;
  color: #000;
}
.sec06 .monitor_box .price .text03 {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 50px;
  font-weight: 600;
  color: #000;
}
.sec06 .monitor_box .price .text03 span {
  font-size: 34px;
}
.sec06 .monitor_box .price {
  position: relative;
}
.sec06 .monitor_box .price::before {
  display: none;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -80px;
  right: -190px;
  background: url(/images/index/sec06_bg_image.webp) center/contain no-repeat;
  width: 672px;
  height: 217px;
}
.sec06 .monitor_box .price .text04 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  line-height: 1.8;
  text-align: justify;
}
.sec06 .monitor_box {
  position: relative;
}
.sec06 .monitor_box::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/sec06_title_hr.webp) center/contain no-repeat;
  width: 1124px;
  height: 3px;
}
.sec06 .loan_box {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.sec06 .loan_box .title {
  width: 920px;
  max-width: 100%;
  height: 97px;
  margin: 0 auto 60px;
  background: linear-gradient(90deg, rgb(207, 153, 114) 63%, rgba(207, 153, 114, 0.45) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.sec06 .loan_box .text01 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 60px;
}
.sec06 .loan_box .blue_text {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #2063A6;
  margin-bottom: 30px;
}
.sec06 .loan_box .card_img {
  margin: 0 auto 80px;
}
.sec06 .loan_box .item_btn {
  width: 380px;
  margin: 0 auto;
  border: 1px solid #CF9972;
}
.sec06 .loan_box .item_btn a {
  color: #CF9972;
}
.sec06 .loan_box .item_btn a::before {
  background: url(/images/index/btn_arrow05.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding-bottom: 13.8vw;
  }
  .sec06 .sec06_header {
    width: 96vw;
    height: 17.86vw;
    margin: 0 auto;
    margin-bottom: 8vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/images/index/sec06_header_image.webp) center/contain no-repeat;
  }
  .sec06 .sec06_header .sec06_title {
    font-size: 7.46vw;
    letter-spacing: 0.12em;
  }
  .sec06 .header_title {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .sec06 .header_title .imagebox {
    position: absolute;
    left: -2vw;
    top: -8vw;
    width: 30.25vw;
    min-width: initial;
    max-width: initial;
    margin-right: initial;
  }
  .sec06 .header_title .textbox {
    width: 100%;
  }
  .sec06 .header_title .textbox .subtitle {
    padding-left: 2.3em;
    font-size: 4.8vw;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(135deg, #28b0c8 0%, #2063a6 33%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    margin-bottom: 7vw;
  }
  .sec06 .header_title .textbox .title {
    font-size: 5.6vw;
    text-align: center;
  }
  .sec06 .header_title {
    margin-bottom: 0;
    /* position: relative;
    &::before {
      content: "";
      position: absolute;
      bottom: -8vw;
      left: 50%;
      transform: translateX(-50%);
      background: url(/images/index/sec06_title_hr_sp.webp) center /contain no-repeat;
      width: 93.33vw;
      height: 0.8vw;
    } */
  }
  .sec06 .price_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .sec06 .price_box .imagebox {
    width: initial;
    min-width: initial;
    max-width: initial;
    margin-right: initial;
  }
  .sec06 .price_box .price {
    width: 100%;
    max-width: 100%;
    padding: 8vw 0 0;
    position: relative;
  }
  .sec06 .price_box .price .imagebox {
    position: absolute;
    top: 19vw;
    left: 0;
    width: 44.53vw;
    min-width: initial;
    max-width: initial;
    margin-right: initial;
  }
  .sec06 .price_box .price .text01 {
    font-size: 5.6vw;
    text-align: center;
    margin-bottom: 12.8vw;
  }
  .sec06 .price_box .price .text01 span {
    font-size: 4.8vw;
  }
  .sec06 .price_box .price .text02 {
    font-size: 10vw;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: -2vw;
  }
  .sec06 .price_box .price .text02 span {
    font-size: 4.8vw;
  }
  .sec06 .price_box .price .text03 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 4.8vw;
    background: linear-gradient(transparent 56%, #EDDD98 50%);
  }
  .sec06 .price_box .price .text03 span {
    font-size: 6.66vw;
  }
  .sec06 .price_box .price {
    position: relative;
  }
  .sec06 .price_box .price::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 1vw;
    bottom: initial;
    right: -2vw;
    background: url(/images/index/sec06_bg_image_sp.webp) center/contain no-repeat;
    width: 78.4vw;
    height: 25.33vw;
  }
  .sec06 .price_box .price .text04 {
    font-size: 4.2vw;
    line-height: 1.8;
    text-align: center;
  }
  .sec06 .price_box {
    position: relative;
  }
  .sec06 .price_box::before {
    content: "";
    position: absolute;
    bottom: -8vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/sec06_title_hr_sp.webp) center/contain no-repeat;
    width: 93.33vw;
    height: 0.8vw;
  }
  .sec06 .info_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20.7vw;
    font-size: 4.8vw;
    line-height: 1.8;
    text-align: justify;
  }
  .sec06 .monitor_box {
    width: 100%;
    max-width: 100%;
    margin: 4vw auto 13.8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .sec06 .monitor_box::before {
    content: "";
    position: absolute;
    top: -8vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/sec06_title_hr_sp.webp) center/contain no-repeat;
    width: 93.33vw;
    height: 0.8vw;
  }
  .sec06 .monitor_box .imagebox {
    width: 45.6vw;
    min-width: 45.6vw;
    max-width: 45.6vw;
    margin-right: initial;
    margin: 0 auto 2.4vw;
  }
  .sec06 .monitor_box .price {
    width: 100%;
    max-width: 100%;
    padding: 0vw 0 2vw;
  }
  .sec06 .monitor_box .price .imagebox {
    position: absolute;
    top: 19vw;
    left: 0;
    width: 34.53vw;
    min-width: initial;
    max-width: initial;
    margin-right: initial;
  }
  .sec06 .monitor_box .price .text01 {
    font-size: 5.6vw;
    text-align: center;
    margin-bottom: 12.8vw;
  }
  .sec06 .monitor_box .price .text01 span {
    font-size: 4.8vw;
  }
  .sec06 .monitor_box .price .text02 {
    font-size: 10vw;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin-bottom: 0;
  }
  .sec06 .monitor_box .price .text02 span {
    font-size: 4.8vw;
  }
  .sec06 .monitor_box .price .text03 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto -2vw;
    font-size: 6.66vw;
  }
  .sec06 .monitor_box .price .text03 span {
    font-size: 4.8vw;
  }
  .sec06 .monitor_box .price {
    position: relative;
  }
  .sec06 .monitor_box .price::before {
    display: none;
    content: "";
    position: absolute;
    z-index: -1;
    top: 1vw;
    bottom: initial;
    right: -2vw;
    background: url(/images/index/sec06_bg_image_sp.webp) center/contain no-repeat;
    width: 78.4vw;
    height: 25.33vw;
  }
  .sec06 .monitor_box .price .text04 {
    font-size: 4.2vw;
    line-height: 1.8;
    text-align: center;
  }
  .sec06 .monitor_box {
    position: relative;
  }
  .sec06 .monitor_box::after {
    content: "";
    position: absolute;
    bottom: -4vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/sec06_title_hr_sp.webp) center/contain no-repeat;
    width: 93.33vw;
    height: 0.8vw;
  }
  .sec06 .loan_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .sec06 .loan_box .title {
    width: 88vw;
    max-width: 100%;
    height: 17.86vw;
    margin: 0 auto 4.2vw;
    background: linear-gradient(90deg, rgb(207, 153, 114) 63%, rgba(207, 153, 114, 0.45) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5.6vw;
    line-height: 1.2;
  }
  .sec06 .loan_box .text01 {
    font-size: 4.53vw;
    text-align: left;
    margin-bottom: 6vw;
  }
  .sec06 .loan_box .blue_text {
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .sec06 .loan_box .card_img {
    width: 92.266vw;
    margin: 0 auto 8vw;
  }
  .sec06 .loan_box .item_btn {
    width: 80vw;
    margin: 0 auto;
    border: 0.26vw solid #CF9972;
  }
  .sec06 .loan_box .item_btn a {
    color: #CF9972;
  }
  .sec06 .loan_box .item_btn a::before {
    background: url(/images/index/btn_arrow05.webp) center/contain no-repeat;
  }
}

.sec07 {
  padding-bottom: 160px;
}
.sec07 .inner {
  padding: 0;
}
.sec07 .treatment {
  box-sizing: border-box;
  margin: 0 auto 180px;
  background-color: #F7FAFB;
  padding: 30px 20px 80px;
}
.sec07 .treatment .subtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  text-align: center;
  color: #999999;
  margin-bottom: -10px;
}
.sec07 .treatment .title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 140px;
  position: relative;
}
.sec07 .treatment .title::before {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/treatment_title_hr.webp) center/contain no-repeat;
  width: 900px;
  height: 49px;
}
.sec07 .treatment .gridbox {
  width: 100%;
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.sec07 .treatment .gridbox .item {
  display: flex;
  flex-direction: column;
}
.sec07 .treatment .gridbox .item .item_image {
  min-height: 200px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.sec07 .treatment .gridbox .item .item_image .item_title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 39px;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-align: center;
  text-wrap: nowrap;
  margin-top: auto;
}
.sec07 .treatment .gridbox .item .list_item {
  flex-grow: 1;
}
.sec07 .treatment .gridbox .item .list_item a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 50px 15px 25px;
  font-size: 19px;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
}
.sec07 .treatment .gridbox .item .list_item a::before {
  content: "";
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  right: 10px;
  width: 40px;
  height: 40px;
}
.sec07 .treatment .gridbox .item:nth-of-type(1) .list_item {
  margin: 0 auto;
  border-bottom: 2px solid #2063A6;
}
.sec07 .treatment .gridbox .item:nth-of-type(1) .list_item a::before {
  background: url(/images/index/btn_arrow06.webp) center/contain no-repeat;
}
.sec07 .treatment .gridbox .item:nth-of-type(2) .list_item {
  margin: 0 auto;
  border-bottom: 2px solid #207C89;
}
.sec07 .treatment .gridbox .item:nth-of-type(2) .list_item a::before {
  background: url(/images/index/btn_arrow07.webp) center/contain no-repeat;
}
.sec07 .treatment .gridbox .item:nth-of-type(3) .list_item {
  margin: 0 auto;
  border-bottom: 2px solid #3EB5D3;
}
.sec07 .treatment .gridbox .item:nth-of-type(3) .list_item a::before {
  background: url(/images/index/btn_arrow08.webp) center/contain no-repeat;
}
.sec07 .question {
  box-sizing: border-box;
  margin: 0 auto 180px;
  padding: 20px 20px 80px;
  background-color: #E9E5E9;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(233, 229, 233, 0.45) 30%);
  position: relative;
}
.sec07 .question::before {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  background: url(/images/index/question_kazari01.webp) center/contain no-repeat;
  width: 572px;
  height: 359px;
}
.sec07 .question .subtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.sec07 .question .subtitle::before {
  content: "";
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/question_title_kazari.webp) center/contain no-repeat;
  width: 92px;
  height: 140px;
}
.sec07 .question .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 45px;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}
.sec07 .question .title::before {
  content: "";
  position: absolute;
  top: 24%;
  transform: translateY(-50%);
  left: -300px;
  background: url(/images/index/question_title_staff01.webp) center/contain no-repeat;
  width: 290px;
  height: 256px;
}
.sec07 .question .title::after {
  content: "";
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: -300px;
  background: url(/images/index/question_title_staff02.webp) center/contain no-repeat;
  width: 290px;
  height: 256px;
}
.sec07 .question .title span {
  font-size: 75px;
}
.sec07 .question .list {
  position: relative;
  width: 1440px;
  max-width: 100%;
  height: 780px;
}
.sec07 .question .list .item {
  position: absolute;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-size: clamp(21px, 1.666vw, 24px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec07 .question .list .item .orang_text {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(28px, 2.222vw, 32px);
  letter-spacing: 0;
  font-weight: 600;
  color: #EDDD98;
}
.sec07 .question .list .item01 {
  top: clamp(58px, 4.583vw, 66px);
  left: clamp(78px, 6.111vw, 88px);
  background: url(/images/index/question_bk01.webp) center/contain no-repeat;
  width: clamp(195px, 15.277vw, 220px);
  height: clamp(192px, 15vw, 216px);
}
.sec07 .question .list .item02 {
  top: 1px;
  left: clamp(408px, 31.875vw, 459px);
  background: url(/images/index/question_bk02.webp) center/contain no-repeat;
  width: clamp(195px, 15.277vw, 220px);
  height: clamp(192px, 15.069vw, 217px);
}
.sec07 .question .list .item03 {
  top: 0px;
  left: clamp(737px, 57.638vw, 830px);
  background: url(/images/index/question_bk03.webp) center/contain no-repeat;
  width: clamp(273px, 21.388vw, 308px);
  height: clamp(266px, 20.833vw, 300px);
}
.sec07 .question .list .item04 {
  top: clamp(282px, 22.083vw, 318px);
  left: clamp(16px, 1.319vw, 19px);
  background: url(/images/index/question_bk04.webp) center/contain no-repeat;
  width: clamp(195px, 15.277vw, 220px);
  height: clamp(192px, 15.069vw, 217px);
}
.sec07 .question .list .item05 {
  top: clamp(184px, 14.375vw, 207px);
  left: clamp(256px, 20.069vw, 289px);
  background: url(/images/index/question_bk05.webp) center/contain no-repeat;
  width: clamp(248px, 19.444vw, 280px);
  height: clamp(242px, 18.958vw, 273px);
}
.sec07 .question .list .item06 {
  top: clamp(178px, 13.958vw, 201px);
  left: clamp(542px, 42.361vw, 610px);
  background: url(/images/index/question_bk06.webp) center/contain no-repeat;
  width: clamp(222px, 17.361vw, 250px);
  height: clamp(218px, 17.083vw, 246px);
}
.sec07 .question .list .item07 {
  top: clamp(140px, 10.972vw, 158px);
  left: clamp(998px, 77.986vw, 1123px);
  background: url(/images/index/question_bk07.webp) center/contain no-repeat;
  width: clamp(222px, 17.361vw, 250px);
  height: clamp(218px, 17.083vw, 246px);
}
.sec07 .question .list .item08 {
  top: clamp(442px, 34.583vw, 498px);
  left: clamp(168px, 13.125vw, 189px);
  background: url(/images/index/question_bk08.webp) center/contain no-repeat;
  width: clamp(213px, 16.666vw, 240px);
  height: clamp(210px, 16.458vw, 237px);
}
.sec07 .question .list .item09 {
  top: clamp(407px, 31.805vw, 458px);
  left: clamp(416px, 32.5vw, 468px);
  background: url(/images/index/question_bk09.webp) center/contain no-repeat;
  width: clamp(248px, 19.444vw, 280px);
  height: clamp(242px, 18.958vw, 273px);
}
.sec07 .question .list .item10 {
  top: clamp(293px, 22.916vw, 330px);
  left: clamp(752px, 58.819vw, 847px);
  background: url(/images/index/question_bk10.webp) center/contain no-repeat;
  width: clamp(248px, 19.444vw, 280px);
  height: clamp(242px, 18.958vw, 273px);
}
.sec07 .question .item_btn {
  position: relative;
  z-index: 5;
  width: 357px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #7F637F;
}
.sec07 .question .item_btn a {
  color: #7F637F;
}
.sec07 .question .item_btn a::before {
  background: url(/images/index/btn_arrow09.webp) center/contain no-repeat;
}
.sec07 .leave_box {
  box-sizing: border-box;
  margin: 0 auto;
}
.sec07 .leave_box .box01 {
  margin-bottom: 100px;
  padding-bottom: 60px;
  position: relative;
}
.sec07 .leave_box .box01::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80px;
  right: 0;
  background: url(/images/index/leave_back_image01.webp) center/contain no-repeat;
  width: 430px;
  height: 536px;
}
.sec07 .leave_box .box01::after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0px;
  background: url(/images/index/leave_back_image02.webp) center/contain no-repeat;
  width: 916px;
  height: 502px;
}
.sec07 .leave_box .box01 .text01 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 40px;
  text-align: center;
  padding-bottom: 100px;
  position: relative;
}
.sec07 .leave_box .box01 .text01::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/leave_triangle.webp) center/contain no-repeat;
  width: 386px;
  height: 107px;
}
.sec07 .leave_box .box01 .text02 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  text-align: center;
  padding-bottom: 100px;
}
.sec07 .leave_box .box01 .text02 span {
  font-size: 55px;
  font-weight: 600;
  color: #217E8A;
  background: linear-gradient(transparent 95%, #E4B419 50%);
}
.sec07 .leave_box .box01 .text03 {
  width: 1056px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 80px;
}
.sec07 .leave_box .box01 .item_btn {
  position: relative;
  z-index: 5;
  width: 357px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #207C89;
}
.sec07 .leave_box .box01 .item_btn a {
  color: #207C89;
}
.sec07 .leave_box .box01 .item_btn a::before {
  background: url(/images/index/btn_arrow10.webp) center/contain no-repeat;
}
.sec07 .leave_box .box02 {
  position: relative;
  background: url(/images/index/leave_box02_backimage.webp) center top/contain no-repeat;
  width: 1202px;
  max-width: 100%;
  height: 769px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
.sec07 .leave_box .box02 .title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: -20px;
}
.sec07 .leave_box .box02 .subtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 38px;
  text-align: center;
  color: #BBDDEF;
  margin-bottom: 30px;
}
.sec07 .leave_box .box02 .text01 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 26px;
  text-align: center;
  color: #fff;
}
.sec07 .leave_box .box02 .gridbox {
  position: relative;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  grid-template-columns: repeat(5, 1fr);
}
.sec07 .leave_box .box02 .gridbox .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 238px;
  height: 238px;
}
.sec07 .leave_box .box02 .gridbox .item .item_text {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
.sec07 .leave_box .box02 .gridbox .item01, .sec07 .leave_box .box02 .gridbox .item05 {
  background: url(/images/index/leave_box02_circle01.webp) center/contain no-repeat;
}
.sec07 .leave_box .box02 .gridbox .item02, .sec07 .leave_box .box02 .gridbox .item04 {
  background: url(/images/index/leave_box02_circle02.webp) center/contain no-repeat;
}
.sec07 .leave_box .box02 .gridbox .item03 {
  background: url(/images/index/leave_box02_circle03.webp) center/contain no-repeat;
}
.sec07 .leave_box .box02 .cont_box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 895px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: auto;
}
.sec07 .leave_box .box02 .cont_box .text_box {
  width: 650px;
  max-width: 80%;
  margin-right: auto;
  padding-bottom: 80px;
}
.sec07 .leave_box .box02 .cont_box .text_box .text02 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}
.sec07 .leave_box .box02 .cont_box .image_box {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: auto;
}
.sec07 .leave_box .box02 .item_btn {
  position: relative;
  z-index: 5;
  width: 357px;
  margin: 0 auto;
  border: 1px solid #fff;
}
.sec07 .leave_box .box02 .item_btn a {
  color: #fff;
}
.sec07 .leave_box .box02 .item_btn a::before {
  background: url(/images/index/btn_arrow11.webp) center/contain no-repeat;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .sec07 .leave_box .box02 .gridbox {
    width: 1235px;
  }
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding-bottom: 8vw;
  }
  .sec07 .treatment {
    box-sizing: border-box;
    margin: 0 auto 13.8vw;
    background-color: #F7FAFB;
    padding: 8vw 5vw 13.8vw;
  }
  .sec07 .treatment .subtitle {
    font-size: 4.26vw;
    margin-bottom: 0;
  }
  .sec07 .treatment .title {
    font-size: 5.6vw;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 13.8vw;
    position: relative;
  }
  .sec07 .treatment .title::before {
    content: "";
    position: absolute;
    bottom: -8.4vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/treatment_title_hr_sp.webp) center/contain no-repeat;
    width: 88vw;
    height: 5.2vw;
  }
  .sec07 .treatment .gridbox {
    width: 100%;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec07 .treatment .gridbox .item {
    display: flex;
    flex-direction: column;
  }
  .sec07 .treatment .gridbox .item .item_image {
    width: 32vw;
    min-height: 40.13vw;
    margin-bottom: 4.2vw;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .sec07 .treatment .gridbox .item .item_image img {
    width: 32vw;
  }
  .sec07 .treatment .gridbox .item .item_image .item_title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 6.4vw;
    letter-spacing: -0.03em;
    line-height: 1.2;
    text-align: center;
    text-wrap: nowrap;
    margin-top: auto;
  }
  .sec07 .treatment .gridbox .item .list_item {
    flex-grow: 1;
  }
  .sec07 .treatment .gridbox .item .list_item a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 6.33vw 11.33vw 5.33vw 1.66vw;
    font-size: 4.53vw;
    letter-spacing: 0.04em;
    font-weight: 500;
    position: relative;
  }
  .sec07 .treatment .gridbox .item .list_item a::before {
    content: "";
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: 2.66vw;
    width: 8vw;
    height: 8vw;
  }
  .sec07 .treatment .gridbox .item:nth-of-type(1) .list_item {
    margin: 0 auto;
    border-bottom: 0.53vw solid #2063A6;
  }
  .sec07 .treatment .gridbox .item:nth-of-type(1) .list_item a::before {
    background: url(/images/index/btn_arrow06.webp) center/contain no-repeat;
  }
  .sec07 .treatment .gridbox .item:nth-of-type(2) .list_item {
    margin: 0 auto;
    border-bottom: 0.53vw solid #207C89;
  }
  .sec07 .treatment .gridbox .item:nth-of-type(2) .list_item a::before {
    background: url(/images/index/btn_arrow07.webp) center/contain no-repeat;
  }
  .sec07 .treatment .gridbox .item:nth-of-type(3) .list_item {
    margin: 0 auto;
    border-bottom: 0.53vw solid #3EB5D3;
  }
  .sec07 .treatment .gridbox .item:nth-of-type(3) .list_item a::before {
    background: url(/images/index/btn_arrow08.webp) center/contain no-repeat;
  }
  .sec07 .question {
    box-sizing: border-box;
    margin: 0 auto 13.8vw;
    padding: 10vw 2vw 13.8vw;
    background-color: #E9E5E9;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(233, 229, 233, 0.45) 3%);
    position: relative;
  }
  .sec07 .question::before {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 27vw;
    left: 7vw;
    right: initial;
    background: url(/images/index/question_kazari01.webp) center/contain no-repeat;
    width: 57.33vw;
    height: 35.46vw;
  }
  .sec07 .question .subtitle {
    font-size: 5.6vw;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 6vw;
    position: relative;
  }
  .sec07 .question .subtitle::before {
    content: "";
    position: absolute;
    top: -9vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/question_title_kazari.webp) center/contain no-repeat;
    width: 30.66vw;
    height: 17.33vw;
  }
  .sec07 .question .title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 6.13vw;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec07 .question .title::before {
    content: "";
    position: absolute;
    top: 24%;
    transform: translateY(-50%);
    left: -25.6vw;
    background: url(/images/index/question_title_staff01.webp) center/contain no-repeat;
    width: 25.6vw;
    height: 22.6vw;
  }
  .sec07 .question .title::after {
    content: "";
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    right: -23.01vw;
    background: url(/images/index/question_title_staff02.webp) center/contain no-repeat;
    width: 23.01vw;
    height: 25.3vw;
  }
  .sec07 .question .title span {
    font-size: 9.6vw;
  }
  .sec07 .question .list {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 248.93vw;
  }
  .sec07 .question .list .item {
    position: absolute;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 4.8vw;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec07 .question .list .item .orang_text {
    font-size: 6.13vw;
    letter-spacing: 0.03em;
    font-weight: 600;
    color: #EDDD98;
  }
  .sec07 .question .list .item01 {
    top: 2vw;
    left: 2vw;
    background: url(/images/index/question_bk01.webp) center/contain no-repeat;
    width: 37.33vw;
    height: 36.8vw;
  }
  .sec07 .question .list .item02 {
    top: 37vw;
    left: 17.06vw;
    background: url(/images/index/question_bk02.webp) center/contain no-repeat;
    width: 37.33vw;
    height: 36.8vw;
  }
  .sec07 .question .list .item03 {
    top: 0vw;
    left: 44.03vw;
    background: url(/images/index/question_bk03.webp) center/contain no-repeat;
    width: 53.33vw;
    height: 52vw;
  }
  .sec07 .question .list .item04 {
    top: 54vw;
    left: 58.4vw;
    background: url(/images/index/question_bk04.webp) center/contain no-repeat;
    width: 37.33vw;
    height: 36.8vw;
  }
  .sec07 .question .list .item05 {
    top: 76vw;
    left: 2vw;
    background: url(/images/index/question_bk05.webp) center/contain no-repeat;
    width: 53.33vw;
    height: 52vw;
  }
  .sec07 .question .list .item06 {
    top: 94vw;
    left: 54.66vw;
    background: url(/images/index/question_bk06.webp) center/contain no-repeat;
    width: 40vw;
    height: 39.46vw;
  }
  .sec07 .question .list .item07 {
    top: 132vw;
    left: 3.86vw;
    background: url(/images/index/question_bk02.webp) center/contain no-repeat;
    width: 40vw;
    height: 39.46vw;
  }
  .sec07 .question .list .item08 {
    top: 195vw;
    left: 53.13vw;
    background: url(/images/index/question_bk08.webp) center/contain no-repeat;
    width: 37.33vw;
    height: 36.8vw;
  }
  .sec07 .question .list .item09 {
    top: 175vw;
    left: 2vw;
    background: url(/images/index/question_bk09.webp) center/contain no-repeat;
    width: 48vw;
    height: 46.66vw;
  }
  .sec07 .question .list .item10 {
    top: 138vw;
    left: 44.13vw;
    background: url(/images/index/question_bk05.webp) center/contain no-repeat;
    width: 53.33vw;
    height: 52vw;
  }
  .sec07 .question .item_btn {
    position: relative;
    z-index: 5;
    width: 95.2vw;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #7F637F;
  }
  .sec07 .question .item_btn a {
    color: #7F637F;
  }
  .sec07 .question .item_btn a::before {
    background: url(/images/index/btn_arrow09.webp) center/contain no-repeat;
  }
  .sec07 .leave_box {
    box-sizing: border-box;
    margin: 0 auto;
  }
  .sec07 .leave_box .box01 {
    margin-bottom: 100px;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
  }
  .sec07 .leave_box .box01::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 28vw;
    right: -5.86vw;
    background: url(/images/index/leave_back_image01.webp) center/contain no-repeat;
    width: 53.06vw;
    height: 53.06vw;
  }
  .sec07 .leave_box .box01::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0px;
    background: url(/images/index/leave_back_image02_sp.webp) center/contain no-repeat;
    width: 100vw;
    height: 75.733vw;
  }
  .sec07 .leave_box .box01 .text01 {
    font-size: 6.4vw;
    font-weight: 600;
    text-align: center;
    padding-bottom: 24vw;
    position: relative;
  }
  .sec07 .leave_box .box01 .text01::before {
    content: "";
    position: absolute;
    bottom: 7vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/leave_triangle.webp) center/contain no-repeat;
    width: 53.33vw;
    height: 17.06vw;
  }
  .sec07 .leave_box .box01 .text02 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 4.8vw;
    font-weight: 600;
    text-align: left;
    padding-bottom: 9vw;
  }
  .sec07 .leave_box .box01 .text02 span {
    font-size: 6.4vw;
    font-weight: 600;
    padding-bottom: 1vw;
    background: linear-gradient(transparent 88%, #E4B419 50%);
  }
  .sec07 .leave_box .box01 .text03 {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw;
    font-size: 5.33vw;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 2;
    margin-bottom: 4.2vw;
  }
  .sec07 .leave_box .box01 .item_btn {
    position: relative;
    z-index: 5;
    width: 88.53vw;
    margin: 0 auto;
    background-color: #fff;
    border: 0.26vw solid #207C89;
  }
  .sec07 .leave_box .box01 .item_btn a {
    color: #207C89;
  }
  .sec07 .leave_box .box01 .item_btn a::before {
    background: url(/images/index/btn_arrow10.webp) center/contain no-repeat;
  }
  .sec07 .leave_box .box02 {
    position: relative;
    background: url(/images/index/leave_box02_backimage_sp.webp) center top/contain no-repeat;
    width: 88.53vw;
    max-width: 100%;
    height: 249.86vw;
    margin: 0 auto;
    padding: 16vw 2vw 5vw;
  }
  .sec07 .leave_box .box02 .title {
    font-size: 8vw;
    font-weight: 600;
    margin-bottom: -2.66vw;
  }
  .sec07 .leave_box .box02 .subtitle {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.33vw;
    margin-bottom: 2vw;
  }
  .sec07 .leave_box .box02 .text01 {
    font-size: 4.8vw;
  }
  .sec07 .leave_box .box02 .image_box {
    position: absolute;
    top: -16vw;
    left: 50%;
    transform: translateX(-50%);
    width: 34.13vw;
    height: 26.93vw;
  }
  .sec07 .leave_box .box02 .gridbox {
    position: relative;
    width: 88.53vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    top: 5.66vw;
    left: 50%;
    transform: translateX(-50%);
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: initial;
  }
  .sec07 .leave_box .box02 .gridbox .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40.8vw;
    height: 40.8vw;
  }
  .sec07 .leave_box .box02 .gridbox .item .item_text {
    font-size: 4.5vw;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .sec07 .leave_box .box02 .gridbox .item01, .sec07 .leave_box .box02 .gridbox .item05 {
    background: url(/images/index/leave_box02_circle01.webp) center/contain no-repeat;
  }
  .sec07 .leave_box .box02 .gridbox .item02, .sec07 .leave_box .box02 .gridbox .item04 {
    background: url(/images/index/leave_box02_circle02.webp) center/contain no-repeat;
  }
  .sec07 .leave_box .box02 .gridbox .item03 {
    background: url(/images/index/leave_box02_circle03.webp) center/contain no-repeat;
  }
  .sec07 .leave_box .box02 .gridbox .item01, .sec07 .leave_box .box02 .gridbox .item04 {
    margin-right: 5vw;
  }
  .sec07 .leave_box .box02 .gridbox .item03 {
    margin: -4vw 20vw;
  }
  .sec07 .leave_box .box02 .cont_box {
    position: absolute;
    bottom: 22.93vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: auto;
  }
  .sec07 .leave_box .box02 .cont_box .text_box {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-right: initial;
    padding: 0 5.5vw;
    padding-bottom: 0;
  }
  .sec07 .leave_box .box02 .cont_box .text_box .text02 {
    font-size: 4.8vw;
    color: #fff;
    margin-bottom: 4.2vw;
  }
  .sec07 .leave_box .box02 .cont_box .image_box {
    display: none;
  }
  .sec07 .leave_box .box02 .item_btn {
    position: relative;
    z-index: 5;
    width: 80vw;
    margin: 0 auto;
    border: 0.26vw solid #fff;
  }
  .sec07 .leave_box .box02 .item_btn a {
    color: #fff;
  }
  .sec07 .leave_box .box02 .item_btn a::before {
    background: url(/images/index/btn_arrow11.webp) center/contain no-repeat;
  }
}

.sec08 {
  background-color: #E2F2F5;
  padding: 100px 0 80px;
  position: relative;
}
.sec08::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 20px;
  background: url(/images/index/text_blog.webp) center/contain no-repeat;
  width: 662px;
  height: 102px;
}
.sec08 .sec_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 45px;
  text-align: center;
  color: #2063A6;
  margin-bottom: 60px;
}
.sec08 .list {
  width: 100%;
  max-width: 100%;
  margin-bottom: 100px;
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.sec08 .list .item {
  margin: 0 auto;
  border-bottom: 1px solid #2063A6;
}
.sec08 .list .item .item_image {
  margin: 0 auto 20px;
}
.sec08 .list .item .item_date {
  font-size: 16px;
}
.sec08 .list .item .item_title {
  font-size: 16px;
  font-weight: 600;
}
.sec08 .item_btn {
  width: 380px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #2063A6;
}
.sec08 .item_btn a {
  color: #2063A6;
}
.sec08 .item_btn a::before {
  background: url(/images/index/btn_arrow06.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding-bottom: 13.8vw;
    padding: 8vw 0 8vw;
    position: relative;
  }
  .sec08::before {
    content: "";
    position: absolute;
    top: -8vw;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/text_blog_sp.webp) center/contain no-repeat;
    width: 75.73vw;
    height: 17.33vw;
  }
  .sec08 .sec_title {
    font-size: 6.93vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 6vw;
  }
  .sec08 .list {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-bottom: 8vw;
    padding: 0 5.5vw;
    display: grid;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec08 .list .item {
    box-sizing: border-box;
    margin: 0 auto;
    border-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .sec08 .list .item .item_image {
    width: 48%;
    margin: 0 auto;
    margin-right: 3vw;
  }
  .sec08 .list .item .item_image img {
    width: 45.333vw;
  }
  .sec08 .list .item .item_box {
    width: 48%;
    height: 26.66vw;
    border-bottom: 1px solid #2063A6;
    display: flex;
    flex-direction: column;
  }
  .sec08 .list .item .item_date {
    font-size: 4.266vw;
  }
  .sec08 .list .item .item_title {
    flex-grow: 1;
    margin-top: auto;
    font-size: 4.266vw;
    font-weight: 600;
  }
  .sec08 .item_btn {
    width: 90.66vw;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #2063A6;
  }
  .sec08 .item_btn a {
    color: #2063A6;
  }
  .sec08 .item_btn a::before {
    background: url(/images/index/btn_arrow06.webp) center/contain no-repeat;
  }
}/*# sourceMappingURL=style.css.map */