@charset "UTF-8";
/* レラクリニック */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@700&display=swap");
.serif {
  font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.sans {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Cormoran {
  font-family: "Cormorant Garamond", serif;
}

.cormorant-infant {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* CSS reset */
nav ul,
ul {
  list-style-image: none;
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

a,
a:link,
a:visited,
a:active {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  clear: both;
  float: none;
  width: 100%;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.33333vw;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrapper {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .wrapper {
    width: 100%;
  }
}

/*------------------------------
基本
------------------------------*/
.inner1600 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}
@media only screen and (max-width: 1600px) {
  .inner1600 {
    width: 1600px;
  }
}
@media only screen and (max-width: 767px) {
  .inner1600 {
    width: 100%;
  }
}

.inner1216 {
  max-width: 1216px;
  margin: 0 auto;
}
@media only screen and (max-width: 1216px) {
  .inner1216 {
    width: 1216px;
  }
}
@media only screen and (max-width: 767px) {
  .inner1216 {
    width: calc(100% - 4.8rem);
    padding: 0 2.4rem;
  }
}

.flex {
  display: flex;
}

.flex_column {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .flex_column {
    flex-direction: column;
  }
}

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

a:hover {
  opacity: 0.7;
}

p {
  font-size: 16px;
  line-height: 2em;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, div, img, span, section, body {
  font-size: 16px;
  line-height: 2em;
}

/********************************
モバイル基本
********************************/
.br_sp, .sp, .sp_only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .br_sp, .sp, .sp_only {
    display: inline-block;
  }
}

.sp_only_b {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_only_b {
    display: block;
  }
}

/********************************
モバイル
********************************/
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}
/********************************
hover
********************************/
a:link, a:visited, a:hover, a:active {
  color: #000;
  transition: 0.3s;
}

a img {
  transition: 0.3s;
}

/********************************
header
********************************/
header {
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  header {
    width: 1600px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    width: 100%;
  }
}
header .header {
  justify-content: space-between;
  height: 8rem;
}
@media only screen and (max-width: 767px) {
  header .header {
    position: fixed;
    width: 100%;
    height: 20rem;
    top: 0;
    left: 0;
    z-index: 90;
    background-color: #FFF;
  }
}
header .head-logo {
  margin: 1.5rem 3.2rem auto;
}
header .head-logo img {
  height: 5rem;
  width: 25.5rem;
}
@media only screen and (max-width: 767px) {
  header .head-logo {
    margin: 7.5rem 3.2rem auto;
  }
  header .head-logo img {
    width: 29rem;
    height: auto;
  }
}
header .top-header-sp {
  position: relative;
}
header .header-bnr-t1 {
  margin: 8px 8px auto 0;
}
header .header-bnr-t1.v1 img {
  width: 21.2rem;
  height: 5.6rem;
}
header .header-bnr-t1.v2 img {
  width: 15.4rem;
  height: 5.6rem;
}
header .header-bnr-t1.v3 img {
  width: 17.7rem;
  height: 5.6rem;
}
@media only screen and (max-width: 767px) {
  header .header-bnr-t1.v1 img {
    position: fixed;
    width: 11.5rem;
    height: 11.5rem;
    right: 27rem;
    top: 6.5rem;
  }
  header .header-bnr-t1.v2 img {
    position: fixed;
    width: 11.5rem;
    height: 11.5rem;
    right: 14.5rem;
    top: 6.5rem;
  }
  header .header-bnr-t1.v3 img {
    position: fixed;
    width: calc(33.3333333333% - 0.5rem);
    height: auto;
    bottom: 0;
    left: 0;
  }
}
header .header-bnr-t2 {
  margin-top: 0;
}
header .header-bnr-t2.v1 img {
  margin-left: 8px;
  margin-right: 8px;
  width: 18.4rem;
  height: 5.6rem;
}
header .header-bnr-t2.v2 img {
  margin-right: 32px;
  width: 18.4rem;
  height: 5.6rem;
}
@media only screen and (max-width: 767px) {
  header .header-bnr-t2.v1 img {
    margin: 0;
    width: calc(33.3333333333% - 0.5rem);
    height: auto;
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    left: 0;
  }
  header .header-bnr-t2.v2 img {
    margin: 0;
    width: calc(33.3333333333% - 0.5rem);
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
  }
}
header .pc-nav {
  background-color: #71A1A1;
  height: 54px;
}
header .pc-nav ul {
  min-width: 1100px;
  justify-content: center;
  height: 54px;
}
header .pc-nav ul li {
  font-size: 18px;
  font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  display: grid;
  align-content: center;
  position: relative;
}
header .pc-nav ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1em;
  right: 0;
  top: 1em;
  background-color: #FFF;
}
header .pc-nav ul li a {
  padding: 1em 1.2em;
  color: #FFF;
}
header .pc-nav ul li a:hover {
  color: #FFF;
  transform: translate(0, -6px);
  opacity: 1;
}

.main-contents {
  min-width: 1600px;
}
@media only screen and (max-width: 767px) {
  .main-contents {
    min-width: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .main-contents {
    padding-top: 8rem;
  }
}
/**************sp_nmenu*************/
.menu-btn {
  position: fixed;
  top: 6.5rem;
  right: 2rem;
  display: flex;
  height: 11.5rem;
  width: 11.5rem;
  justify-content: center;
  align-items: center;
  z-index: 100;
  background-color: #71A1A1;
  cursor: pointer;
  border-radius: 0.3rem;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 0.1rem;
  width: 5rem;
  border-radius: 0.3rem;
  background-color: #ffffff;
  position: absolute;
  transition: all 0.3s; /*アニメーション設定*/
}

.menu-btn span:before {
  bottom: 1.8rem;
}

.menu-btn span:after {
  top: 1.8rem;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 80;
  background-color: #3584bb;
}

.menu-content ul {
  padding: 16rem 1rem 0;
}

.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 3.6rem;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 2rem 1.5rem 2rem 2rem;
  position: relative;
  transition: all 0.5s; /*アニメーション設定*/
}

.menu-content ul li a::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 10rem;
  top: calc(50% - 0.2rem);
  transition: all 0.5s; /*アニメーション設定*/
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  /*値を変更してメニューを画面外へ*/
  z-index: 95;
  background-color: #71A1A1;
  transition: all 0.5s; /*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
  /*メニューを画面内へ*/
  right: -10%;
}

/**************end sp_nmenu*************/
/********************************
mv
********************************/
.v1v1 {
  position: absolute;
}

.mvimg-text {
  color: blue;
  position: absolute;
}

.mv {
  position: relative;
  height: 760px;
}
.mv .mv-inner {
  background-color: #BBE2E8;
  height: 76rem;
}
.mv .mv-img {
  position: relative;
}
.mv .mv-img .v1, .mv .mv-img .v2 {
  position: absolute;
  padding: 1rem 2rem;
  background-color: #FFF;
  font-size: 3.2rem;
  color: #0FA5BF;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.05rem;
}
.mv .mv-img .v1 {
  top: 16.2rem;
  right: 27.4rem;
}
.mv .mv-img .v2 {
  top: 23.4rem;
  right: 19rem;
}
.mv .inner1600 img {
  max-width: 1600px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 76rem;
  line-height: 0;
}
.mv .slider_bg {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
  .mv .slider_bg {
    width: 1600px;
  }
}
@media only screen and (max-width: 767px) {
  .mv {
    height: auto;
  }
  .mv .inner1600 img {
    -o-object-fit: auto;
       object-fit: auto;
    height: auto;
  }
  .mv .slider_bg {
    width: 100%;
  }
  .mv .mv-inner {
    height: auto;
    padding-bottom: 35rem;
  }
  .mv .mv-img .v1, .mv .mv-img .v2 {
    font-size: 4.2rem;
    letter-spacing: 0.1rem;
  }
  .mv .mv-img .v1 {
    top: 78.2rem;
    right: 15.8rem;
  }
  .mv .mv-img .v2 {
    top: 86.5rem;
    right: 4rem;
  }
}

.slider_rap {
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
  .slider_rap {
    width: 1600px;
  }
}
.slider_rap .slider_box {
  padding: 1.6rem 1.3rem;
}
.slider_rap .slider_box img {
  width: 50.3rem;
  height: 26.3rem;
}
.slider_rap .slick-dots {
  bottom: -1rem;
}
.slider_rap .slick-dots li button:before {
  display: none;
}
.slider_rap .slick-dots li {
  background-color: #D9D9D9;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  transition: 0.2s;
}
.slider_rap .slick-dots li:hover {
  position: relative;
  background-color: #317676;
  width: 5px;
  height: 5px;
}
.slider_rap .slick-dots li:hover::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #317676;
  top: -2px;
  left: -2px;
  border-radius: 50%;
}
.slider_rap .slick-dots li.slick-active {
  background-color: #317676;
  width: 5px;
  height: 5px;
  position: relative;
}
.slider_rap .slick-dots li.slick-active::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #317676;
  top: -2px;
  left: -2px;
  border-radius: 50%;
}
.slider_rap .slick-prev, .slider_rap .slick-next {
  top: inherit;
  bottom: -14px;
  border-top: 1px solid #317676;
  border-left: 1px solid #317676;
  background-color: transparent;
  width: 13px;
  height: 13px;
  z-index: 10;
}
.slider_rap .slick-prev {
  transform: rotate(-45deg);
  left: 500px;
}
.slider_rap .slick-next {
  transform: rotate(135deg);
  right: 500px;
}
.slider_rap .slick-prev:before, .slider_rap .slick-next:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .slider_rap {
    width: 100%;
  }
  .slider_rap .slider_box {
    padding: 3rem 4rem;
  }
  .slider_rap .slider_box img {
    width: 66rem;
    height: auto;
  }
  .slider_rap .slick-dots {
    display: none;
  }
  .slider_rap .slick-prev, .slider_rap .slick-next {
    top: 15rem;
    bottom: inherit;
    border: none;
    transform: none;
    background-color: transparent;
    z-index: 10;
    width: 6rem;
    height: 10.8rem;
  }
  .slider_rap .slick-prev {
    background: url(/renewal/sliderarrow-r.webp) no-repeat center center;
    background-size: contain;
    right: 0;
    left: auto;
  }
  .slider_rap .slick-next {
    background: url(/renewal/sliderarrow-l.webp) no-repeat center center;
    background-size: contain;
    right: auto;
    left: -0.1rem;
  }
}

