@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
:root {
  --font-noto-sans: "Noto Sans Japanese", sans-serif;
  --font-noto-serif: "Noto Serif Japanese", serif;
  --font-hiragino:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-crimson: "Crimson Pro", serif;
  --font-lora: "Lora", serif;
  --font-yugo:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --font-yumincho:
    "游明朝体", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "MS PMincho", "MS 明朝", serif;
  --font-zen: "Zen Old Mincho", serif;
  --font-bison: "Bison", sans-serif;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-en: Arial, Helvetica, sans-serif;
  --hover-opacity: 0.7;
  --header-height-pc: 119px;
  --header-height-sp: 57px;
  --color-primary: #95424d;
  --gradient-primary: linear-gradient(
    90deg,
    #9f3053 0%,
    #d66b7d 46%,
    #9f3053 78%,
    #d66b7d 100%
  );
  --color-secondary: #ffebeb;
  --color-secondary-light: #fff7f7;
  --color-tertiary: #d1667a;
  --color-gold: #eecf68;
  --color-gold-soft: #ede3b7;
  --color-gold-light: #ffebb9;
}

body {
  font-family: var(--font-yugo);
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
  margin-top: var(--header-height-pc);
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

/**************************************************
  ブレイクポイント改修用
***************************************************/
.tmp-wrapper {
  margin-top: var(--header-height-pc);
  margin-top: 119px;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .tmp-wrapper {
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

@media (max-width: 767px) {
  .tmp-pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tmp-sp_only {
    display: none !important;
  }
}

.prp-collagen {
  --color-primary: #49b8cf;
  --color-alpha: rgb(240.44, 249.32, 251.16);
  --color-secondary: rgba(73, 184, 207, 0.3);
  --color-strong: rgb(10.447826087, 140.5865022713, 167.552173913);
}

/* 古いページの調整用リセット
*****************************************************/
img {
  width: auto;
}

/* Section 03 */
.sec03__shoreibox {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 744px) {
  .sec03__shoreibox {
    margin-top: 18.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}

.sec03__ttl-upper span {
  width: 100%;
  line-height: 1;
}

ul.sec03__shorei-item {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 744px) {
  ul.sec03__shorei-item {
    flex-direction: column;
  }
}

.sec03__shorei-item li {
  width: 49%;
}
@media screen and (max-width: 744px) {
  .sec03__shorei-item li {
    width: 100%;
    margin-bottom: 18.6666666667vw;
  }
  .sec03__shorei-item li:last-child {
    margin-bottom: 0;
  }
}

.sec03__shorei-libox {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

.sec03__box_num {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #539fb7;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -42px;
  left: -14px;
  margin: 0 auto;
  font-weight: normal;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3), inset 0px 6px 7px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3), inset 0px 6px 7px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3), inset 0px 6px 7px -2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 744px) {
  .sec03__box_num {
    font-size: 4.8vw;
    width: 24vw;
    height: 24vw;
    border: 1.0666666667vw solid #fff;
    top: -11.2vw;
    left: -1.0666666667vw;
  }
}
@media screen and (max-width: 370px) {
  .sec03__box_num {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.sec03__honsuu {
  font-size: 50px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 744px) {
  .sec03__honsuu {
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 370px) {
  .sec03__honsuu {
    font-size: 6.4vw;
  }
}

.sec03__hon {
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 744px) {
  .sec03__hon {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 370px) {
  .sec03__hon {
    font-size: 3.2vw;
  }
}

.sec03__ttl {
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  display: block;
  color: #fff;
  text-align: center;
  min-height: 64px;
  background: linear-gradient(to right, #2e68a8 0%, #5c9eb8 30%, #5c9eb8 70%, #2e68a8 100%);
  margin-bottom: 0;
  line-height: 1.5;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .sec03__ttl {
    font-size: 6.1333333333vw;
    padding: 2.6666666667vw;
    min-height: 17.0666666667vw;
  }
}

.sec03__shorei-images {
  padding: 25px;
}
@media screen and (max-width: 744px) {
  .sec03__shorei-images {
    padding: 3.4666666667vw;
  }
}

.sec03__shorei-images img {
  width: 100%;
}

.sec03__shorei-detail {
  font-size: 12px;
  margin-top: 10px;
  padding: 0 30px;
}
@media screen and (max-width: 744px) {
  .sec03__shorei-detail {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
    padding: 0 8vw;
  }
}

/* 古いページの調整用リセット
*****************************************************/
main h2 {
  overflow: initial;
}

/* コンテンツ
*****************************************************/
.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
}

.koseikai > section {
  color: #474747;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 744px) {
  .koseikai > section {
    line-height: 1.5;
  }
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}

section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    width: auto;
    padding: 8vw 4vw;
  }
}
@media screen and (max-width: 744px) {
  section .inner .inner-new {
    padding: 8vw 0;
  }
}

section .inner2 {
  max-width: 980px;
}

section .inner > p {
  padding-bottom: 30px;
  text-align: justify;
}

.inner-fixed {
  margin: 0 auto;
  max-width: 1080px;
}

img {
  height: auto;
  max-width: 100%;
}

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

.red {
  color: #ff4164;
  font-weight: 600;
}

.kerning {
  font-feature-settings: "palt" 1;
}

/* Sections CSS */
.section {
  background: #fff;
}

#lpNav {
  padding: 0 -webkit-calc((100% - 1080px) / 2);
  padding: 0 -moz-calc((100% - 1080px) / 2);
  padding: 0 calc((100% - 1080px) / 2);
}
#lpNav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
#lpNav li {
  position: relative;
  padding: 20px 0 25px;
  width: 21%;
  font-size: 14px;
  border-left: 1px solid #ebebeb;
}
#lpNav li:last-child {
  border-right: 1px solid #ebebeb;
}
#lpNav li:last-child:after {
  right: -7px;
}
#lpNav li:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  width: 21px;
  height: 10px;
  background: url("../images/ico_menuarrow.webp") center no-repeat;
  background-size: cover;
}
#lpNav li:before {
  left: -7px;
}
#lpNav li a {
  display: block;
  padding: 10px 10px 4px;
  color: #474747;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  text-align: center;
}

