@charset "UTF-8";
/* 
font-family: "Zen Maru Gothic", sans-serif;
font-family: "Noto Sans JP", sans-serif;
*/
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #1f1f1f;
  min-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.top_only_txt {
  width: 1080px;
  margin: 0 auto 120px;
  text-align: center;
}

/*--------------------cmn--------------------*/
.cmn_ttl {
  font-size: 40px;
  line-height: 1.7em;
  letter-spacing: 0em;
  font-weight: 500;
  color: #88b847;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 55px;
  text-align: center;
}

.cmn_address {
  width: 115px;
  border: 1px solid #e48b88;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #1f1f1f;
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 23px;
}

.cmn_tel p {
  display: inline-block;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #e48b88;
  position: relative;
  z-index: 1;
  padding-left: 0.9411764706em;
  font-family: "Zen Maru Gothic", sans-serif;
}
.cmn_tel p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 0.7058823529em;
  height: 0.7058823529em;
  transform: translate(0%, -40%);
  background: url(/img/common/telicon.png) no-repeat center center/contain;
}

.line_btn {
  width: 250px;
  border: 1px solid #88b847;
  border-radius: 999px;
  padding: 16px 19px 20px;
  background: #fff;
}
.line_btn p {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #1f1f1f;
  position: relative;
  z-index: 1;
  padding-left: 3.2142857143em;
  padding-right: 1.5714285714em;
  font-family: "Zen Maru Gothic", sans-serif;
}
.line_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1.2857142857em;
  height: 0.7142857143em;
  transform: translate(0%, -50%);
  background: url(/img/common/arwb.png) no-repeat center center/contain;
}
.line_btn p::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 2.1428571429em;
  height: 2.1428571429em;
  transform: translate(0%, -50%);
  background: url(/img/common/line.png) no-repeat center center/contain;
}

.con_btn {
  width: 186px;
  border: 1px solid #6382cb;
  border-radius: 999px;
  background: #fff;
  padding: 16px 19px 20px;
}
.con_btn p {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #1f1f1f;
  position: relative;
  z-index: 1;
  padding-left: 2.8571428571em;
  padding-right: 1.5714285714em;
  font-family: "Zen Maru Gothic", sans-serif;
}
.con_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1.2857142857em;
  height: 0.7142857143em;
  transform: translate(0%, -50%);
  background: url(/img/common/arwb.png) no-repeat center center/contain;
}
.con_btn p::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1.7142857143em;
  height: 1.2857142857em;
  transform: translate(0%, -50%);
  background: url(/img/common/mail.png) no-repeat center center/contain;
}

/*--------------------cmn--------------------*/
/*--------------------header--------------------*/
.header {
  width: 100%;
  padding: 0;
  padding-left: 30px;
}
.header .line_btn {
  width: 160px;
  text-align: center;
}
.header .line_btn p {
  padding-right: 0;
}
.header .line_btn p::before {
  display: none;
}
.header .con_btn {
  width: 160px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.header .con_btn p {
  padding-right: 0;
}
.header .con_btn p::before {
  display: none;
}
.header_reserve {
  width: 170px;
  border: 1px solid #6382cb;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  background: #6382cb;
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 23px 0;
}
.header_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding-right: 30px;
}
.header_l {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.header_r {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.header_sns {
  width: 30px;
  height: 30px;
}
.header_sns img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header_nav {
  width: 100%;
  background: #88b847;
  padding: 15px;
}
.header_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.header_nav_item {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.header_nav_item:not(:last-child) {
  padding-right: 1.875em;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1340px) {
  .header_nav_item:not(:last-child) {
    padding-right: 1em;
  }
}
.header_nav_item:not(:first-child) {
  padding-left: 1.8125em;
}
@media screen and (max-width: 1340px) {
  .header_nav_item:not(:first-child) {
    padding-left: 0.9375em;
  }
}
.header_nav_item a {
  color: #fff;
}

/*--------------------header--------------------*/
/*--------------------footer--------------------*/
.footer {
  width: 100%;
  padding: 20px 0;
}
.footer_reserve {
  width: 350px;
  border: 1px solid #6382cb;
  background: #6382cb;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 23px 0;
}
.footer .inner {
  border-top: 2px solid #edf7df;
  border-bottom: 2px solid #edf7df;
  padding: 70px 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_logo {
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
.footer_logo::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1px;
  height: 45px;
  background: #88b847;
  transform: translate(0%, -50%);
}
.footer .header_tel {
  margin-bottom: 10px;
  width: 350px;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  margin-bottom: 50px;
}
.footer_nav_item {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #1f1f1f;
  font-family: "Zen Maru Gothic", sans-serif;
}
.footer_nav_item:not(:last-child) {
  margin-bottom: 30px;
}
.footer_nav_item a {
  color: #1f1f1f;
}
.footer_sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 35px;
}
.footer_subb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.footer_subtxt {
  width: 500px;
  font-size: 16px;
  line-height: 2.25em;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 30px;
}
.footer_subtxt_bg {
  background: #edf7df;
}
.footer_subtxt_big {
  font-size: 18px;
  color: #e48b88;
  font-weight: 700;
}

.copy_rightpc {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  color: #727272;
  text-align: right;
  display: block;
}
.copy_rightpc a {
  color: #727272;
}

/*--------------------footer--------------------*/
/*--------------------mv--------------------*/
.mv {
  width: 100%;
  position: relative;
  z-index: 1;
  height: clamp(540px, 42.1875vw, 810px);
  background: url(/img/common/mvill.png) no-repeat left bottom/13.6458333333%;
}
.mv_img {
  width: 66.6666666667%;
  height: clamp(513.33px, 40.1041666667vw, 770px);
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}
.mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_catch {
  width: 34.8958333333%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 7.8125%;
  transform: translate(0%, -50%);
}
.mv_catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_sub {
  width: 39.9479166667%;
  position: absolute;
  z-index: -1;
  top: 5.3086419753%;
  right: 12.5%;
  transform: translate(0%, 0%);
}
.mv_sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------mv--------------------*/
/*--------------------sv--------------------*/
.sv_news .sv_img img {
  -o-object-position: 0%;
     object-position: 0%;
}

.sv {
  width: 100%;
  height: 470px;
  position: relative;
  z-index: 1;
  background: url(/img/sv/svill.png) no-repeat left bottom/13.6458333333%;
}
.sv_img {
  position: absolute;
  z-index: -2;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  width: 61.4583333333%;
  height: 430px;
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  overflow: hidden;
}
.sv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sv_catch {
  font-size: 66px;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: 700;
  color: #88b847;
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 12.5%;
  transform: translate(0%, -50%);
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;
}

/*--------------------sv--------------------*/
/*--------------------voice--------------------*/
.voice {
  width: 100%;
}
.voice_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
.voice_item {
  width: 100%;
  padding: 70px;
  border-radius: 30px;
  background: #fbf7ed;
}
.voice_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.voice_img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}
.voice_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice_box {
  width: calc(100% - 170px);
}
.voice_star {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 20px;
}
.voice_star_y {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 0;
  color: #f4d819;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-left: 10px;
  margin-right: 10px;
}
.voice_star_b {
  font-size: 22px;
  line-height: 0.5;
  letter-spacing: 0em;
  font-weight: 500;
  color: #f4d819;
  font-family: "Zen Maru Gothic", sans-serif;
}
.voice_ttl {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  color: #1f1f1f;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 20px;
}
.voice_in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  color: #88b847;
  font-family: "Zen Maru Gothic", sans-serif;
}
.voice_namae {
  margin-right: 10px;
}

/*--------------------voice--------------------*/
/*--------------------flow--------------------*/
.flow_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding-bottom: 0;
}
.flow_link a {
  width: 320px;
  background: #6382cb;
  border-radius: 999px;
  padding: 23px 20px;
}
.flow_link a p {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 1;
}
.flow_link a p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1.125em;
  height: 0.625em;
  transform: translate(0%, -50%);
  background: url(/img/common/arwnews.png) no-repeat center center/contain;
}

.flow {
  width: 100%;
}
.flow .line_btn {
  width: 160px;
  text-align: center;
}
.flow .line_btn p {
  padding-right: 0;
}
.flow .line_btn p::before {
  display: none;
}
.flow .con_btn {
  width: 160px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.flow .con_btn p {
  padding-right: 0;
}
.flow .con_btn p::before {
  display: none;
}
.flow_reserve {
  width: 170px;
  border: 1px solid #6382cb;
  background: #6382cb;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 23px 0;
}
.flow_tel {
  border: 1px solid #e48b88;
  border-radius: 999px;
  width: 230px;
  text-align: center;
  padding: 4.25px;
}
.flow_tel span {
  display: block;
  font-size: 15px;
  text-align: center;
}
.flow_tel p {
  font-size: 26px;
  text-align: center;
}
.flow_box {
  width: 100%;
  border-radius: 30px;
  background: #fbf7ed;
  padding: 70px 100px;
}
.flow_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.flow_flex:not(:last-child) {
  margin-bottom: 50px;
}
.flow_num {
  width: 68px;
}
.flow_item {
  width: calc(100% - 88px);
  margin-top: 12px;
}
.flow_item_ttl {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  color: #1f1f1f;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 20px;
}
.flow_item_txt {
  margin-bottom: 15px;
}
.flow_sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px 18px;
  background: #fff;
  border-radius: 30px;
  border: 2px solid #fbf7ed;
}

#rai .flow_box {
  position: relative;
  z-index: 1;
}
#rai .flow_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -120px;
  right: 0%;
  width: 177px;
  height: 157px;
  transform: translate(45%, 0%);
  background: url(/img/flow/illu_r.png) no-repeat center center/contain;
}

#online {
  background: #fbf7ed;
}
#online .flow_box {
  background: #fff;
  position: relative;
  z-index: 1;
}
#online .flow_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -120px;
  right: 0%;
  width: 297px;
  height: 166px;
  transform: translate(25%, 0%);
  background: url(/img/flow/illu.png) no-repeat center center/contain;
}

/*--------------------flow--------------------*/
/*--------------------relax--------------------*/
.intro {
  width: 100%;
}
.intro_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 70px;
}
.intro_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 70px;
}
.intro_flex:nth-child(even) {
  flex-direction: row-reverse;
}
.intro_img {
  width: 480px;
  height: 320px;
  overflow: hidden;
  border-radius: 30px;
}
.intro_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro_box {
  width: calc(100% - 550px);
}
.intro_box_ttl {
  font-size: 28px;
  line-height: 1.5714285714em;
  letter-spacing: 0em;
  font-weight: 500;
  color: #1f1f1f;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 1;
  padding-left: 1.0714285714em;
  margin-bottom: 20px;
}
.intro_box_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 0.7142857143em;
  height: 0.7142857143em;
  transform: translate(0%, -40%);
  background: url(/img/common/clover.png) no-repeat center center/contain;
}

.menu {
  width: 100%;
  background: #fbf7ed;
}
.menu_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 40px 20px;
  border-bottom: 1px solid #88b847;
}
.menu_flex:first-child {
  border-top: 1px solid #88b847;
}
.menu_img {
  width: 270px;
  height: 190px;
  overflow: hidden;
  border-radius: 30px;
}
.menu_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu_box {
  width: calc(100% - 300px);
}
.menu_box_ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.menu_box_ttl span:nth-child(1) {
  font-size: 24px;
  line-height: 1.8333333333em;
  letter-spacing: 0em;
  font-weight: 500;
  color: #1f1f1f;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 82%;
  padding-right: 20px;
}
.menu_box_ttl span:nth-child(2) {
  font-size: 24px;
  line-height: 1.8333333333em;
  letter-spacing: 0em;
  font-weight: 900;
  color: #e48b88;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 18%;
  text-align: right;
}
.menu_box_ttl span:nth-child(2) span {
  font-size: 16px;
  margin-left: 3px;
}
.menu_txt {
  margin-bottom: 20px;
}
.menu_btn {
  width: 320px;
  background: #6382cb;
  border-radius: 999px;
  padding: 23px 20px;
}
.menu_btn p {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 1;
}
.menu_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1.125em;
  height: 0.625em;
  transform: translate(0%, -50%);
  background: url(/img/common/arwnews.png) no-repeat center center/contain;
}