/********************************
message
********************************/
.message {
  padding: 16rem 0 16rem;
}
@media only screen and (max-width: 767px) {
  .message {
    padding: 23rem 0 6rem;
  }
}

.cont001 h2 {
  font-size: 6.4rem;
  font-weight: 500;
  color: #71A1A1;
  line-height: 1.2em;
}
.cont001 h3 {
  font-size: 1.6rem;
  margin-bottom: 16rem;
  font-weight: 400;
}
.cont001 p {
  margin-bottom: 2em;
  line-height: 2em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .cont001 h2 {
    font-size: 13rem;
  }
  .cont001 h3 {
    font-size: 2.8rem;
  }
  .cont001 p {
    font-size: 3.1rem;
  }
}

/********************************
promise
********************************/
.promise {
  padding: 16rem 0;
  text-align: center;
  background-color: #E4F5F5;
}
.promise .promise-rap {
  justify-content: space-between;
}
.promise h2 {
  font-size: 12.8rem;
  font-weight: 500;
  color: #71A1A1;
  line-height: 1.2em;
}
.promise h3 {
  font-size: 2rem;
  padding-bottom: 8rem;
  font-weight: 400;
}
.promise h4 {
  font-size: 2.4rem;
  font-weight: 400;
  padding-bottom: 2.4rem;
  line-height: 1.75em;
}
.promise p {
  line-height: 2em;
  height: 11.2rem;
}
.promise .promise-box {
  width: 37.6rem;
}
.promise .promise-box figure {
  position: relative;
  text-align: right;
}
.promise .promise-box figure::before {
  position: absolute;
  content: "";
  height: 36rem;
  width: 36rem;
  border: #71A1A1 solid 1px;
  top: 1.6rem;
  right: 1.6rem;
}
.promise .promise-box figure img {
  position: relative;
  height: 36rem;
  width: 36rem;
}
@media only screen and (max-width: 767px) {
  .promise {
    padding: 13rem 0 2rem;
  }
  .promise .promise-rap {
    flex-wrap: wrap;
  }
  .promise h2 {
    font-size: 11rem;
    line-height: 0.8em;
  }
  .promise h3 {
    font-size: 2.4rem;
    padding-bottom: 13rem;
  }
  .promise h4 {
    font-size: 4.6rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    line-height: 1.75em;
    order: 2;
  }
  .promise p {
    font-size: 3.1rem;
    line-height: 2em;
    height: 11.2rem;
    margin-bottom: 12rem;
    order: 3;
  }
  .promise .promise-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .promise .promise-box figure {
    text-align: center;
    width: 60rem;
    margin: 0 auto 2rem;
    order: 1;
  }
  .promise .promise-box figure::before {
    position: absolute;
    content: "";
    height: 60rem;
    width: 60rem;
  }
  .promise .promise-box figure img {
    height: auto;
    width: 100%;
  }
}

