html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  scroll-margin-top: 120px;
}

body {
  color: #515151;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

h2, h3, h4, h5 {
  font-weight: 400;
}

.header {
  background-image: url(../img/mv.jpg);
  background-size: cover;
  min-height: 41.24vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 750px) {
  .header {
    background-image: url(../img/sp_mv.png);
    height: 100vh;
    min-height: auto;
    align-items: flex-end;
  }
}
.header .logo {
  position: absolute;
  top: 35px;
  right: 55px;
}
@media (max-width: 750px) {
  .header .logo {
    top: 20px;
    right: auto;
    width: 100%;
    text-align: center;
  }
}
.header .txtbox {
  padding: 0 115px 0 0;
}
@media (max-width: 750px) {
  .header .txtbox {
    padding: 0 20px 0;
    background-color: rgba(255, 154, 177, 0.7);
    padding: 20px;
  }
}
.header .txtbox h1 {
  font-size: 4rem;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .header .txtbox h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.header .txtbox .txt {
  font-size: 2.8rem;
  line-height: 46px;
  letter-spacing: 0.5px;
}
@media (max-width: 750px) {
  .header .txtbox .txt {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-bottom: 20px;
  }
}

.box01 {
  background-image: url(../img/box01bk.png);
  padding: 60px 0 105px;
  position: relative;
  background-size: cover;
}
.box01 .txt01 {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.3px;
  line-height: 44px;
}
@media (max-width: 750px) {
  .box01 .txt01 {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 0 20px;
  }
}
.box01 .title {
  position: absolute;
  left: 0;
  top: 40%;
  background-color: #fff;
  text-align: right;
  max-width: 25.72vw;
  width: 100%;
  font-size: 3.5rem;
  color: #FF9AB1;
  line-height: 24px;
  letter-spacing: 0.5px;
  display: block;
  padding: 27px 29px 27px 0;
  z-index: 3;
  border-radius: 0 39px 39px 0;
}
@media (max-width: 750px) {
  .box01 .title {
    position: initial;
    max-width: 100%;
    text-align: center;
    border-radius: 0;
    font-size: 2rem;
    padding: 15px 0px 15px 0;
    margin-top: 20px;
  }
}
.box01 .txt_wapper {
  max-width: 1105px;
  width: 100%;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 39px 39px 0;
}
@media (max-width: 750px) {
  .box01 .txt_wapper {
    margin: 0px auto 0;
    flex-direction: column-reverse;
  }
}
.box01 .txt_wapper .left_box {
  background-color: rgba(255, 222, 222, 0.7);
  border-radius: 17px;
  padding: 52px 155px 43px 71px;
  margin-right: -10%;
  position: relative;
  z-index: 2;
  margin-top: 80px;
}
@media (max-width: 750px) {
  .box01 .txt_wapper .left_box {
    padding: 20px;
    border-radius: 0px;
    margin-right: 0%;
    border-radius: 0px;
    margin-top: 0px;
  }
}
.box01 .txt_wapper .left_box p {
  font-size: 1.8rem;
  line-height: 36px;
  letter-spacing: 0.5px;
}

.box02 .title {
  text-align: center;
  font-size: 3.5rem;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.box02 .title::after {
  content: "";
  display: block;
  width: 219px;
  height: 24px;
  background-image: url(../img/line.png);
  background-size: cover;
  border-radius: 12px;
  margin: 28px auto;
}
.box02 .list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box02 .list li {
  width: 48%;
  border: 5px solid #FF9AB1;
  border-radius: 25px;
  padding: 23px 27px 21px 27px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .box02 .list li {
    width: 100%;
    flex-direction: column;
    padding: 20px;
  }
}
.box02 .list li figure {
  margin-right: 10px;
}
@media (max-width: 750px) {
  .box02 .list li figure {
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
}
.box02 .list li h3 {
  color: #FF9AB1;
  font-size: 2.8rem;
  line-height: 27px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  .box02 .list li h3 {
    font-size: 1.8rem;
  }
}
.box02 .list li h3 span {
  width: 46px;
  height: 46px;
  background-color: #FF9AB1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
@media (max-width: 750px) {
  .box02 .list li h3 span {
    width: 36px;
    height: 36px;
  }
}
.box02 .list li p {
  font-size: 1.5rem;
  line-height: 21px;
}
@media (max-width: 750px) {
  .box02 .list li p {
    line-height: 1.8;
  }
  .box02 .list li p br {
    display: none;
  }
}

.box03 {
  background-image: url(../img/box03bk.png);
  background-position: bottom;
  background-size: cover;
  padding-bottom: 100px;
}
.box03 .title {
  text-align: center;
  font-size: 3.5rem;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.box03 .title::after {
  content: "";
  display: block;
  width: 219px;
  height: 24px;
  background-image: url(../img/line.png);
  background-size: cover;
  border-radius: 12px;
  margin: 28px auto;
}
.box03 .flex_ttl {
  display: flex;
  justify-content: space-between;
}
.box03 .flex_ttl h3 {
  width: 40vw;
  color: #fff;
  font-size: 3.5rem;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (max-width: 750px) {
  .box03 .flex_ttl h3 {
    margin-bottom: 20px;
  }
}
.box03 .flex_ttl h3.left {
  background-color: #FF9AB1;
  box-shadow: inset 4px -4px 4px 0 rgba(231, 124, 148, 0.58), inset 5px 5px 3px 0 rgba(255, 255, 255, 0.34), 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0 40px 40px 0;
  padding: 30px 20px 30px 0;
  text-align: right;
}
@media (max-width: 750px) {
  .box03 .flex_ttl h3.left {
    width: 100%;
    font-size: 2.4rem;
    border-radius: 0;
    text-align: center;
    padding: 15px 0px;
  }
}
.box03 .flex_ttl h3.right {
  background-color: #8CB8E0;
  box-shadow: inset -4px -4px 4px 0 rgba(146, 170, 212, 0.58), inset 5px 5px 3px 0 rgba(255, 255, 255, 0.34), 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 40px 0px 0px 40px;
  padding: 30px;
}
@media (max-width: 750px) {
  .box03 .flex_ttl h3.right {
    width: 100%;
    font-size: 2.4rem;
    border-radius: 0;
    text-align: center;
    padding: 15px 0px;
  }
}
.box03 .flex_box {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  margin: 30px auto;
}
@media (max-width: 750px) {
  .box03 .flex_box {
    flex-direction: column;
  }
}
.box03 .flex_box .left_box {
  width: 48%;
}
@media (max-width: 750px) {
  .box03 .flex_box .left_box {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .box03 .flex_box .left_box .list {
    padding: 0 20px;
  }
}
.box03 .flex_box .left_box .list li {
  background-color: #FFF1F1;
  box-shadow: inset 3px 3px 12px 0 rgba(0, 0, 0, 0.11);
  padding: 15px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  .box03 .flex_box .left_box .list li {
    padding: 10px;
  }
}
.box03 .flex_box .left_box .list li:last-child::after {
  display: none;
}
.box03 .flex_box .left_box .list li::after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 73px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 20px;
  transform: translateY(150%);
  background-color: #FF9AB1;
}
@media (max-width: 750px) {
  .box03 .flex_box .left_box .list li::after {
    left: 50%;
    transform: translate(-50%, 150%);
  }
}
.box03 .flex_box .left_box .list li .step {
  color: #FF9AB1;
  font-size: 4.9rem;
  line-height: 1;
  margin-right: 15px;
  border-right: 3px solid #FF9AB1;
  padding-right: 10px;
  padding: 5px 15px 5px 0;
}
@media (max-width: 750px) {
  .box03 .flex_box .left_box .list li .step {
    font-size: 3rem;
    padding: 5px 10px 5px 0;
    width: 22%;
    text-align: center;
  }
}
.box03 .flex_box .left_box .list li .step span {
  font-size: 2.4rem;
  display: block;
}
@media (max-width: 750px) {
  .box03 .flex_box .left_box .list li .step span {
    font-size: 1.8rem;
  }
}
@media (max-width: 750px) {
  .box03 .flex_box .left_box .list li .txtbox {
    width: 78%;
  }
}
.box03 .flex_box .left_box .list li .txtbox h4 {
  color: #FF9AB1;
  font-size: 3.5rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  .box03 .flex_box .left_box .list li .txtbox h4 {
    font-size: 1.8rem;
  }
}
.box03 .flex_box .left_box .list li .txtbox p {
  font-size: 1.9rem;
  line-height: 27px;
  letter-spacing: 0.5px;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .box03 .flex_box .left_box .list li .txtbox p {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}
.box03 .flex_box .right_box {
  width: 48%;
  position: relative;
  z-index: 4;
}
@media (max-width: 750px) {
  .box03 .flex_box .right_box {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .box03 .flex_box .right_box .list {
    padding: 0 20px;
  }
}
.box03 .flex_box .right_box .list li {
  background-color: #EFF7FF;
  box-shadow: inset 3px 3px 12px 0 rgba(0, 0, 0, 0.11);
  padding: 15px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  .box03 .flex_box .right_box .list li {
    padding: 10px;
  }
}
.box03 .flex_box .right_box .list li:last-child::after {
  display: none;
}
.box03 .flex_box .right_box .list li::after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 73px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 20px;
  transform: translateY(150%);
  background-color: #9CC1E3;
}
@media (max-width: 750px) {
  .box03 .flex_box .right_box .list li::after {
    left: 50%;
    transform: translate(-50%, 150%);
  }
}
.box03 .flex_box .right_box .list li .step {
  color: #9CC1E3;
  font-size: 4.9rem;
  line-height: 1;
  margin-right: 15px;
  border-right: 3px solid #9CC1E3;
  padding-right: 10px;
  padding: 5px 15px 5px 0;
}
@media (max-width: 750px) {
  .box03 .flex_box .right_box .list li .step {
    font-size: 3rem;
    padding: 5px 10px 5px 0;
    width: 22%;
    text-align: center;
  }
}
.box03 .flex_box .right_box .list li .step span {
  font-size: 2.4rem;
  display: block;
}
@media (max-width: 750px) {
  .box03 .flex_box .right_box .list li .step span {
    font-size: 1.8rem;
  }
}
@media (max-width: 750px) {
  .box03 .flex_box .right_box .list li .txtbox {
    width: 78%;
  }
}
.box03 .flex_box .right_box .list li .txtbox h4 {
  color: #9CC1E3;
  font-size: 3.5rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  .box03 .flex_box .right_box .list li .txtbox h4 {
    font-size: 1.8rem;
  }
}
.box03 .flex_box .right_box .list li .txtbox p {
  font-size: 1.9rem;
  line-height: 27px;
  letter-spacing: 0.5px;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .box03 .flex_box .right_box .list li .txtbox p {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}

.box04 {
  text-align: center;
  padding-top: 300px;
  position: relative;
}
@media (max-width: 750px) {
  .box04 {
    padding-top: 150px;
  }
}
.box04::before {
  content: "";
  display: block;
  background-image: url(../img/box04icon.png);
  width: 444px;
  height: 560px;
  position: absolute;
  right: 40px;
  top: -45%;
}
@media (max-width: 750px) {
  .box04::before {
    width: 244px;
    height: 360px;
    background-size: contain;
  }
}
.box04 p {
  background-image: url(../img/box04bk.png);
  max-width: 890px;
  margin: 0 auto;
  color: #EC7A95;
  font-size: 3.9rem;
  line-height: 60px;
  padding: 70px 0;
}
@media (max-width: 750px) {
  .box04 p {
    font-size: 2rem;
    padding: 30px 0;
    background-size: contain;
    line-height: 1;
    max-width: 94%;
    margin: 0 auto;
  }
}

.box05 {
  margin-top: 50px;
  background-image: url(../img/box05bk.png);
  background-position: bottom right;
  padding-bottom: 150px;
  background-size: contain;
}
@media (max-width: 750px) {
  .box05 {
    padding-bottom: 50px;
  }
}
.box05 .ttl {
  font-size: 2.8rem;
  line-height: 60px;
  text-align: center;
}
.box05 .ttl::before {
  content: url(../img/merit.png);
  display: block;
  margin-bottom: -50px;
}
@media (max-width: 750px) {
  .box05 .ttl::before {
    content: "";
    width: 80%;
    height: 50px;
    background-image: url(../img/merit.png);
    margin: 0 auto -20px;
  }
}
.box05 .flex_box {
  display: flex;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto;
}
@media (max-width: 750px) {
  .box05 .flex_box {
    flex-direction: column-reverse;
    padding: 0 20pz;
  }
}
.box05 .flex_box.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .box05 .flex_box.reverse {
    flex-direction: column-reverse;
  }
}
.box05 .flex_box.reverse figure {
  text-align: left;
}
.box05 .flex_box .left_box {
  width: 48%;
}
@media (max-width: 750px) {
  .box05 .flex_box .left_box {
    width: 100%;
  }
}
.box05 .flex_box .left_box h3 {
  color: #EC7A95;
  font-size: 2.9rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}
@media (max-width: 750px) {
  .box05 .flex_box .left_box h3 {
    font-size: 2rem;
  }
}
.box05 .flex_box .left_box h3.icon01 {
  padding: 50px 0;
  background-image: url(../img/box05icon01.png);
  background-position: right center;
}
@media (max-width: 750px) {
  .box05 .flex_box .left_box h3.icon01 {
    padding: 30px 0;
  }
}
.box05 .flex_box .left_box h3.icon02 {
  padding: 50px 0;
  background-image: url(../img/box05icon02.png);
  background-position: right center;
}
@media (max-width: 750px) {
  .box05 .flex_box .left_box h3.icon02 {
    padding: 30px 0;
  }
}
.box05 .flex_box .left_box h3.icon03 {
  padding: 50px 0;
  background-image: url(../img/box05icon03.png);
  background-position: right center;
}
@media (max-width: 750px) {
  .box05 .flex_box .left_box h3.icon03 {
    padding: 30px 0;
  }
}
.box05 .flex_box .left_box p {
  margin-top: 0px;
  font-size: 1.8rem;
  line-height: 32px;
  letter-spacing: 0.5px;
}
@media (max-width: 750px) {
  .box05 .flex_box .left_box p {
    font-size: 1.6rem;
    padding: 0 20px;
  }
}
.box05 .flex_box .left_box p.mb30 {
  margin-bottom: 30px;
}
.box05 .flex_box figure {
  width: 48%;
  display: block;
  text-align: right;
}
@media (max-width: 750px) {
  .box05 .flex_box figure {
    width: 100%;
  }
}

.box06 {
  margin-top: 100px;
}
.box06 .inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 750px) {
  .box06 .inner {
    padding: 0 10px;
  }
}
.box06 .inner .flex_box01 {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .box06 .inner .flex_box01 {
    margin-bottom: 10px;
  }
}
.box06 .inner .flex_box02 {
  display: flex;
  align-items: center;
  max-width: 1135px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .box06 .inner .flex_box02 {
    flex-direction: column-reverse;
  }
}
.box06 .inner .flex_box02 .txtbox {
  width: 55%;
}
@media (max-width: 750px) {
  .box06 .inner .flex_box02 .txtbox {
    width: 100%;
    margin-top: 10px;
  }
}
.box06 .inner .flex_box02 .txtbox p {
  font-size: 1.9rem;
  line-height: 32px;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .box06 .inner .flex_box02 .txtbox p {
    font-size: 1.6rem;
  }
}
.box06 .inner .flex_box02 .txtbox p span {
  color: #EC7A95;
}
.box06 .inner .flex_box02 ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .box06 .inner .flex_box02 ul {
    flex-direction: column;
  }
}
.box06 .inner .flex_box02 ul li {
  width: 48%;
}
@media (max-width: 750px) {
  .box06 .inner .flex_box02 ul li {
    width: 100%;
  }
}
.box06 .inner .flex_box02 ul li a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #EC7A95;
  border-radius: 39px;
  font-size: 1.9rem;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
}
.box06 .inner .flex_box02 ul li a .min {
  font-size: 1.6rem;
}
@media (max-width: 750px) {
  .box06 .inner .flex_box02 ul li.tel {
    margin-bottom: 15px;
  }
}
.box06 .inner .flex_box02 ul li.tel a::before {
  content: "";
  display: block;
  background-image: url(../img/telicon01.png);
  width: 27px;
  height: 27px;
}
.box06 .inner .flex_box02 ul li.tel a::after {
  content: "";
  display: block;
  background-image: url(../img/box06arrow.png);
  width: 30px;
  height: 30px;
}
.box06 .inner .flex_box02 ul li.mail a::before {
  content: "";
  display: block;
  background-image: url(../img/mailicon.png);
  width: 24.5px;
  height: 19.6px;
}
.box06 .inner .flex_box02 ul li.mail a::after {
  content: "";
  display: block;
  background-image: url(../img/box06arrow.png);
  width: 30px;
  height: 30px;
}
.box06 .inner h2 .title01 {
  font-size: 3.5rem;
  color: #fff;
  background-image: url(../img/box06ttl01.png);
  background-size: cover;
  margin-bottom: 30px;
  padding: 10px 10px 10px 150px;
  display: inline-block;
}
@media (max-width: 750px) {
  .box06 .inner h2 .title01 {
    width: 100%;
    padding: 10px 5px;
    font-size: 2rem;
    background-image: none;
    background-color: #FF9AB1;
    margin-bottom: 0px;
  }
}
.box06 .inner h2 .title01 .big {
  font-size: 4rem;
}
@media (max-width: 750px) {
  .box06 .inner h2 .title01 .big {
    font-size: 2rem;
  }
}
.box06 .inner h2 .title02 {
  display: inline-block;
  font-size: 3.5rem;
  color: #fff;
  background-image: url(../img/box06ttl02.png);
  background-size: cover;
  margin-left: 100px;
  padding: 10px 10px 10px 150px;
}
@media (max-width: 750px) {
  .box06 .inner h2 .title02 {
    padding: 0 5px 10px 5px;
    margin-left: 0px;
    background-image: none;
    background-color: #FF9AB1;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.box06 .inner h2 .title02 .big {
  font-size: 4rem;
}
@media (max-width: 750px) {
  .box06 .inner h2 .title02 .big {
    font-size: 2rem;
  }
}

.box07 {
  background-color: #FFDEDE;
  padding: 75px 0;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 750px) {
  .box07 {
    padding: 25px 0;
  }
}
.box07::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  background-image: url(../img/box07last.png);
  height: 115px;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 750px) {
  .box07::after {
    background-size: contain;
    transform: translateY(4%);
  }
}
.box07 .inner01 {
  padding-left: 100px;
}
@media (max-width: 750px) {
  .box07 .inner01 {
    padding-left: 0;
  }
}
.box07 .inner01 .whbox01 {
  background-color: #fff;
  border-radius: 100px 0 0 100px;
  box-shadow: 3px 9px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 100px 0;
}
@media (max-width: 750px) {
  .box07 .inner01 .whbox01 {
    border-radius: 0px;
    padding: 20px 0;
  }
}
.box07 .inner01 .whbox01 .ttl {
  text-align: center;
  font-size: 2.8rem;
  line-height: 60px;
}
.box07 .inner01 .whbox01 .ttl::before {
  content: url(../img/box07ttl.png);
  display: block;
  margin-bottom: -50px;
}
@media (max-width: 750px) {
  .box07 .inner01 .whbox01 .ttl::before {
    content: "";
    background-image: url(../img/box07ttl.png);
    width: 80%;
    height: 50px;
    background-size: contain;
    margin: 0 auto -50px;
  }
}
.box07 .inner01 .whbox01 .list {
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  margin: 50px auto 0;
}
@media (max-width: 750px) {
  .box07 .inner01 .whbox01 .list {
    flex-direction: column;
    margin: 20px auto 0;
    max-width: 100%;
    padding: 0 10px;
  }
}
.box07 .inner01 .whbox01 .list li {
  width: 31%;
  border: 5px solid #FFDEDE;
  border-radius: 15px;
  text-align: center;
  padding: 30px;
}
@media (max-width: 750px) {
  .box07 .inner01 .whbox01 .list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.box07 .inner01 .whbox01 .list li h3 {
  font-size: 1.9rem;
  letter-spacing: 0.5px;
}
.box07 .inner01 .whbox01 .list li h3::after {
  content: url(../img/box07line.png);
  display: block;
  margin-top: -10px;
}
.box07 .inner01 .whbox01 .list li figure {
  display: block;
  margin-top: 20px;
}
.box07 .inner02 {
  padding-right: 200px;
  margin-top: 50px;
}
@media (max-width: 750px) {
  .box07 .inner02 {
    padding-right: 0px;
    margin-top: 20px;
  }
}
.box07 .inner02 .whbox01 {
  background-color: #fff;
  border-radius: 0px 100px 100px 0px;
  box-shadow: 3px 9px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 100px 0;
}
@media (max-width: 750px) {
  .box07 .inner02 .whbox01 {
    border-radius: 0px;
    padding: 20px 0;
  }
}
.box07 .inner02 .whbox01 .ttl {
  text-align: center;
  font-size: 2.8rem;
  line-height: 60px;
}
.box07 .inner02 .whbox01 .ttl::before {
  content: url(../img/box07ttl02.png);
  display: block;
  margin-bottom: -50px;
}
@media (max-width: 750px) {
  .box07 .inner02 .whbox01 .ttl::before {
    content: "";
    background-image: url(../img/box07ttl02.png);
    width: 80%;
    height: 50px;
    background-size: contain;
    margin: 0 auto -50px;
  }
}
.box07 .inner02 .whbox01 .last_txt {
  font-size: 2.8rem;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .box07 .inner02 .whbox01 .last_txt {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.box07 .inner02 .whbox01 .flex_box {
  display: flex;
  max-width: 80%;
  margin: 50px auto 0;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .box07 .inner02 .whbox01 .flex_box {
    flex-direction: column;
    max-width: 100%;
    padding: 0 10px;
  }
}
.box07 .inner02 .whbox01 .flex_box .left_box {
  position: relative;
  width: 48%;
}
@media (max-width: 750px) {
  .box07 .inner02 .whbox01 .flex_box .left_box {
    width: 100%;
  }
}
.box07 .inner02 .whbox01 .flex_box .left_box::after {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FF9AB1;
}
@media (max-width: 750px) {
  .box07 .inner02 .whbox01 .flex_box .left_box::after {
    display: none;
  }
}
.box07 .inner02 .whbox01 .flex_box .left_box .ttl02 h3 {
  color: #FF9AB1;
}
.box07 .inner02 .whbox01 .flex_box .left_box .txt_box03 {
  font-size: 1.5rem;
  line-height: 27px;
  letter-spacing: 0.5px;
  background-color: #FFDCE4;
  padding: 10px 70px;
  width: 80%;
  margin-top: 20px;
  border-radius: 100px;
}
@media (max-width: 750px) {
  .box07 .inner02 .whbox01 .flex_box .left_box .txt_box03 {
    width: 100%;
    border-radius: 20px;
    padding: 10px 10px;
    font-size: 1.4rem;
  }
}
.box07 .inner02 .whbox01 .flex_box .right_box {
  position: relative;
  width: 48%;
}
@media (max-width: 750px) {
  .box07 .inner02 .whbox01 .flex_box .right_box {
    width: 100%;
    margin-top: 30px;
  }
}
.box07 .inner02 .whbox01 .flex_box .right_box .ttl02 h3 {
  color: #94DAFE;
}
.box07 .inner02 .whbox01 .flex_box .right_box .txt_box03 {
  font-size: 1.5rem;
  line-height: 27px;
  letter-spacing: 0.5px;
  background-color: #D7F2FF;
  padding: 10px 70px;
  width: 80%;
  margin-top: 20px;
  border-radius: 100px;
}
@media (max-width: 750px) {
  .box07 .inner02 .whbox01 .flex_box .right_box .txt_box03 {
    width: 100%;
    border-radius: 20px;
  }
}
.box07 .inner02 .whbox01 .flex_box figure {
  margin-right: 20px;
}
.box07 .inner02 .whbox01 .flex_box .listimg {
  text-align: center;
  margin-top: 20px;
}
.box07 .inner02 .whbox01 .flex_box .ttl02 {
  display: flex;
}
.box07 .inner02 .whbox01 .flex_box .ttl02 h3 {
  font-size: 2rem;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media (max-width: 750px) {
  .box07 .inner02 .whbox01 .flex_box .ttl02 h3 {
    font-size: 1.8rem;
  }
}
.box07 .inner02 .whbox01 .flex_box .ttl02 p {
  font-size: 1.5rem;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 750px) {
  .box07 .inner02 .whbox01 .flex_box .ttl02 p {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.box07 .inner02 .whbox01 .flex_box dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 80%;
  margin: 30px auto 0;
  position: relative;
}
.box07 .inner02 .whbox01 .flex_box dl dt {
  position: relative;
  width: 30%;
  font-size: 2rem;
  line-height: 23px;
  letter-spacing: 0.5px;
}
.box07 .inner02 .whbox01 .flex_box dl dd {
  width: 70%;
  font-size: 2rem;
  line-height: 23px;
  letter-spacing: 0.5px;
}

.box08 {
  padding: 100px 0;
  background-image: url(../img/box08bk.jpg);
  background-size: cover;
  background-position: bottom left;
}
.box08 .txt_box {
  margin-left: auto;
  margin-right: 10%;
  background-color: #FFDEDE;
  border-radius: 30px;
  max-width: 600px;
  padding: 30px;
}
@media (max-width: 750px) {
  .box08 .txt_box {
    margin-right: 5%;
    margin-left: 5%;
    padding: 30px 15px;
  }
}
.box08 .txt_box h2 {
  text-align: center;
  font-size: 3.2rem;
  color: #EC7A95;
}
@media (max-width: 750px) {
  .box08 .txt_box h2 {
    font-size: 2.4rem;
  }
}
.box08 .txt_box h2::after {
  content: "";
  display: block;
  max-width: 374px;
  height: 19px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 1;
  margin-top: -10px;
}
.box08 .txt_box h2 span {
  position: relative;
  z-index: 2;
}
.box08 .txt_box h2 .mini {
  font-size: 2.7rem;
}
.box08 .txt_box .list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
.box08 .txt_box .txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .box08 .txt_box .txt {
    font-size: 1.4rem;
  }
}

.box09 {
  margin: 100px 0;
}
.box09 .inner {
  max-width: 1300px;
  margin: 0 auto;
}
.box09 .inner .ttl {
  text-align: center;
  font-size: 2.8rem;
  line-height: 60px;
  letter-spacing: 0.1px;
}
.box09 .inner .ttl::before {
  content: url(../img/box09ttl.png);
  display: block;
  margin-bottom: -50px;
}
@media (max-width: 750px) {
  .box09 .inner .ttl::before {
    content: "";
    background-image: url(../img/box09ttl.png);
    width: 80%;
    height: 50px;
    background-size: contain;
    margin: 0 auto -50px;
  }
}
.box09 .inner .txt_box {
  margin-top: 30px;
  border: 5px solid #FFDEDE;
  border-radius: 20px;
  padding: 50px;
}
@media (max-width: 750px) {
  .box09 .inner .txt_box {
    padding: 30px 15px;
  }
}
.box09 .inner .txt_box h3 {
  text-align: center;
  font-size: 2.4rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.box09 .inner .txt_box dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .box09 .inner .txt_box dl {
    max-width: 100%;
    flex-direction: column;
  }
}
.box09 .inner .txt_box dl dt {
  width: 30%;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}
@media (max-width: 750px) {
  .box09 .inner .txt_box dl dt {
    width: 100%;
    border-bottom: none;
    padding: 30px 0 0;
    text-align: center;
  }
}
.box09 .inner .txt_box dl dd {
  width: 70%;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}
@media (max-width: 750px) {
  .box09 .inner .txt_box dl dd {
    width: 100%;
    padding: 20px 0 30px;
    font-size: 1.4rem;
  }
}
@media (max-width: 750px) {
  .box09 .inner .txt_box {
    max-width: 94%;
    margin: 30px auto 0;
  }
}

.box10 {
  background-image: url(../img/box10bk.png);
  background-size: contain;
  background-position: top center;
  padding-top: 70px;
}
@media (max-width: 750px) {
  .box10 {
    padding-top: 30px;
  }
}
.box10 .ttl {
  margin-top: 100px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 60px;
  letter-spacing: 0.1px;
}
.box10 .ttl::before {
  content: url(../img/box10ttl.png);
  display: block;
  margin-bottom: -50px;
}
@media (max-width: 750px) {
  .box10 .ttl::before {
    content: "";
    background-image: url(../img/box10ttl.png);
    width: 80%;
    height: 50px;
    background-size: contain;
    margin: 0 auto -50px;
  }
}
.box10 .txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 42px;
  margin-top: 35px;
}
@media (max-width: 750px) {
  .box10 .txt {
    font-size: 1.6rem;
    padding: 0 20px;
    line-height: 1.8;
  }
}
.box10 ul {
  display: flex;
  justify-content: space-between;
  max-width: 625px;
  margin: 30px auto 0;
}
@media (max-width: 750px) {
  .box10 ul {
    flex-direction: column;
    padding: 0 20px;
  }
}
.box10 ul li {
  width: 48%;
}
@media (max-width: 750px) {
  .box10 ul li {
    width: 100%;
  }
}
.box10 ul li a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #EC7A95;
  border-radius: 39px;
  font-size: 1.9rem;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
}
.box10 ul li a .min {
  font-size: 1.6rem;
}
@media (max-width: 750px) {
  .box10 ul li.tel {
    margin-bottom: 20px;
  }
}
.box10 ul li.tel a::before {
  content: "";
  display: block;
  background-image: url(../img/telicon01.png);
  width: 27px;
  height: 27px;
}
.box10 ul li.tel a::after {
  content: "";
  display: block;
  background-image: url(../img/box06arrow.png);
  width: 30px;
  height: 30px;
}
.box10 ul li.mail a::before {
  content: "";
  display: block;
  background-image: url(../img/mailicon.png);
  width: 24.5px;
  height: 19.6px;
}
.box10 ul li.mail a::after {
  content: "";
  display: block;
  background-image: url(../img/box06arrow.png);
  width: 30px;
  height: 30px;
}

footer {
  margin-top: 100px;
}
@media (max-width: 750px) {
  footer {
    padding: 0 20px;
  }
}
footer .logo {
  text-align: center;
}
footer .txt01 {
  font-size: 1.6rem;
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
}
footer .copy {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 50px;
}
@media (max-width: 750px) {
  footer .copy {
    font-size: 1.2rem;
  }
}

.fixd {
  position: fixed;
  right: 50px;
  bottom: 5%;
  z-index: 99;
}
@media (max-width: 750px) {
  .fixd {
    right: 10px;
    bottom: 2%;
    width: 20%;
  }
}

@media (max-width: 750px) {
  .sp_hide {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .pc_hide {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */