@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: #fff;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.75;
}

body.open {
  overflow-y: hidden;
}

.zen {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

a {
  color: #000;
}

img {
  width: 100%;
}

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

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

*:focus {
  outline: none;
}

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

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

.mcon {
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.con-f {
  display: flex;
}

.con-l {
  padding-left: 40px;
  padding-right: 50px;
  width: 30%;
}

.con-r {
  text-align: left;
  width: 70%;
}

.con-f-topic .con-l {
  width: 27%;
}
.con-f-topic .con-r {
  width: 73%;
}

.con-f-support .con-l {
  padding-left: 0;
  padding-right: 0;
  width: 4%;
}
.con-f-support .con-r {
  width: 96%;
}

.con-f-about .con-l {
  width: 15%;
}
.con-f-about .con-r {
  width: 85%;
}

.con-f-garden .con-l {
  width: 22%;
}
.con-f-garden .con-r {
  width: 78%;
}

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

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

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

.w-t {
  color: #fff;
}

.br-b {
  background-color: #f2e9da;
}

.r-b {
  background-color: #ffa3a2;
}

.y-b {
  background-color: #ffd0a3;
}

.p-b {
  background-color: #fea3d1;
}

.pu-b {
  background-color: #d1a3ff;
}

.b2-b {
  background-color: #a3d2ff;
}

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

.g2-b {
  background-color: #d1ffa3;
}

.m1-b {
  background-color: #26764e;
}

.m2-b {
  background-color: #008cd0;
}

.m3-b {
  background-color: #0057aa;
}

.m4-b {
  background-color: #a7b015;
}

.m5-b {
  background-color: #26a348;
}

.m6-b {
  background-color: #16c1f3;
}

.m7-b {
  background-color: #f2551c;
}

.m8-b {
  background-color: #fcb710;
}

.res-on {
  display: none;
}

.p-on {
  display: none;
}

.z2 {
  z-index: 2;
}

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

.backtop.active {
  opacity: 1;
}

.ham-wr {
  position: fixed;
  top: 35px;
  right: 15px;
  width: 35px;
  height: 20px;
  z-index: 6000;
}

.ham {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ham span {
  background-color: #000;
  height: 2px;
  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% - 2px / 2);
}
.ham span:nth-child(3) {
  bottom: 0;
}

.ham.open span {
  background-color: #fff;
}
.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);
}

.h-wr {
  padding: 35px 0 20px;
}

.h-logo {
  width: 124px;
}

.g-nav-wr {
  width: 75%;
}

.footer {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 25px;
}

.flogo {
  max-width: 124px;
}

.footer {
  background-color: #a1babb;
}

.fnavlist {
  margin: 60px auto 70px;
}

.back {
  position: absolute;
  top: -148px;
  left: 0;
  width: 100%;
  height: 150px;
}
.back img {
  height: 150px;
}

.sec-pd {
  padding-bottom: 180px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  transition: 0.3s;
  width: 100%;
  height: 70px;
}
.btn:hover {
  background-color: #000;
  color: #fff;
}

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

.obj {
  max-width: 300px;
}

.obj-pos {
  top: 0px;
  right: 120px;
}

.obj-pos2 {
  top: 40px;
}

.sectitle {
  font-family: "Zen Maru Gothic", sans-serif;
  width: 210px;
  border: 1px solid #000;
  border-radius: 35px;
  padding-left: 30px;
  padding-right: 20px;
  height: 70px;
  letter-spacing: 0.1em;
}

.sectitle-en {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-left: 40px;
  letter-spacing: 0.1em;
}

.sectitle2 {
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 0 5px;
  padding-bottom: 4px;
  width: 210px;
  border-bottom: 1px solid #000;
  letter-spacing: 0.1em;
}

.kv-list-wr {
  height: 80vh;
  max-height: 800px;
}