/*--------------------relax--------------------*/
/*--------------------cou--------------------*/
.hou {
  width: 100%;
}
.hou_ttl {
  margin-bottom: 10px;
}
.hou_sub {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
}
.hou_sub span:nth-child(1) {
  color: #6382cb;
}
.hou_sub .subc {
  color: #e48b88;
}
.hou_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0 60px;
  gap: 50px;
}
.hou_flex:not(:last-child) {
  margin-bottom: 70px;
}
.hou_img {
  width: 180px;
  height: 180px;
  border-radius: 30px;
  overflow: hidden;
}
.hou_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hou_box {
  width: calc(100% - 230px);
}
.hou_box_ttl {
  font-size: 28px;
  line-height: 1.3571428571em;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 20px;
}

.about {
  width: 100%;
  background: #fbf7ed;
}
.about_boldtxt {
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
}
.about_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  margin-bottom: 60px;
}
.about_img {
  width: 520px;
  height: 190px;
  border-radius: 30px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.about_box {
  width: calc(100% - 580px);
}
.about_box_ttl {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #e48b88;
  position: relative;
  z-index: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-left: 1em;
  padding-right: 2.5em;
  display: inline-block;
  margin-bottom: 30px;
}
.about_box_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 0.7142857143em;
  height: 0.7142857143em;
  transform: translate(0%, -50%);
  background: url(/img/common/clover.png) no-repeat center center/contain;
}
.about_box_ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 2.2142857143em;
  height: 0.2857142857em;
  transform: translate(0%, -50%);
  background: url(/img/cou/dott.png) no-repeat center center/contain;
}
.about_list li {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  color: #1f1f1f;
  position: relative;
  z-index: 1;
  padding-left: 1.75em;
}
.about_list li:not(:last-child) {
  margin-bottom: 25px;
}
.about_list li::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1.125em;
  height: 1.125em;
  transform: translate(0%, -50%);
  background: url(/img/cou/peke.png) no-repeat center center/contain;
}
.about_txt {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
.about_txt::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -25%;
  left: 50%;
  width: 3.875em;
  height: 0.5em;
  transform: translate(-50%, 0%);
  background: url(/img/cou/dott.png) no-repeat center center/contain;
}
.about_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 60px;
}
.about_item {
  width: 340px;
}
.about_item_ttl {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.about_item_img {
  width: 100%;
  height: 220px;
  background: #fff;
  border-radius: 30px;
  border: 4px solid #edf7df;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.about_item_list li {
  text-indent: -1em;
  padding-left: 1.2em;
}
.about_item_list li span {
  color: #e48b88;
}
.about_intro {
  width: 100%;
}
.about_intro_ttl {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #e48b88;
  position: relative;
  z-index: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-left: 1em;
  padding-right: 2.5em;
  display: inline-block;
  margin-bottom: 30px;
}
.about_intro_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 0.7142857143em;
  height: 0.7142857143em;
  transform: translate(0%, -50%);
  background: url(/img/common/clover.png) no-repeat center center/contain;
}
.about_intro_ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 2.2142857143em;
  height: 0.2857142857em;
  transform: translate(0%, -50%);
  background: url(/img/cou/dott.png) no-repeat center center/contain;
}
.about_intro_item:not(:last-child) {
  margin-bottom: 60px;
}
.about_intro_box {
  background: #fff;
  background: url(/img/cou/clover.png) no-repeat right 30px top 30px/auto, #fff;
  padding: 70px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.about_intro_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -120px;
  right: 0%;
  width: 177px;
  height: 157px;
  transform: translate(50%, 0%);
  background: url(/img/cou/illu_r.png) no-repeat center center/contain;
}
.about_intro_box_ttl {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 1;
  padding-left: 0.75em;
  margin-bottom: 30px;
}
.about_intro_box_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 0.3333333333em;
  height: 0.3333333333em;
  transform: translate(0%, -50%);
  background: #e48b88;
  border-radius: 50%;
}
.about_intro_box_txt {
  margin-bottom: 20px;
}
.about_intro_dl dt {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  color: #fff;
  background: #88b847;
  border-radius: 999px;
  padding: 9px 15px;
  display: inline-block;
  margin-bottom: 10px;
}