/********************************
service
********************************/
.service {
  padding: 8rem 0 6rem;
}
.service h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #FFF;
  padding: 2.4rem 0;
  background-color: #4F4F4F;
  width: 44rem;
  text-align: center;
  margin: 0 auto;
}
.service .service-box {
  border: #D9D9D9 solid 2px;
  padding: 4rem 8rem;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.service .service-box ul {
  width: 28.4rem;
}
.service .service-box ul li {
  height: 3.8rem;
  margin-bottom: 1.2rem;
}
.service .service-box ul li a {
  font-size: 18px;
  color: #FFF;
  background-color: #71A1A1;
  padding: 6px 12px;
}
.service .service-bnrbox {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.service .service-bnrbox figure {
  width: 39.5rem;
  height: 20.7rem;
}
@media only screen and (max-width: 767px) {
  .service {
    padding: 13rem 0;
  }
  .service h4 {
    font-size: 3.2rem;
    width: 100%;
  }
  .service .service-box {
    border: #D9D9D9 solid 2px;
    padding: 6rem 2rem;
    flex-wrap: wrap;
    margin-bottom: 16rem;
  }
  .service .service-box ul {
    width: 100%;
  }
  .service .service-box ul li {
    height: 3.8rem;
    margin-bottom: 4.5rem;
  }
  .service .service-box ul li a {
    font-size: 3.2rem;
    padding: 0.8rem 2rem;
  }
  .service .service-bnrbox {
    gap: 2rem;
  }
  .service .service-bnrbox figure {
    width: 100%;
    height: auto;
  }
}

/********************************
recommend
********************************/
.recommend {
  padding: 16rem 0;
  background-color: #E4F5F5;
}
.recommend .recommend-box {
  justify-content: space-between;
  margin-bottom: 8rem;
}
.recommend h3 {
  margin-bottom: 4rem;
}
.recommend p {
  font-weight: 400;
  width: 50.9rem;
  color: #505050;
}
.recommend .campaign-bnrbox01 {
  justify-content: space-between;
  margin-bottom: 4rem;
}
.recommend .campaign-bnrbox01 figure {
  width: 58.8rem;
  height: 24rem;
}
.recommend .campaign-bnrbox02 {
  justify-content: space-between;
  gap: 3rem;
}
.recommend .campaign-bnrbox02 figure {
  width: 100%;
  height: auto;
}
.recommend .campaign-iconbox {
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.recommend .campaign-iconbox div {
  width: 17.6rem;
}
.recommend .campaign-iconbox p {
  font-size: 15px;
  line-height: 1.35em;
  width: 17.6rem;
  height: 4.8rem;
  color: #FFF;
  text-align: center;
  background-color: #71A1A1;
  display: grid;
  align-items: center;
  position: relative;
  margin-bottom: 2.2rem;
}
.recommend .campaign-iconbox p::before {
  position: absolute;
  content: "";
  background: #71A1A1;
  height: 12.124355653px;
  width: 14px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -12px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .recommend {
    padding: 20rem 0 13rem;
  }
  .recommend.cont001 h2 {
    font-size: 10.2rem;
    white-space: nowrap;
  }
  .recommend .campaign-bnrbox02 {
    flex-wrap: wrap;
  }
  .recommend .recommend-box {
    flex-wrap: wrap;
    margin-bottom: 8rem;
  }
  .recommend .recommend-box figure {
    order: 1;
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
  .recommend h3 {
    margin-bottom: 10rem;
  }
  .recommend p {
    width: 100%;
    font-size: 3.1rem;
    order: 3;
  }
  .recommend .campaign-bnrbox01 {
    flex-wrap: wrap;
  }
  .recommend .campaign-bnrbox01 figure {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .recommend .campaign-iconbox {
    margin-bottom: 5.4rem;
    flex-wrap: wrap;
    gap: 1.5rem 0;
  }
  .recommend .campaign-iconbox div {
    width: calc(50% - 1rem);
  }
  .recommend .campaign-iconbox p {
    font-size: 2.8rem;
    width: 100%;
    height: 11rem;
    margin-bottom: 3.2rem;
  }
  .recommend .campaign-iconbox p::before {
    bottom: -11px;
  }
}

/********************************
choose
********************************/
.choose {
  background: url(/renewal/erabareru-bg.webp) no-repeat center center;
  background-size: cover;
  padding: 16rem 19.2rem;
  position: relative;
  z-index: 0;
}
.choose::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
  .choose {
    background-size: auto;
  }
}
.choose .choose-rap {
  position: relative;
  border: #71A1A1 solid 2px;
  background-color: #FFF;
  padding: 6.4rem 10.3rem;
  z-index: 1;
  width: 100.6rem;
}
.choose h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 6rem;
}
.choose .choose-flexbox {
  flex-wrap: wrap;
}
.choose .choose-flexbox .choose-textbox {
  max-width: 40rem;
  height: 10rem;
  margin-bottom: 2.4rem;
}
.choose .choose-flexbox .flex {
  width: 50%;
  gap: 1.7rem;
}
.choose .choose-flexbox figure {
  width: 6.8rem;
  height: 6.8rem;
}
.choose .choose-flexbox h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  color: #71A1A1;
  margin-bottom: 1.2rem;
}
.choose .choose-flexbox p {
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #2B2B2B;
}
@media only screen and (max-width: 767px) {
  .choose {
    padding: 13rem 2rem;
    background-size: cover;
  }
  .choose .choose-rap {
    padding: 10rem 1rem;
    width: calc(100% - 2.4rem);
  }
  .choose h2 {
    font-size: 4.6rem;
    margin-bottom: 10rem;
  }
  .choose .choose-flexbox {
    flex-wrap: wrap;
  }
  .choose .choose-flexbox .choose-textbox {
    max-width: inherit;
    height: auto;
    margin-bottom: 2.4rem;
  }
  .choose .choose-flexbox .flex {
    width: 100%;
    gap: 1.7rem;
    flex-direction: column;
  }
  .choose .choose-flexbox figure {
    width: 16rem;
    height: auto;
    padding-bottom: 2rem;
    margin: 0 auto;
  }
  .choose .choose-flexbox h3 {
    font-size: 3.1rem;
    margin-bottom: 2.8rem;
    text-align: center;
  }
  .choose .choose-flexbox p {
    font-size: 3.1rem;
    margin-bottom: 4rem;
  }
}

/********************************
top-flow
********************************/
.top-flow {
  padding: 16rem 0;
  background-color: #E4F5F5;
}
.top-flow h3 {
  margin-bottom: 8rem;
}
.top-flow .flow-rap {
  overflow: hidden;
  width: 160rem;
  margin: 0 auto;
}
.top-flow .flow-inner {
  width: 160rem;
  margin: 0 auto 0 19.2rem;
}
.top-flow .flow-inner .flow-box {
  width: 29.8rem;
  margin-right: 8rem;
}
.top-flow .flow-inner .flow-box figure {
  width: 29.8rem;
  box-shadow: 0px 0px 12px 2px rgba(113, 161, 161, 0.3);
  position: relative;
  margin-bottom: 4rem;
}
.top-flow .flow-inner .flow-box figure i {
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  bottom: -3.2rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-family: "Cormorant Infant", serif;
  font-size: 2.4rem;
  font-style: normal;
  color: #505050;
  background-color: #FFF;
  border: #71A1A1 solid 1px;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
}
.top-flow h4 {
  font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #505050;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  border-bottom: #71A1A1 solid 1px;
  line-height: 2.8em;
  margin-bottom: 1rem;
}
.top-flow p {
  font-size: 1.6rem;
  color: #2B2B2B;
  font-weight: 500;
  line-height: 1.75em;
}
.top-flow a {
  border-bottom: #505050 solid 1px;
}
@media only screen and (max-width: 767px) {
  .top-flow {
    padding: 16rem 0 8rem;
  }
  .top-flow.cont001 h2 {
    line-height: 0.8em;
    font-size: 11rem;
  }
  .top-flow h3 {
    margin-bottom: 12rem;
  }
  .top-flow .flow-rap {
    width: 100%;
    margin: 0 auto;
  }
  .top-flow .flow-inner {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .top-flow .flow-inner .flow-box {
    width: 100%;
    margin-right: auto;
  }
  .top-flow .flow-inner .flow-box figure {
    width: calc(100% - 4rem);
    margin: 0 auto;
    margin-bottom: 10rem;
    line-height: 0;
  }
  .top-flow .flow-inner .flow-box figure i {
    position: absolute;
    width: 13rem;
    height: 13rem;
    bottom: -6.2rem;
    font-size: 4rem;
  }
  .top-flow h4 {
    font-size: 4rem;
    border-bottom: #71A1A1 solid 2px;
    width: calc(100% - 4rem);
    margin: 0 auto 3rem;
  }
  .top-flow p {
    width: calc(100% - 4rem);
    font-size: 3.1rem;
    margin: 0 auto 8rem;
  }
}

/********************************
top-accses
********************************/
.top-accses {
  padding: 16rem 19.2rem 9rem;
}
.top-accses .accses-rap iframe {
  width: 29rem;
  height: 36rem;
}
.top-accses .accses-rap figure {
  margin-left: 2.4rem;
  width: 29rem;
  height: 36rem;
}
.top-accses .accses-rap .accses-text {
  margin-left: 6.4rem;
  width: 54.8rem;
}
.top-accses .accses-rap .accses-text img {
  width: 2.1rem;
  height: 2.1rem;
}
.top-accses .accses-rap h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #71A1A1;
  line-height: 2em;
}
.top-accses .accses-rap p {
  font-size: 1.6rem;
  line-height: 1.4em;
  margin-bottom: 1.4em;
  color: #2B2B2B;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .top-accses {
    padding: 13rem 0;
  }
  .top-accses.cont001 h2 {
    line-height: 0.8em;
  }
  .top-accses .accses-rap {
    flex-wrap: wrap;
  }
  .top-accses .accses-rap iframe {
    width: 100%;
    height: 40rem;
    margin-bottom: 2.6rem;
  }
  .top-accses .accses-rap figure {
    margin-left: auto;
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
  }
  .top-accses .accses-rap .accses-text {
    margin-left: auto;
    width: 100%;
  }
  .top-accses .accses-rap .accses-text img {
    width: 2.1rem;
    height: 2.1rem;
  }
  .top-accses .accses-rap h4 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #71A1A1;
    line-height: 2em;
  }
  .top-accses .accses-rap p {
    font-size: 3.1rem;
    line-height: 1.4em;
    margin-bottom: 1.4em;
    color: #2B2B2B;
    font-weight: 400;
  }
}