/* Common */
.sec__cttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
  color: #474747;
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: inherit;
}
@media screen and (max-width: 744px) {
  .sec__cttl {
    font-size: 6.4vw;
    margin-bottom: 12vw;
  }
}
.sec__cttl::before {
  content: "";
  background: url(../images/sec_ttl-line.svg) no-repeat center top/cover;
  width: 378px;
  max-width: 100%;
  height: 21px;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec__cttl::before {
    width: 85.8666666667vw;
    bottom: -8vw;
    background-image: url(../images/sec_ttl-line-sp.svg);
    background-size: contain;
  }
}

/* Section 01 */
.sec01 {
  background-image: url(../images/main-image.webp);
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec01 {
    background: none;
  }
}
.sec01 .pcDisp_lp img {
  width: 700px;
  margin-left: 27px;
}
.sec01 h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .sec01 .content {
    left: 0;
  }
}

section .inner.inner-bnr {
  padding: 0;
}

#sec02 {
  background: url(../images/sec02-bg.webp) no-repeat center top/cover;
  min-height: 517px;
  text-align: center;
}
#sec02 .inner {
  padding: 60px 0 39px 0;
}
@media screen and (max-width: 744px) {
  #sec02 .inner {
    padding: 8vw 4vw 2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  #sec02 {
    min-height: 0;
    background-image: url(../images/sec02-bg-sp.webp);
  }
}

.sec02__ttl {
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background: url(../images/sec02-ttl-bg.webp) repeat-y center top/contain;
  min-height: 54px;
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .sec02__ttl {
    font-size: 4.8vw;
    line-height: 1.3;
    min-height: 14.4vw;
  }
}

.sec02__plus {
  width: 22px;
  height: 22px;
  margin: 0 25px;
}
@media screen and (max-width: 744px) {
  .sec02__plus {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    margin: 0 5.3333333333vw;
  }
}

.sec02__img01 {
  width: 640px;
  margin-top: -10px;
}
@media screen and (max-width: 744px) {
  .sec02__img01 {
    margin-top: 0;
  }
}

#sec03 {
  background: url(../images/sec03-bg.webp) no-repeat center top/cover;
  min-height: 1337px;
}
@media screen and (max-width: 744px) {
  #sec03 {
    background-image: url(../images/sec03-bg-sp.webp);
    min-height: 0;
  }
}