#cmenu {
  background: #fff;
}
#cmenu .menu_wrap {
  position: relative;
  z-index: 1;
}
#cmenu .menu_wrap::before {
  content: "";
  position: absolute;
  bottom: -120px;
  right: 0%;
  width: 297px;
  height: 166px;
  transform: translate(25%, 0%);
  background: url(/img/flow/illu.png) no-repeat center center/contain;
}

#menu .menu_wrap {
  position: relative;
  z-index: 1;
}
#menu .menu_wrap::before {
  content: "";
  position: absolute;
  bottom: -120px;
  right: 0%;
  width: 297px;
  height: 166px;
  transform: translate(25%, 0%);
  background: url(/img/flow/illu.png) no-repeat center center/contain;
}

/*--------------------cou--------------------*/
/*--------------------worries--------------------*/
#young .worries_item {
  background: #fbf7ed;
  position: relative;
  z-index: 1;
}
#young .worries_item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 30px;
  height: 34px;
  transform: translate(-100%, -50%);
  background: url(/img/worries/sankaku.png) no-repeat center center/contain;
}

#mid .worries_item {
  background: #eff3fc;
  position: relative;
  z-index: 1;
}
#mid .worries_item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 30px;
  height: 34px;
  transform: translate(-100%, -50%);
  background: url(/img/worries/sankaku02.png) no-repeat center center/contain;
}

#old .worries_item {
  background: #fbf0f0;
  position: relative;
  z-index: 1;
}
#old .worries_item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 30px;
  height: 34px;
  transform: translate(-100%, -50%);
  background: url(/img/worries/sankaku03.png) no-repeat center center/contain;
}

.worries {
  width: 100%;
}
.worries_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 100px;
}
.worries_flex:not(:last-child) {
  margin-bottom: 70px;
}
.worries_img {
  text-align: center;
  width: 210px;
}
.worries_img figure {
  width: 100%;
  height: 206px;
  margin-bottom: 30px;
}
.worries_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.worries_img figcaption {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #e48b88;
  font-family: "Zen Maru Gothic", sans-serif;
  display: inline-block;
  padding-left: 1.0357142857em;
  padding-right: 1.0357142857em;
  position: relative;
  z-index: 1;
}
.worries_img figcaption::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 0.7142857143em;
  height: 0.7142857143em;
  transform: translate(0%, -50%);
  background: url(/img/common/clover.png) no-repeat center center/contain;
}
.worries_img figcaption::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 0.7142857143em;
  height: 0.7142857143em;
  transform: translate(0%, -50%);
  background: url(/img/common/clover.png) no-repeat center center/contain;
}
.worries_box {
  width: calc(100% - 310px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column-reverse;
  gap: 20px;
}
.worries_item {
  width: 100%;
  border-radius: 30px;
  padding: 50px 70px;
}
.worries_item_ttl {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 20px;
}
.worries_item_txt {
  margin-bottom: 20px;
}
.worries_item_link {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  color: #6382cb;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 1.6875em;
  border-bottom: 2px solid #6382cb;
  padding-bottom: 0.625em;
}
.worries_item_link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1.125em;
  height: 0.625em;
  transform: translate(0%, -90%);
  background: url(/img/common/arwh.png) no-repeat center center/contain;
}