/********************************
footer
********************************/
footer {
  padding: 6.4rem 8rem;
  background-color: #71A1A1;
}
@media only screen and (max-width: 1440px) {
  footer {
    width: 144rem;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 767px) {
  footer {
    width: calc(100% - 4rem);
  }
}
footer .footer-inner {
  max-width: 144rem;
  margin: 0 auto;
}
footer .footer-logo {
  width: 25.5rem;
  height: 5rem;
  margin-right: 27.2rem;
}
footer h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 4rem;
  color: #FFF;
}
footer ul {
  flex-wrap: wrap;
  width: 42.1rem;
  justify-content: space-between;
}
footer ul li {
  position: relative;
  font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
  padding-left: 3.2rem;
}
footer ul li::before {
  position: absolute;
  content: "";
  background: #043636;
  height: 1.0392304845rem;
  width: 0.9rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: 0.5rem;
  top: 25%;
  transition: 0.2s;
}
footer ul li:hover::before {
  transform: translate(1rem, 0);
}
footer ul li a.foot_nav {
  color: #FFF;
  text-decoration: underline;
}
footer ul li a.foot_nav:hover {
  color: #000;
}
footer ul li:nth-child(odd) {
  width: 40%;
  width: 9.6rem;
}
footer ul li:nth-child(even) {
  width: 60%;
  width: 23.7rem;
}
footer .foot-rightcont {
  margin-left: 12.4rem;
}
footer .foot-h2 {
  letter-spacing: 0.08em;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
footer h4 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #FFF;
  margin-bottom: 0.8rem;
  border-bottom: none;
}
footer .foot-iconbox {
  gap: 1.6rem;
}
footer .foot-iconbox figure {
  width: 8rem;
  height: 8rem;
}
footer .copyright {
  padding: 8rem 0 2.4rem;
  justify-content: space-between;
}
footer .copyright p {
  font-size: 1.5rem;
  color: #FFF;
}
footer .copyright p a {
  color: #FFF;
  text-decoration: underline;
}
footer .copyright p a:hover {
  color: #000;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 6.4rem 2rem 10rem;
    background-color: #71A1A1;
  }
  footer .footer-inner {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  footer .footer-inner div {
    width: 100%;
  }
  footer .footer-logo {
    width: 54rem;
    height: auto;
    margin-right: auto;
    margin-bottom: 6rem;
  }
  footer h2 {
    font-size: 5.4rem;
  }
  footer ul {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 16rem;
  }
  footer ul li {
    font-size: 3.1rem;
    padding-left: 7rem;
  }
  footer ul li::before {
    height: 1.8186533479rem;
    width: 1.7rem;
    left: 1rem;
    top: 45%;
  }
  footer ul li:nth-child(odd) {
    width: 100%;
  }
  footer ul li:nth-child(even) {
    width: 100%;
  }
  footer .foot-rightcont {
    margin-left: auto;
  }
  footer .foot-h2 {
    font-size: 5.4rem;
  }
  footer h4 {
    font-size: 3.1rem;
    color: #FFF;
    margin-bottom: 1rem;
  }
  footer .foot-iconbox {
    gap: 1.6rem;
  }
  footer .foot-iconbox figure {
    width: 14rem;
    height: 14rem;
  }
  footer .copyright {
    padding: 8rem 0 2.4rem;
    justify-content: flex-start;
    flex-direction: column;
  }
  footer .copyright p {
    font-size: 2.6rem;
    color: #FFF;
  }
  footer .copyright p a {
    color: #FFF;
    text-decoration: underline;
  }
  footer .copyright p a:hover {
    color: #000;
  }
}

/**TOPへ戻るボタン**/
.fixedTop {
  position: fixed;
  right: 3%;
  top: 83%;
  width: 113px;
  opacity: 0;
  transition: 0.2s;
}

/********************************
追加
********************************/
.main-contents .contactbox {
  display: none;
}
.f-bnr{
	flex-wrap: wrap;
	gap:2rem;
	margin-bottom: 10rem;
}
.f-bnr .mens-bnr{
	display: grid;
	background-color: #282828;
	align-items: center
}
.f-bnr a{
	width: calc(100% / 2 - 4rem);
}
.floating-foot-pc{
	max-width: 600px;
	margin: 0 auto;
	align-items: flex-end;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	gap: 1rem;
}
@media only screen and (max-width: 767px) {
	.f-bnr a{
	width: 100%;
	}
}
.displaye-none{
	display: none;
}
/********************************
00
********************************/
/********************************
00
********************************//*# sourceMappingURL=style.css.map */