.sec03__upper {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .sec03__upper {
    margin-bottom: 5.3333333333vw;
  }
}
.sec03__ttl-upper {
  font-size: 21px;
  font-weight: bold;
  color: #474747;
  text-align: center;
  margin-bottom: 60px;
  overflow: inherit;
}
@media screen and (max-width: 744px) {
  .sec03__ttl-upper {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.sec03__ttl-upper span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 42px;
  color: #2d69aa;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec03__ttl-upper span {
    font-size: 6.4vw;
  }
}
.sec03__ttl-upper span:before {
  content: "";
  background: url(../images/sec03__ttl-line.svg) no-repeat center top;
  width: 462px;
  max-width: 100%;
  height: 21px;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec03__ttl-upper span:before {
    height: 3.2vw;
    background-size: contain;
    bottom: -5.8666666667vw;
  }
}
.sec03__list {
  background: rgba(26, 109, 137, 0.4);
  padding: 20px 40px 10px;
}
@media screen and (max-width: 744px) {
  .sec03__list {
    padding: 2.6666666667vw 2.6666666667vw 0;
  }
}
.sec03__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec03__list ul li {
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  min-height: 60px;
  padding: 10px 20px 10px 75px;
  width: calc(50% - 10px);
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec03__list ul li {
    font-size: 4.8vw;
    width: 100%;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 10.6666666667vw;
    min-height: 0;
    line-height: 1.3;
    margin-bottom: 2.6666666667vw;
  }
}
.sec03__list ul li:before {
  content: "";
  width: 36px;
  height: 30px;
  background: url(../images/ico_check.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 12px;
  left: 30px;
}
@media screen and (max-width: 744px) {
  .sec03__list ul li:before {
    height: 8vw;
    width: 6.4vw;
    left: 2.6666666667vw;
    top: 1.0666666667vw;
  }
}
.sec03__list ul li span {
  color: #db5968;
}
@media screen and (max-width: 744px) {
  .sec03__list ul li .redtxt {
    color: #474747;
  }
}
.sec03__ttl-lower {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 32px;
  color: #474747;
  text-align: center;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 70px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 50px #fff;
}
@media screen and (max-width: 744px) {
  .sec03__ttl-lower {
    font-size: 5.6vw;
    margin-bottom: 8vw;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff;
  }
}
.sec03__ttl-lower span {
  font-size: 46px;
  color: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .sec03__ttl-lower span {
    font-size: 8vw;
  }
}
.sec03__ttl-lower02 {
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .sec03__ttl-lower02 {
    margin-top: 5.3333333333vw;
    margin-bottom: 0;
  }
}
.sec03__ttl-lower02 span {
  color: #2d69aa;
}
.sec03__box {
  background: linear-gradient(to bottom, rgba(26, 109, 137, 0.4), rgba(26, 109, 137, 0.6));
  margin-top: 64px;
  padding: 30px 50px;
  color: #fff;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec03__box {
    margin-top: 6.4vw;
    padding: 5.3333333333vw 2.6666666667vw;
    background: linear-gradient(to bottom, rgba(26, 109, 137, 0.4), rgba(110, 154, 168, 0.9));
  }
}
.sec03__box-subttl {
  position: absolute;
  top: -48px;
  left: -40px;
  width: 289px;
}
@media screen and (max-width: 744px) {
  .sec03__box-subttl {
    width: 37.0666666667vw;
    top: -4.2666666667vw;
    left: -2.4vw;
  }
}
.sec03__box-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 48px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 35px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .sec03__box-ttl {
    font-weight: 400;
    font-size: 6.4vw;
    padding: 0 0 2.1333333333vw 18.6666666667vw;
    letter-spacing: 0.2666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}