.kv-list {
  width: 100%;
  height: 80vh;
  max-height: 800px;
}
.kv-list li {
  position: relative;
  width: 100%;
  height: 80vh;
  max-height: 800px;
}
.kv-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.kv-text {
  width: 85%;
  max-width: 300px;
  z-index: 2;
}

.tbox-line {
  width: 30px;
}

.tbox {
  width: calc(25% - 30px);
}
.tbox:hover .arrow {
  transform: translateX(5px);
}

.tbox-img {
  margin: 0 auto;
  height: 240px;
  width: auto;
}
.tbox-img img {
  width: auto;
  height: 240px;
}

.tbox-text {
  margin: 20px;
}
.tbox-text .arrow {
  transition: 0.3s;
}

.topiclist li {
  margin-bottom: 5px;
}

.tablelist1-text {
  top: -40px;
  left: 0;
}

.tablelist-wr {
  overflow-x: scroll;
}

.tablelist {
  min-width: 800px;
  text-align: center;
}
.tablelist li.f-row {
  padding: 30px 0 10px;
}
.tablelist li.row {
  padding: 20px 0 10px;
}
.tablelist li {
  border-top: 1px solid #000;
  display: flex;
}
.tablelist li:last-child {
  border-bottom: 1px solid #000;
}
.tablelist li .col {
  width: 16.6666666667%;
}

.topaslist {
  display: inline-flex;
  max-width: 480px;
}
.topaslist li {
  max-width: 210px;
  width: 45%;
  margin-bottom: 40px;
}

.logolist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.logolist > * {
  margin-right: 2.5%;
  width: calc((100% - 2.5% * (5 - 1)) / 5);
}
.logolist > *:nth-child(5n) {
  margin-right: 0;
}
.logolist > *:nth-child(n+6) {
  margin-top: 20px;
}
.logolist > *:last-child:nth-child(-n+4) {
  margin-right: auto;
}
.logolist > *:first-child:nth-last-child(-n+4) {
  margin-left: auto;
}

.logolist2 .slick-track {
  display: flex;
  align-items: center;
}
.logolist2 li {
  margin-right: 20px;
}

.aboutlist li {
  width: 20%;
}

.overlist li {
  border-bottom: 1px solid #000;
}
.overlist li:first-child {
  border-top: 1px solid #000;
}
.overlist li .l {
  padding: 20px 40px;
  width: 180px;
  background-color: #f2e9da;
}
.overlist li .r {
  padding: 20px 40px;
  width: calc(100% - 180px);
}

.postlist-wr {
  overflow-x: scroll;
}

.postlist {
  min-width: 800px;
}
.postlist li {
  padding: 20px 50px;
  display: flex;
}
.postlist li .column {
  width: 28%;
}
.postlist li {
  border-bottom: 1px solid #000;
}
.postlist li:first-child {
  border-top: 1px solid #000;
}

.abox {
  margin-bottom: 30px;
}

.abox-text {
  width: calc(100% - 210px);
}

.abox-title {
  width: 170px;
  height: 50px;
  white-space: nowrap;
}

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

.m-square {
  height: 17px;
  width: 17px;
  margin-right: 20px;
}

.chiku-wr {
  width: 580px;
  height: 460px;
}

.chiku {
  position: absolute;
}

.kita {
  width: 26%;
  top: 0;
  right: 0;
}

.higashi {
  width: 17%;
  top: 9.5%;
  left: 60.5%;
}

.cyuo {
  width: 20%;
  top: 13.5%;
  left: 46%;
}

.nishi {
  width: 34.5%;
  top: 25%;
  left: 14.5%;
}

.nishikan {
  width: 41.5%;
  bottom: -1.5%;
  left: -3.6%;
}

.kounan {
  width: 33%;
  top: 26%;
  left: 50%;
}

.akiba {
  width: 26%;
  top: 52%;
  left: 57%;
}

.minami {
  width: 21%;
  top: 48%;
  left: 37%;
}

.chiku-sec {
  margin-top: 80px;
}

.member-text {
  margin-top: 60px;
}/*# sourceMappingURL=style.css.map */