@charset "UTF-8";
.ac-btn {
  position: relative;
  width: 16px;
  height: 1px;
}
.ac-btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.3s;
}
.ac-btn span:nth-child(2) {
  transform: rotate(90deg);
}

.ac-btn.active span:nth-child(2) {
  transform: rotate(0);
}

/* 2等分カラムレイアウト $m2に余白を指定する 初期値は0 */
/* 3等分カラムレイアウト $m3に余白を指定する 初期値は0 */
/* 4等分カラムレイアウト $m4に余白を指定する 初期値は0 */
/* common */
html {
  font-size: 62.5%;
}

body {
  background-color: #faf8ed;
  color: #5f616b;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.75;
}

body.open {
  overflow-y: hidden;
}

a {
  color: #5f616b;
}

img {
  width: 100%;
}

hr {
  background-color: #5f616b;
  width: 100%;
  height: 1px;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

*:focus {
  outline: none;
}

.u-line {
  text-decoration: underline;
}

.xl-con {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.xl-con .l-con,
.xl-con .con {
  width: 100%;
}

.l-con {
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.l-con .con {
  width: 100%;
}

.con {
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.m-con {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.s-con {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.fw-b {
  font-weight: bold;
}

.w-b {
  background-color: #fff;
}

.m-b {
  background-color: #eaf6fd;
}

.g-b {
  background-color: #d9ede7;
}

.w-t {
  color: #fff;
}

.m-t {
  color: #eaf6fd;
}

.g-t {
  color: #d9ede7;
}

.g3-t {
  color: #50a08c;
}

.o-t {
  color: #f7931e;
}

.res-on {
  display: none;
}

.phone-on {
  display: none;
}

.fs-36 {
  font-size: clamp(3rem, 3vw, 3.6rem);
}

.fs-24 {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
}

.backtop {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 50px;
  z-index: 3000;
  opacity: 0;
  transition: 0.3s;
}

.backtop.active {
  opacity: 1;
}

.ham-wr {
  margin-top: 1px;
  margin-left: 15px;
  width: 25px;
  height: 22px;
  z-index: 6000;
}

.ham {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ham span {
  background-color: #5f616b;
  height: 3px;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.ham span:first-child {
  top: 0;
}
.ham span:nth-child(2) {
  top: calc(50% - 3px / 2);
}
.ham span:nth-child(3) {
  bottom: 0;
}

.ham.open span:first-child {
  top: 40%;
  transform: rotate(-45deg);
}
.ham.open span:nth-child(2) {
  opacity: 0;
}
.ham.open span:nth-child(3) {
  top: 40%;
  bottom: auto;
  transform: rotate(45deg);
}

.g-nav-wr {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: -10;
  opacity: 0;
  background-image: url(../img/common/n-back.jpg);
  background-size: cover;
  transition: 0.2s;
}

.g-nav-wr.open {
  display: block;
  height: auto;
  z-index: 5000;
  opacity: 1;
}

.g-nav {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-45%) translateX(-50%);
  display: block;
}
.g-nav li {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.g-nav li:last-child {
  margin-bottom: 0;
}

.g-nav.open {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%);
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 5000;
}

.h-wr {
  position: relative;
  margin: 30px auto 20px;
  width: 90%;
  max-width: 1250px;
  display: flex;
  justify-content: space-between;
  z-index: 6000;
}

.h-l {
  width: 20%;
}

.h-r {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 78%;
}

.h-logo {
  max-width: 165px;
}

.h-icon {
  width: 30px;
  margin: 0 auto;
}

.h-icon-wr {
  width: 60px;
  text-align: center;
}
.h-icon-wr p {
  font-weight: bold;
  font-size: 1.2rem;
}

.scroll-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  transition: 0.3s;
}

.scroll-back.active {
  background: rgba(250, 248, 237, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.footer {
  padding: 150px 0 170px;
  background-image: url(../img/common/f-back.png);
  background-position: left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.f-list {
  text-align: left;
}
.f-list li {
  font-weight: bold;
  margin-bottom: 5px;
}
.f-list li:last-child {
  margin-bottom: 0;
}
.f-list li span {
  margin-right: 5px;
}

.f-logo {
  max-width: 220px;
}

.copyright {
  margin-top: 70px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #fff;
  color: #5f616b;
  transition: 0.3s;
  width: 100%;
  height: 60px;
  border-radius: 30px;
}
.btn:hover {
  border: 1px solid #5f616b;
  background-color: #5f616b;
  color: #fff;
}

.btn-g {
  border: 1px solid #67C2BD;
  background-color: #67C2BD;
  color: #fff;
}
.btn-g:hover {
  border: 1px solid #67C2BD;
  background-color: #fff;
  color: #67C2BD;
}

.lr-list li {
  display: flex;
  justify-content: space-between;
}

.ctitle {
  max-width: 200px;
}

.dottitle {
  position: relative;
  text-align: left;
  padding-left: 40px;
}
.dottitle::after {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}

.kv-sec {
  padding-top: 170px;
  background-image: url(../img/common/h-back.png);
  background-position: left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.kv-con {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.kv-title-wr {
  width: 20%;
  z-index: 1;
}

.kv-title {
  text-shadow: 2px 2px 2px #faf8ed;
  left: 0;
}

.kv-list-wr {
  width: 100%;
  height: 60vh;
  max-height: 800px;
}

.kv-list {
  width: 100%;
  height: 60vh;
  max-height: 800px;
}
.kv-list li {
  position: relative;
  width: 100%;
  height: 60vh;
  max-height: 800px;
  border-radius: 100px;
}
.kv-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 100px;
}
.kv-sec-top {
  background-image: url(../img/top/kv-back.png);
  padding-bottom: 120px;
}
.kv-sec-top .kv-list-wr {
  height: 70vh;
  max-height: 1000px;
}
.kv-sec-top .kv-list {
  height: 70vh;
  max-height: 1000px;
}
.kv-sec-top .kv-list li {
  height: 70vh;
  max-height: 1000px;
}

.topsec2 {
  background-image: url(../img/top/back1.png);
  background-position: left bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 160px;
}

.topbox-sec1 {
  padding: 100px 0 150px;
  background-image: url(../img/top/back2.png);
  background-size: 100% 100%;
}

.topbox-sec2 {
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 50px;
  background-image: url(../img/top/back3.png);
  background-size: 100% 100%;
}

.topbox-img1 {
  margin-left: 36%;
}

.topbox-img2 {
  margin-left: 18%;
}

.insta-top img {
  width: 60px;
}

.map {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 390px;
  position: relative;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.t-illust5 {
  right: -2%;
  bottom: 100px;
}

.t-illust6 {
  left: -1%;
  bottom: 100px;
}

main.about {
  font-weight: bolder;
}

.a-back1 {
  padding: 130px 0 120px;
  background-image: url(../img/about/back1.png);
  background-size: auto 100%;
}

.a-back2 {
  padding: 130px 0 180px;
  background-image: url(../img/about/back2.png);
  background-size: auto 100%;
}

.symbolbox {
  padding: 80px 90px 100px;
  border-radius: 100px;
}

.a-illust2 {
  top: 0;
  left: 50px;
}

.overlist {
  margin-top: -100px;
  max-width: 535px;
}
.overlist li {
  margin-bottom: 25px;
}
.overlist li:last-child {
  margin-bottom: 0;
}
.overlist li .l {
  width: 155px;
}
.overlist li .r {
  width: calc(100% - 155px);
}
.overlist li .r p:nth-child(2) {
  margin-top: 25px;
}

.facbox {
  padding: 75px 5% 90px;
  border-radius: 100px;
  box-shadow: 1px 1px 6px #5f616b;
}

.a-illust6 {
  right: 50px;
  bottom: 30px;
}

.complainlist li .l {
  width: 175px;
}
.complainlist li .r {
  width: calc(100% - 175px);
}

.infolist li {
  margin-right: 30px;
}

#info {
  margin-top: -200px;
  padding-top: 200px;
}

.l-back1 {
  padding: 130px 0 200px;
  background-image: url(../img/life/back1.png);
  background-size: auto 100%;
}

.l-back2 {
  margin-top: -140px;
  padding: 140px 0 180px;
  background-image: url(../img/life/back2.png);
  background-size: auto 100%;
}

.l-illist4 {
  width: 45%;
  max-width: 310px;
  right: -4%;
  bottom: -150px;
}

.life-title {
  margin-top: 30px;
}

.eventbox {
  margin-bottom: 10px;
}

.eventlist {
  margin-top: 65px;
}
.eventlist li {
  display: flex;
  padding: 15px 30px;
  border-bottom: 1px solid #50a08c;
}
.eventlist li:first-child {
  border-top: 1px solid #50a08c;
}
.eventlist li p:first-child {
  width: 45px;
}
.eventlist li p:nth-child(2) {
  width: calc(100% - 45px);
  padding-top: 9px;
}
.eventlist.every li {
  padding: 15px 15px;
}
.eventlist.every li p:first-child {
  width: 85px;
  transform: translateX(-15px);
}
.eventlist.every li p:nth-child(2) {
  width: calc(100% - 85px);
  padding-top: 9px;
}

/*# 付け足し分 */

.shien01 {
    text-align: center;
    margin-top: 30px;
    color: #EBA586;
    font-weight: 500;
    font-size: 1.1em;
}

.top01 {
    margin-top: 30px;
    margin-left: 15px;
    color: #EBA586;
    font-weight: 500;
    font-size: 1.1em;
}

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