.inworries {
  width: 100%;
}
.inworries_box {
  width: 100%;
  background: #fbf7ed;
  padding: 70px;
  border-radius: 30px;
  margin-bottom: 75px;
}
.inworries_box_ttl {
  font-size: 24px;
  line-height: 1.8333333333em;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 20px;
}
.inworries_item {
  margin-bottom: 50px;
}
.inworries_item_ttl {
  font-size: 28px;
  margin-left: 15px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #e48b88;
  position: relative;
  z-index: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-left: 1em;
  padding-right: 2.5em;
  display: inline-block;
  margin-bottom: 30px;
}
.inworries_item_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 0.7142857143em;
  height: 0.7142857143em;
  transform: translate(0%, -50%);
  background: url(/img/common/clover.png) no-repeat center center/contain;
}
.inworries_item_ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 2.2142857143em;
  height: 0.2857142857em;
  transform: translate(0%, -50%);
  background: url(/img/cou/dott.png) no-repeat center center/contain;
}
.inworries_item_txt {
  background: #edf7df;
  padding: 70px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  background: url(/img/worries/clover.png) no-repeat right 1.8518518519% bottom/22.8703703704%, #edf7df;
}
.inworries_item_txt::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  right: 30px;
  width: 100px;
  height: 80px;
  transform: translate(0%, -100%);
  background: url(/img/worries/ill04.png) no-repeat center center/contain;
}

/*--------------------worries--------------------*/
/*--------------------top--------------------*/
.ret {
  width: 100%;
  padding-bottom: 0;
}
.ret_ttl {
  margin-bottom: 20px;
}
.ret_txt {
  font-size: 22px;
  line-height: 1.6363636364em;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 100px;
  text-align: center;
}
.ret_txt span {
  font-size: 26px;
  margin-right: 3px;
}
.ret_list {
  padding: 70px 110px;
  background: #fbf7ed;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.ret_list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  width: 1080px;
  height: 26px;
  transform: translate(-50%, -150%);
  background: url(/img/common/decobdr.png) no-repeat center center/contain;
}
.ret_item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.ret_item:not(:last-child) {
  margin-bottom: 50px;
}
.ret_num {
  width: 68px;
  height: 68px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
  background: url(/img/common/cloverbg.png) no-repeat center center/contain;
}
.ret_box {
  width: calc(100% - 88px);
  margin-top: 20px;
}
.ret_box_ttl {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 30px;
}

.top_relax {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 70px;
  margin-bottom: 120px;
}
.top_relax_box {
  width: calc(100% - 620px);
}
.top_relax_box_ttl {
  font-size: 38px;
  text-align: left;
  margin-bottom: 50px;
}
.top_relax_box_txt .koko {
  position: relative;
  z-index: 1;
}
.top_relax_box_txt .koko::before {
  width: 100%;
  content: "ここえむ";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -80%);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #6382cb;
}
.top_relax_box_txt .hana {
  position: relative;
  z-index: 1;
}
.top_relax_box_txt .hana::before {
  width: 100%;
  content: "はなえむ";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -80%);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #6382cb;
}
.top_relax_img {
  width: 550px;
  height: 430px;
  border-radius: 30px;
  overflow: hidden;
}
.top_relax_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_sec_ttl {
  margin-bottom: 40px;
  margin-top: 120px;
}

.top_sec_txt {
  font-size: 22px;
  line-height: 1.6363636364em;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 100px;
}

