@charset "UTF-8";
.body {
  background-color: #fff;
}

/* 親要素の高さ確保 */
.main_imagebox {
  padding-top: 75px;
  height: 755px;
  padding: 150px 20px 0;
}

.mainvisual {
  height: 755px;
}

.key {
  width: 100%;
  height: 755px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

/* 各スライド共通 */
.cont {
  width: 100%;
  height: 755px;
  position: relative;
}

/* 背景画像の設定 */
.key_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; /* 画像の中心を基準にする */
  background-repeat: no-repeat;
  z-index: 1;
}

/* テキストなどのコンテンツ */
.key_text {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.cont01 .key_text {
  top: 160px;
  text-align: center;
  left: 50%;
  transform: translateX(-20%);
}

.cont02 .key_text {
  top: 160px;
  transform: translateX(-10%);
  text-align: center;
  left: 50%;
}

.cont03 .key_text {
  top: 160px;
  left: 50%;
  transform: translateX(-20%);
  text-align: center;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .key, .cont {
    height: 80vw;
  }
  .main_imagebox {
    padding-top: 10vw;
    height: 114vw;
    padding: 35vw 0 0;
  }
  .mainvisual {
    height: auto;
  }
  .key {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }
  /* 各スライド共通 */
  .cont {
    width: 100%;
    height: 755px;
    position: relative;
  }
  /* 背景画像の設定 */
  .key_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; /* 画像の中心を基準にする */
    background-repeat: no-repeat;
    z-index: 1;
  }
  /* テキストなどのコンテンツ */
  .key_text {
    position: absolute;
    z-index: 2;
    width: 100%;
  }
  .cont01 .key_text {
    top: 36vw;
    text-align: center;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
  }
  .cont02 .key_text {
    top: 26vw;
    transform: translateX(-40%);
    text-align: center;
    left: 50%;
    width: 80%;
  }
  .cont03 .key_text {
    top: 36vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
  }
}
@media screen and (min-width: 1441px) {
  .main_imagebox {
    padding-top: 75px;
    height: 60vw;
    padding: 75px 20px 0;
  }
  .mainvisual {
    height: 60vw;
  }
  .key {
    width: 100%;
    height: 60vw;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }
  /* 各スライド共通 */
  .cont {
    width: 100%;
    height: 60vw;
    position: relative;
  }
  /* 背景画像の設定 */
  .key_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
  /* テキストなどのコンテンツ */
  .key_text {
    position: absolute;
    z-index: 2;
    width: auto;
  }
  .key_text img {
    width: 40vw;
    height: auto;
  }
  .cont01 .key_text {
    top: 10vw;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
  .cont02 .key_text {
    top: 10vw;
    text-align: center;
    right: 10%;
  }
  .cont03 .key_text {
    top: 10vw;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top_sec {
  margin-top: 80px;
  margin-bottom: 85px;
}
.top_sec .flexbox {
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.top_sec .flexbox .left_box .clinic_box {
  margin-bottom: 15px;
}
.top_sec .flexbox .left_box .tel_box {
  margin-bottom: 40px;
}
.top_sec .flexbox .left_box .tel_box .tel_text {
  text-align: center;
  margin-bottom: 15px;
}
.top_sec .flexbox .left_box .web_box {
  text-align: center;
}
.top_sec .flexbox .right_box .right_address {
  font-size: 19px;
  margin-bottom: 15px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .top_sec {
    margin-bottom: 13.8vw;
    margin-top: 10vw;
  }
  .top_sec .flexbox {
    display: none;
  }
  .top_sec .right_box .right_address {
    font-size: 3.7vw;
    font-feature-settings: "palt";
    margin-bottom: 5vw;
    padding-left: 0;
  }
}

.sec01 {
  padding-bottom: 140px;
  background-color: rgba(242, 243, 243, 0.77);
}
.sec01 .inner {
  padding: 0;
  padding-left: 75px;
  padding-top: 80px;
}
.sec01 .header_box {
  position: relative;
  margin-bottom: 65px;
}
.sec01 .header_box .box_title {
  font-size: 45px;
  font-family: serif;
  line-height: 2;
  letter-spacing: 0.15em;
}
.sec01 .header_box .box_title .blue {
  color: #196497;
}
.sec01 .header_box .box_title .orange {
  color: #e07c46;
}
.sec01 .header_box .imagebox {
  position: absolute;
  right: 0;
  top: -80px;
  z-index: -1;
}
.sec01 .flexbox {
  position: relative;
  justify-content: flex-start;
}
.sec01 .flexbox .textbox {
  width: 50%;
}
.sec01 .flexbox .imagebox {
  position: absolute;
  bottom: -110px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .inner {
    padding: 0;
    padding-left: 0;
    padding-top: 10vw;
  }
  .sec01 .header_box {
    position: relative;
    margin-bottom: 10vw;
    padding: 0 5vw;
  }
  .sec01 .header_box .box_title {
    font-size: 6vw;
    font-family: serif;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .sec01 .header_box .box_title .blue {
    color: #196497;
  }
  .sec01 .header_box .box_title .orange {
    color: #e07c46;
  }
  .sec01 .header_box .imagebox {
    position: absolute;
    right: 0;
    top: -10vw;
    z-index: -1;
  }
  .sec01 .flexbox {
    position: relative;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
  .sec01 .flexbox .textbox {
    width: 90%;
    margin: 0 auto;
  }
  .sec01 .flexbox .imagebox {
    position: static;
  }
  .sec01 .flexbox .sp_image {
    width: 80%;
  }
  .sec01 .flexbox .imagebox img {
    min-width: initial;
  }
}

.sec02 {
  padding-bottom: 100px;
  background-color: rgba(242, 243, 243, 0.77);
  position: relative;
}
.sec02 .inner {
  padding: 0;
}
.sec02 .header_box {
  position: relative;
}
.sec02 .header_box .box_title {
  padding-left: 75px;
}
.sec02 .header_box .imagebox {
  position: absolute;
  right: 0;
  top: 0;
}
.sec02 .point_box {
  padding: 0 45px;
  position: relative;
  z-index: 1;
}
.sec02 .point_box .num {
  margin-bottom: 25px;
}
.sec02 .point_box .big_box {
  background-color: #fff;
  padding: 45px 30px 90px;
  margin-bottom: 35px;
  border-radius: 10px;
}
.sec02 .point_box .big_box .blue {
  color: #397cb6;
  font-weight: 500;
}
.sec02 .point_box .big_box .flexbox {
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.sec02 .point_box .big_box .flex06 {
  align-items: center;
}
.sec02 .point_box .big_box .imagebox {
  width: 68%;
  position: relative;
}
.sec02 .point_box .big_box .imagebox .float_img {
  position: absolute;
  right: 0;
  bottom: -90px;
}
.sec02 .point_box .big_box .image06 {
  position: relative;
}
.sec02 .point_box .big_box .image06::before {
  position: absolute;
  content: "";
  width: 181px;
  height: 253px;
  left: -40px;
  top: -110px;
  z-index: 1;
  background: url(/images/index/point06_up.webp) center/contain no-repeat;
}
.sec02 .point_box .big_box .image06::after {
  position: absolute;
  content: "";
  width: 145px;
  height: 159px;
  right: 0;
  bottom: -110px;
  z-index: 1;
  background: url(/images/index/point06_bottom.webp) center/contain no-repeat;
}
.sec02 .point_box .big_box .textbox {
  width: 100%;
}
.sec02 .point_box .big_box .textbox .box_title {
  font-size: 48px;
  font-family: serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 45px;
  letter-spacing: 0.15em;
}
.sec02 .point_box .gridbox {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 35px;
  margin: 0 auto 35px;
}
.sec02 .point_box .gridbox .box {
  background-color: #fff;
  padding: 78px;
  width: 506px;
  border-radius: 10px;
}
.sec02 .point_box .gridbox .box .textbox .box_header {
  display: flex;
  align-items: center;
  height: 150px;
}
.sec02 .point_box .gridbox .box .textbox .box_title {
  font-size: 32px;
  font-weight: 500;
  font-family: serif;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}
.sec02 .point_box .gridbox .box .textbox .box_title .green {
  color: #84aa75;
  font-weight: 500;
}
.sec02 .point_box .gridbox .box .textbox .box_title .orange {
  color: #d78f46;
  font-weight: 500;
}
.sec02 .point_box .gridbox .box .textbox .box_title .pink {
  font-weight: 500;
  color: #e28a90;
}
.sec02 .point_box .gridbox .box .textbox .box_title .purple {
  font-weight: 500;
  color: #b2749e;
}
.sec02 .point_box .gridbox .box .imagebox {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-bottom: 13.8vw;
    padding-bottom: 10vw;
    background-color: rgba(242, 243, 243, 0.77);
    position: relative;
  }
  .sec02 .inner {
    padding: 0;
  }
  .sec02 .header_box {
    position: relative;
  }
  .sec02 .header_box .box_title {
    padding-left: 0;
    margin-bottom: 10vw;
  }
  .sec02 .header_box .imagebox {
    position: absolute;
    right: 0;
    top: 0;
  }
  .sec02 .point_box {
    padding: 0 5vw;
    position: relative;
    z-index: 1;
  }
  .sec02 .point_box .num {
    margin-bottom: 3vw;
    width: 13%;
  }
  .sec02 .point_box .num01 {
    width: 10%;
  }
  .sec02 .point_box .big_box {
    background-color: #fff;
    padding: 10vw 5vw;
    margin-bottom: 5vw;
    border-radius: 10px;
  }
  .sec02 .point_box .big_box .blue {
    color: #397cb6;
    font-weight: 500;
  }
  .sec02 .point_box .big_box .flexbox {
    align-items: flex-start;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sec02 .point_box .big_box .flex06 {
    align-items: flex-start;
  }
  .sec02 .point_box .big_box .imagebox {
    width: 100%;
    position: relative;
  }
  .sec02 .point_box .big_box .imagebox .float_img {
    position: absolute;
    right: -1vw;
    bottom: -8vw;
    width: 35vw;
  }
  .sec02 .point_box .big_box .image06 {
    position: relative;
  }
  .sec02 .point_box .big_box .image06::before {
    position: absolute;
    content: "";
    width: 21vw;
    height: 30vw;
    left: -5vw;
    top: -4vw;
    z-index: 1;
    background: url(/images/index/point06_up.webp) center/contain no-repeat;
  }
  .sec02 .point_box .big_box .image06::after {
    position: absolute;
    content: "";
    width: 19vw;
    height: 20vw;
    right: -4vw;
    bottom: -12vw;
    z-index: 1;
    background: url(/images/index/point06_bottom.webp) center/contain no-repeat;
  }
  .sec02 .point_box .big_box .textbox {
    width: 100%;
  }
  .sec02 .point_box .big_box .textbox .box_title {
    font-size: 5.5vw;
    font-family: serif;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5vw;
  }
  .sec02 .point_box .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
    margin: 0 auto 5vw;
  }
  .sec02 .point_box .gridbox .box {
    background-color: #fff;
    padding: 10vw 5vw;
    width: 90%;
    border-radius: 10px;
  }
  .sec02 .point_box .gridbox .box .textbox .box_header {
    display: flex;
    align-items: center;
    height: auto;
  }
  .sec02 .point_box .gridbox .box .textbox .box_title {
    font-size: 5.5vw;
    font-weight: 500;
    font-family: serif;
    line-height: 1.5;
    margin-bottom: 5vw;
    letter-spacing: 0.1em;
  }
  .sec02 .point_box .gridbox .box .textbox .box_title .green {
    color: #84aa75;
    font-weight: 500;
  }
  .sec02 .point_box .gridbox .box .textbox .box_title .orange {
    color: #d78f46;
    font-weight: 500;
  }
  .sec02 .point_box .gridbox .box .textbox .box_title .pink {
    font-weight: 500;
    color: #e28a90;
  }
  .sec02 .point_box .gridbox .box .textbox .box_title .purple {
    font-weight: 500;
    color: #b2749e;
  }
  .sec02 .point_box .gridbox .box .imagebox {
    margin-bottom: 3vw;
  }
}

.sec03 {
  margin-bottom: 190px;
}
.sec03 .sec_box {
  padding-top: 100px;
}
.sec03 .sec_box .sec_header {
  margin-bottom: 70px;
}
.sec03 .sec_box .sec_header .sec_subtitle {
  color: #397cb6;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  font-family: serif;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec03 .sec_box .sec_header .sec_title {
  line-height: 2;
  letter-spacing: 0.15em;
  font-family: serif;
  font-size: 44px;
  font-weight: 500;
  text-align: center;
}
.sec03 .sec_box .sec_text {
  width: 90%;
  margin: 0 auto 100px;
}
.sec03 .inner {
  padding: 0;
}
.sec03 .gridbox {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 70px;
       column-gap: 70px;
  width: 1157px;
  margin-bottom: 50px;
  padding: 0 140px;
}
.sec03 .gridbox .box {
  width: 544px;
}
.sec03 .gridbox .box .box_title {
  font-size: 33px;
  font-weight: 500;
  text-align: center;
  font-family: serif;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
}
.sec03 .gridbox .box .imagebox {
  margin-bottom: 20px;
}
.sec03 .gridbox .box .btn_box {
  margin-top: 30px;
}
.sec03 .gridbox .box .btn_box .about_btn {
  font-size: 24px;
  width: 500px;
}
.sec03 .gridbox .box .btn_box .about_btn::before {
  background: url(/images/index/top_red.webp) center/contain no-repeat;
}
.sec03 .gridbox02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
  padding: 0 110px;
}
.sec03 .gridbox02 .box {
  width: 393px;
}
.sec03 .gridbox02 .box .box_title {
  font-size: 24px;
  font-weight: 600;
  font-family: serif;
  text-align: center;
  padding: 25px;
}
.sec03 .gridbox02 .box .box_text {
  height: 200px;
}
.sec03 .gridbox02 .box .about_btn {
  width: 368px;
  font-size: 24px;
  font-weight: 600;
}
.sec03 .gridbox02 .box .about_btn::before {
  background: url(/images/index/top_blue.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 17.8vw;
  }
  .sec03 .sec_box {
    padding-top: 10vw;
  }
  .sec03 .sec_box .sec_header {
    margin-bottom: 5vw;
  }
  .sec03 .sec_box .sec_header .sec_subtitle {
    color: #397cb6;
    text-align: center;
    font-size: 4.5vw;
    font-weight: 500;
    font-family: serif;
    margin-bottom: 3vw;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec03 .sec_box .sec_header .sec_title {
    line-height: 2;
    letter-spacing: 0.1em;
    font-family: serif;
    font-size: 5.5vw;
    font-weight: 500;
    text-align: center;
  }
  .sec03 .sec_box .sec_text {
    width: 100%;
    margin: 0 auto 10vw;
    font-size: 4vw;
  }
  .sec03 .inner {
    padding: 5vw;
  }
  .sec03 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    width: 100%;
    margin: 0 auto 10vw;
    padding: 0;
    row-gap: 10vw;
  }
  .sec03 .gridbox .box {
    width: 100%;
  }
  .sec03 .gridbox .box .box_title {
    font-size: 5.5vw;
    font-weight: 500;
    text-align: center;
    font-family: serif;
    margin-bottom: 3vw;
  }
  .sec03 .gridbox .box .imagebox {
    margin-bottom: 3vw;
  }
  .sec03 .gridbox .box .btn_box {
    margin-top: 5vw;
  }
  .sec03 .gridbox .box .btn_box .about_btn {
    font-size: 4vw;
    width: 80vw;
  }
  .sec03 .gridbox02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
    padding: 0;
  }
  .sec03 .gridbox02 .box {
    width: 100%;
  }
  .sec03 .gridbox02 .box .box_title {
    font-size: 5.5vw;
    font-weight: 500;
    font-family: serif;
    text-align: center;
    padding: 0 3vw 3vw;
  }
  .sec03 .gridbox02 .box .box_text {
    height: auto;
    margin-bottom: 5vw;
  }
  .sec03 .gridbox02 .box .about_btn {
    width: 80vw;
    font-size: 4vw;
  }
}

.sec04 {
  padding-bottom: 50px;
  background-color: rgba(242, 243, 243, 0.77);
  position: relative;
  margin-bottom: 90px;
}
.sec04 .inner {
  padding: 0 85px;
}
.sec04 .header_box {
  position: absolute;
  display: flex;
  justify-content: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
  right: 50%;
  transform: translateX(50%);
  top: -60px;
  width: 100%;
}
.sec04 .header_box .title_text {
  font-size: 27px;
  font-weight: bold;
  color: #397cb6;
  font-family: serif;
  margin-top: 10px;
}
.sec04 .header_box .left_img {
  position: relative;
}
.sec04 .header_box .left_img .left_bottom {
  position: absolute;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding-top: 20px;
  width: 429px;
  height: 83px;
  left: 0;
  bottom: -30px;
  background: url(/images/index/left_bg.webp) center/contain no-repeat;
}
.sec04 .sec_body {
  padding-top: 520px;
}
.sec04 .sec_body .textbox {
  width: 90%;
  margin: 0 auto 20px;
}
.sec04 .sec_body .btn_box {
  justify-content: flex-end;
  width: 90%;
  margin: 0 auto 25px;
}
.sec04 .sec_body .about_btn {
  width: 368px;
  font-size: 24px;
}
.sec04 .sec_body .about_btn::before {
  background: url(/images/index/top_blue.webp) center/contain no-repeat;
}
.sec04 .sec_body .bottom_box {
  background-color: #fff;
  padding: 20px 40px 50px;
  margin-bottom: 25px;
  border-radius: 20px;
}
.sec04 .sec_body .bottom_box .bottom_title {
  font-size: 24px;
  color: #265071;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.sec04 .sec_body .bottom_box .bottom_title::before {
  content: "";
  flex-grow: 1;
  background-color: #397cb6;
  height: 1px;
  margin-right: 2rem;
}
.sec04 .sec_body .bottom_box .bottom_title::after {
  content: "";
  flex-grow: 1;
  background-color: #397cb6;
  height: 1px;
  margin-left: 2rem;
}
.sec04 .sec_body .bottom_box .keireki_bottom {
  border-bottom: 1.5px solid #397cb6;
  padding-bottom: 20px;
}
.sec04 .sec_body .bottom_box .flexbox {
  margin-bottom: 15px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: flex-start;
  padding: 0 240px;
}
.sec04 .sec_body .bottom_box .flexbox .left {
  width: 290px;
}
.sec04 .sec_body .bottom_box {
  background-color: #fff;
  padding: 20px 40px 50px;
  margin-bottom: 25px;
  border-radius: 20px;
}
.sec04 .sec_body .bottom_box .shozoku_box {
  border-bottom: 1.5px solid #397cb6;
  padding: 0 50px 20px;
}
.sec04 .sec_body .bottom_box .shozoku_box .box .shozoku_title1 {
  color: #265071;
  margin-bottom: 30px;
}
.sec04 .sec_body .bottom_box .shozoku_box .box .shozoku_title {
  color: #265071;
  margin-bottom: 5px;
}
.sec04 .sec_body .bottom_box .shozoku_box .box .shozoku_text {
  padding-left: 1em;
  margin-bottom: 25px;
}
.sec04 .sec_body .bottom_box .shozoku_box .box .shozoku_text .blue {
  color: #397cb6;
}
.sec04 .sec_body .bottom02 {
  margin-bottom: 100px;
}
.sec04 .sec_body .message_box .flexbox {
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.sec04 .sec_body .message_box .flexbox .textbox {
  width: 100%;
}
.sec04 .sec_body .message_box .flexbox .textbox .box_title {
  color: #487897;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.sec04 .sec_body .message_box .flexbox .imagebox {
  width: 18.7%;
}
.sec04 .sec_body .message_box .flexbox .imagebox .image_bottom {
  text-align: center;
  color: #265071;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding-bottom: 13.8vw;
    padding-bottom: 10vw;
    background-color: rgba(242, 243, 243, 0.77);
    position: relative;
    margin-bottom: 10vw;
  }
  .sec04 .inner {
    padding: 0 5vw;
  }
  .sec04 .header_box {
    position: absolute;
    flex-direction: column-reverse;
    display: flex;
    justify-content: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
    right: 50%;
    transform: translateX(50%);
    top: -11vw;
    width: 100%;
  }
  .sec04 .header_box .imagebox {
    width: 90%;
    margin: 0 auto;
  }
  .sec04 .header_box .title_text {
    font-size: 4.5vw;
    font-weight: bold;
    color: #397cb6;
    font-family: serif;
    margin-top: 3vw;
  }
  .sec04 .header_box .left_img {
    position: relative;
    width: 70%;
    margin: 0 auto;
  }
  .sec04 .header_box .left_img .left_bottom {
    position: absolute;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.5vw;
    padding-top: 5vw;
    width: 74vw;
    height: 11vw;
    left: 0;
    bottom: -3vw;
    background: url(/images/index/left_bg.webp) center/contain no-repeat;
  }
  .sec04 .sec_body {
    padding-top: 185vw;
  }
  .sec04 .sec_body .textbox {
    width: 100%;
    margin: 0 auto 5vw;
  }
  .sec04 .sec_body .btn_box {
    justify-content: center;
    width: 100%;
    margin: 0 auto 10vw;
  }
  .sec04 .sec_body .about_btn {
    width: 80vw;
    font-size: 4vw;
  }
  .sec04 .sec_body .bottom_box {
    background-color: #fff;
    padding: 5vw;
    margin-bottom: 3vw;
    border-radius: 3vw;
  }
  .sec04 .sec_body .bottom_box .bottom_title {
    font-size: 4.5vw;
    color: #265071;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
  }
  .sec04 .sec_body .bottom_box .bottom_title::before {
    content: "";
    flex-grow: 1;
    background-color: #397cb6;
    height: 1.5px;
    margin-right: 2rem;
  }
  .sec04 .sec_body .bottom_box .bottom_title::after {
    content: "";
    flex-grow: 1;
    background-color: #397cb6;
    height: 1.5px;
    margin-left: 2rem;
  }
  .sec04 .sec_body .bottom_box .keireki_bottom {
    border-bottom: 1.5px solid #397cb6;
    padding-bottom: 3vw;
  }
  .sec04 .sec_body .bottom_box .flexbox {
    margin-bottom: 3vw;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: flex-start;
    padding: 0 5vw;
  }
  .sec04 .sec_body .bottom_box .flexbox .left {
    width: 100%;
  }
  .sec04 .sec_body .bottom_box .flexbox .right {
    width: 100%;
  }
  .sec04 .sec_body .bottom_box {
    background-color: #fff;
    padding: 5vw 2vw;
    margin-bottom: 3vw;
    border-radius: 3vw;
  }
  .sec04 .sec_body .bottom_box .shozoku_box {
    border-bottom: 1.5px solid #397cb6;
    padding: 0 5vw;
  }
  .sec04 .sec_body .bottom_box .shozoku_box .box .shozoku_title1 {
    color: #265071;
    margin-bottom: 5vw;
  }
  .sec04 .sec_body .bottom_box .shozoku_box .box .shozoku_title {
    color: #265071;
    margin-bottom: 2vw;
  }
  .sec04 .sec_body .bottom_box .shozoku_box .box .shozoku_text {
    padding-left: 0;
    margin-bottom: 5vw;
  }
  .sec04 .sec_body .bottom_box .shozoku_box .box .shozoku_text .blue {
    color: #397cb6;
    font-size: 4vw;
  }
  .sec04 .sec_body .bottom02 {
    margin-bottom: 10vw;
  }
  .sec04 .sec_body .message_box .box_title {
    color: #487897;
    font-size: 5vw;
    margin-bottom: 3vw;
    font-weight: bold;
  }
  .sec04 .sec_body .message_box .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column-reverse;
  }
  .sec04 .sec_body .message_box .flexbox .textbox {
    width: 100%;
  }
  .sec04 .sec_body .message_box .flexbox .imagebox {
    width: 50%;
  }
  .sec04 .sec_body .message_box .flexbox .imagebox .image_bottom {
    text-align: center;
    color: #265071;
    font-weight: bold;
  }
}

.sec05 {
  background: url(/images/index/sec05_1.webp) center/contain no-repeat;
  width: 100%;
  height: 364px;
  margin-bottom: 150px;
}
.sec05 .inner {
  padding: 0;
}
.sec05 .textbox {
  background-color: rgba(57, 124, 180, 0.72);
  width: 1393px;
  margin: 0 auto;
}
.sec05 .textbox .box_title {
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  font-family: serif;
  padding-top: 70px;
  letter-spacing: 0.15em;
}
.sec05 .textbox .box_text {
  text-align: center;
  color: #fff;
  font-family: serif;
  font-size: 24px;
  margin-bottom: 50px;
}
.sec05 .textbox .blue_line {
  font-size: 24px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-family: serif;
  background-color: #397cb4;
}
@media screen and (max-width: 768px) {
  .sec05 {
    background: url(/images/index/sec05_1_sp.webp) center/contain no-repeat;
    width: 100%;
    height: 95vw;
    margin-bottom: 13.8vw;
  }
  .sec05 .inner {
    padding: 0;
  }
  .sec05 .textbox {
    background-color: rgba(57, 124, 180, 0.72);
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .textbox .box_title {
    font-size: 5vw;
    text-align: center;
    color: #fff;
    margin-bottom: 10vw;
    font-family: serif;
    padding-top: 20vw;
  }
  .sec05 .textbox .box_text {
    text-align: center;
    color: #fff;
    font-family: serif;
    font-size: 4.5vw;
    margin-bottom: 12vw;
  }
  .sec05 .textbox .blue_line {
    font-size: 4.5vw;
    padding: 5vw 0;
    text-align: center;
    color: #fff;
    font-family: serif;
    background-color: #397cb4;
  }
}

.sec06 {
  margin-bottom: 100px;
}
.sec06 .flexbox {
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: flex-start;
}
.sec06 .flexbox .recruit_box {
  position: relative;
}
.sec06 .flexbox .recruit_box::before {
  content: "";
  position: absolute;
  width: 392px;
  height: 131px;
  left: 0;
  top: -90px;
  background: url(/images/index/sec06_up.webp) center/contain no-repeat;
}
.sec06 .flexbox .news_box {
  width: 50%;
}
.sec06 .flexbox .news_box .news_title {
  font-size: 30px;
  color: #2e4560;
  font-family: serif;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  border-bottom: 1px solid #2e4560;
  margin-bottom: 20px;
}
.sec06 .flexbox .news_box .news_cont {
  border-bottom: 1px solid #2e4560;
  padding-bottom: 20px;
}
.sec06 .flexbox .news_box .btn_box {
  justify-content: flex-end;
}
.sec06 .flexbox .news_box .about_btn {
  border: none;
  width: 300px;
}
.sec06 .flexbox .news_box .about_btn::before {
  background: url(/images/index/top_blue.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec06 {
    margin-bottom: 13.8vw;
  }
  .sec06 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30vw;
    align-items: flex-start;
  }
  .sec06 .flexbox .recruit_box {
    position: relative;
  }
  .sec06 .flexbox .recruit_box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 22vw;
    left: -17vw;
    top: -17vw;
    background: url(/images/index/sec06_up.webp) center/contain no-repeat;
  }
  .sec06 .flexbox .news_box {
    width: 100%;
  }
  .sec06 .flexbox .news_box .news_title {
    font-size: 5vw;
    color: #2e4560;
    font-family: serif;
    letter-spacing: 0.1em;
    padding-bottom: 3vw;
    border-bottom: 1px solid #2e4560;
    margin-bottom: 3vw;
  }
  .sec06 .flexbox .news_box .news_cont {
    padding-bottom: 3vw;
    border-bottom: 1px solid #2e4560;
  }
  .sec06 .flexbox .news_box .btn_box {
    justify-content: flex-end;
  }
  .sec06 .flexbox .news_box .about_btn {
    border: none;
    width: 80vw;
  }
}/*# sourceMappingURL=style.css.map */