.sec03__box-img {
  position: absolute;
  top: -32px;
  right: -35px;
}
@media screen and (max-width: 744px) {
  .sec03__box-img {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.sec03__box-txt {
  font-size: 18px;
  font-weight: bold;
  padding-right: 49px;
}
@media screen and (max-width: 744px) {
  .sec03__box-txt {
    font-size: 4vw;
    padding-right: 0;
  }
}
.sec03__box-txt p {
  position: relative;
  padding-left: 19px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .sec03__box-txt p {
    padding-left: 4vw;
    line-height: 1.3;
    margin-top: 4vw;
  }
}
.sec03__box-txt p:before {
  content: "";
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .sec03__box-txt p:before {
    top: 0.8vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.sec03__txt-light {
  margin-top: 38px;
  font-weight: bold;
  font-size: 32px;
  color: #fff000;
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .sec03__txt-light {
    font-size: 5.6vw;
    text-align: center;
    display: block;
    margin-top: 2.6666666667vw;
  }
}
.sec03__list-item {
  display: flex;
  flex-flow: row wrap;
}
.sec03__list-item li {
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
  margin-bottom: 10px;
}
.sec03__list-item li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 744px) {
  .sec03__list-item li:nth-child(5n) {
    margin-right: 0.8vw;
  }
}
@media screen and (max-width: 744px) {
  .sec03__list-item li {
    width: calc((100% - 1.6vw) / 3);
    margin-right: 0.8vw;
    margin-bottom: 1.3333333333vw;
  }
  .sec03__list-item li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 744px) {
  .sec03__list-item .pcDisp_lp {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  .sec03__list-item .spDisp_lp {
    display: block;
  }
}

#sec04 {
  background-image: repeating-linear-gradient(-45deg, #fff 0px, #fff 0.8px, #dbf1f5 0px, #dbf1f5 50%);
  background-size: 8px 8px;
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 744px) {
  #sec04 {
    background-size: 2.1333333333vw 2.1333333333vw;
  }
}
#sec04 .inner {
  padding: 70px 0;
}
@media screen and (max-width: 744px) {
  #sec04 .inner {
    padding: 8vw 4vw;
  }
}

.sec04__box_item {
  margin-bottom: 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 744px) {
  .sec04__box_item {
    margin-bottom: 5.3333333333vw;
    box-shadow: 0 0 2.6666666667vw 0 rgba(0, 0, 0, 0.3);
  }
}
.sec04__box_item:last-child {
  margin-bottom: 0;
}
.sec04__box_item:nth-child(2) .sec04__subttl {
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .sec04__box_item:nth-child(2) .sec04__subttl {
    text-align: center;
    margin-bottom: 4vw;
  }
}
.sec04__box_item .sec04__content {
  padding: 5px 50px 40px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .sec04__box_item .sec04__content {
    padding: 4vw 2.6666666667vw 5.3333333333vw;
    position: relative;
  }
}
.sec04__ttl {
  font-size: 28px;
  font-weight: bold;
  display: block;
  color: #fff;
  text-align: center;
  min-height: 64px;
  background: linear-gradient(to right, #2e68a8 0%, #5c9eb8 30%, #5c9eb8 70%, #2e68a8 100%);
  margin-bottom: 0;
  line-height: 1.5;
  padding: 10px 10px;
}
@media screen and (max-width: 744px) {
  .sec04__ttl {
    font-size: 5.6vw;
    padding: 2.1333333333vw 2.6666666667vw;
  }
}
.sec04__subttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 744px) {
  .sec04__subttl {
    font-size: 5.6vw;
    text-align: left;
    margin-bottom: 13.3333333333vw;
    line-height: 1.3;
  }
}
.sec04__subttl .small {
  font-size: 30px;
}
@media screen and (max-width: 744px) {
  .sec04__subttl .small {
    font-size: 4vw;
  }
}
.sec04__subttl .blue {
  color: #2d69aa;
}
.sec04__subttl .red {
  color: #db5968;
}
.sec04__content {
  background: #fff;
  padding: 5px 50px 40px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec04__content {
    padding: 6.6666666667vw 2.6666666667vw 5.3333333333vw;
    position: relative;
  }
}
.sec04__media {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 744px) {
  .sec04__media img {
    width: 100%;
    max-width: 133.3333333333vw;
    margin: 0 auto;
  }
  .sec04__media .sec04__img01 {
    position: absolute;
    top: -7.7333333333vw;
    right: 2.6666666667vw;
    width: 34.6666666667vw;
    max-width: calc(100% - 57.0666666667vw);
  }
}
.sec04__img01 {
  margin-right: 10px;
}
.sec04__img02-wrap__img {
  max-width: 640px;
}
.sec04-sec04-box1-img01-wrap__img {
  max-width: 300px;
}
.sec04__txt {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 35px;
}
@media screen and (max-width: 744px) {
  .sec04__txt {
    font-size: 4.8vw;
    text-align: left;
    margin-top: 5.3333333333vw;
  }
}
.sec04__txt .redtxt {
  color: #db5968;
}
.sec04__box2-img01 {
  width: 938px;
  margin: 0 auto;
}

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
#kv_lp.moniAct {
  background-image: none;
  margin-bottom: 70px;
}
@media screen and (max-width: 744px) {
  #kv_lp.moniAct {
    margin-bottom: 0;
  }
}
#kv_lp.moniAct h2 {
  overflow: hidden;
  padding: inherit;
  margin: 0;
}
@media screen and (max-width: 744px) {
  #kv_lp.moniAct h2 {
    padding: 0;
  }
}
#kv_lp.moniAct img.pcDisp {
  width: 1920px;
  height: 600px;
  margin: 0 auto;
  object-fit: cover;
}
#kv_lp.moniAct .top_copy {
  margin: 30px auto 0;
}
@media screen and (max-width: 744px) {
  #kv_lp.moniAct .top_copy {
    margin: 8vw auto 0;
  }
}

.monitor .sec01 {
  background-image: url(../images/line-30-main-image.webp);
}

/* --------------------------------------------------
 リセット
-------------------------------------------------- */
#tempFlow .sec__cttl:before,
#tempPrice .sec__cttl:before,
#faq .sec__cttl:before,
#ca .sec__cttl:before,
#relation .sec__cttl:before,
#supervision .sec__cttl:before {
  display: none;
}

/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case .casePhoto {
  max-width: 980px;
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background-color: var(--color-secondary);
}

/*# sourceMappingURL=style.css.map */