.reason {
  background: #fbf7ed;
}
.reason_wrap {
  position: relative;
  z-index: 1;
}
.reason_wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -120px;
  right: 0%;
  width: 177px;
  height: 157px;
  transform: translate(50%, 0%);
  background: url(/img/common/lillb.png) no-repeat center center/contain;
}
.reason_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 70px;
}
.reason_flex:nth-child(even) {
  flex-direction: row-reverse;
}
.reason_flex:not(:last-child) {
  margin-bottom: 70px;
}
.reason_img {
  width: 480px;
  height: 340px;
  border-radius: 30px;
  overflow: hidden;
}
.reason_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason_box {
  width: calc(100% - 550px);
}
.reason_box_ttl {
  font-size: 28px;
  line-height: 1.5714285714em;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.owner_btn {
  width: 250px;
  border: 1px solid #88b847;
  border-radius: 999px;
  padding: 7px 15px 13px;
  background: #fff;
  text-align: center;
  margin-top: 10px;
}
.owner_btn p {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #1f1f1f;
  position: relative;
  z-index: 1;
  padding-right: 1.9285714286em;
  font-family: "Zen Maru Gothic", sans-serif;
}
.owner_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1.2857142857em;
  height: 0.7142857143em;
  transform: translate(0%, -30%);
  background: url(/img/common/arwb.png) no-repeat center center/contain;
}
.owner_sub {
  margin-bottom: 20px;
}
.owner_ttl {
  font-size: 76px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  color: #88b847;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin-bottom: 70px;
}
.owner_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
.owner_box {
  width: 780px;
}
.owner_dl_box:not(:last-child) {
  margin-bottom: 40px;
}
.owner_dl_box dt {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #e48b88;
  position: relative;
  z-index: 1;
  padding-left: 1.0357142857em;
  margin-bottom: 20px;
}
.owner_dl_box dt::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 0.7142857143em;
  height: 0.7142857143em;
  transform: translate(0%, -50%);
  background: url(/img/common/clover.png) no-repeat center center/contain;
}
.owner_dl_box dd span {
  width: 250px;
  display: block;
  text-align: center;
  font-size: 13.5px;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 700;
  color: #88b847;
}
.owner_img {
  margin-left: -180px;
  width: 480px;
  height: 376px;
  overflow: hidden;
  border-radius: 30px;
}
.owner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.owner_txt {
  padding: 60px 70px;
  border-radius: 30px;
  background: url(/img/cou/clover.png) no-repeat right 30px top 30px/auto, #edf7df;
}
.owner_txt span {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  font-weight: 700;
}

.company {
  width: 100%;
}
.company_dl {
  position: relative;
  z-index: 1;
}
.company_dl::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -120px;
  right: 0%;
  width: 297px;
  height: 166px;
  transform: translate(25%, 0%);
  background: url(/img/cou/illu.png) no-repeat center center/contain;
}

.cmn_dl {
  width: 100%;
  border: 1px solid #88b847;
  border-radius: 30px;
  padding: 70px 90px;
}
.cmn_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 15px;
}
.cmn_dl_box:not(:last-child) {
  border-bottom: 1px solid #88b847;
}
.cmn_dl_box dt {
  width: 190px;
  font-weight: 700;
  color: #88b847;
}
.cmn_dl_box dd {
  width: calc(100% - 190px);
}

.googlemap {
  display: none;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

.top_news {
  background: #fbf7ed;
}
.top_news_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 70px;
}
.top_news_ttl {
  line-height: 1.15em;
  margin-bottom: 100px;
}
.top_news_box {
  width: 270px;
}
.top_news_post {
  width: calc(100% - 340px);
}
.top_news_btn {
  width: 100%;
  background: #6382cb;
  border-radius: 999px;
  padding: 27px 20px;
  text-align: center;
}
.top_news_btn p {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 1;
}
.top_news_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1.125em;
  height: 0.625em;
  transform: translate(0%, -50%);
  background: url(/img/common/arwnews.png) no-repeat center center/contain;
}

/*--------------------top--------------------*/
.cmn_txt {
  font-size: 16px;
  line-height: 2.25em;
  letter-spacing: 0em;
  font-weight: 400;
  color: #1f1f1f;
}

.w-100 {
  width: 100%;
}