.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

#key {
  position: relative;
  z-index: 0;
  padding-right: 80px;
}

#key:before {
  content: '';
  width: 475px;
  height: 1698px;
  background: #EDF8F7;
  position: absolute;
  right: 0;
  top: 17px;
  z-index: -2;
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%, 0% 50%);
}

#key .key-ttl {
  max-width: 1220px;
  width: 100%;
  padding: 0 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.08em;
}

#key .key-ttl .ttl {
  color: #0EBAB5;
  font-size: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
	text-shadow: 0 0 1px #fff, 0 0 5px #FFF, 0 0 5px #fff, 0 0 10px #fff;
}

#key .key-ttl .ttl::before {
  content: '';
  width: 130px;
  height: 130px;
  background-image: url("../img/top/deco_clover.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -66px;
  top: -65px;
  z-index: -1;
}

#key .key-ttl .txt {
  font-size: 20px;
	text-shadow: 0 0 1px #fff, 0 0 5px #FFF, 0 0 5px #fff, 0 0 10px #fff, 0 0 1px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff;
}

#key .key-img:before {
  content: '';
  width: 95px;
  height: 79px;
  background-image: url("../img/top/kv_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 60px;
  top: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1360px) {
  #key .key-img {
    height: 687px;
  }
  #key .key-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: 50%;
  }
}

@media screen and (max-width: 767px) {
  #key {
    padding: 0 7.7vw 16.4vw 0;
  }
  #key:before {
    width: 100vw;
    height: 357.4vw;
    top: 21.3vw;
  }
  #key .key-ttl {
    max-width: none;
    padding: 0 0 0 7.7vw;
    margin-top: -23.1vw;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  #key .key-ttl .ttl {
    font-size: 7.2vw;
    margin-bottom: 4.1vw;
  }
  #key .key-ttl .ttl::before {
    width: 33.3vw;
    height: 33.3vw;
    left: -16.7vw;
    top: -13.1vw;
  }
  #key .key-ttl .txt {
    font-size: 4.1vw;
		text-shadow: none;
  }
  #key .key-img:before {
    width: 22.8vw;
    height: 12.6vw;
    background-image: url("../img/top/kv_deco_sp.png");
    right: 1.5vw;
    top: 3.6vw;
  }
}

.h2-common {
  text-align: center;
}

.h2-common small {
  display: block;
  color: #0EBAB5;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 10px;
}

.h2-common span {
  display: block;
  color: #465957;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.28;
}

.h2-common.txt-vertical-pc1,
.h2-common.txt-vertical-pc {
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
}

.h2-common.txt-vertical-pc1 small,
.h2-common.txt-vertical-pc small {
  letter-spacing: 0;
  margin: 0 16px 0 0;
  text-align: left;
}

.h3-common {
  color: #465957;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.6;
  padding-bottom: 22px;
  position: relative;
}

.h3-common:after {
  content: '';
  width: 22px;
  height: 6px;
  background-image: url("../img/top/ttl_icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.h3-common small {
  display: block;
  color: #0EBAB5;
  font-size: 14px;
  letter-spacing: 0.16em;
  line-height: 1.6;
  margin-bottom: 16px;
}

.h3-common span {
  display: block;
  font-size: 32px;
  letter-spacing: 0.16em;
}

.btn-common {
  max-width: 320px;
}

.btn-common a {
  display: block;
  color: #fff;
  background: #00AFCC;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  font-weight: 600;
  padding: 16px 24px;
  position: relative;
}

.btn-common a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0px 4px 8px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg) translateY(-50%);
  position: absolute;
  right: 24px;
  top: 50%;
}

.btn-common a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .h2-common small {
    font-size: 3.6vw;
    letter-spacing: 0.16em;
    margin-bottom: 2.6vw;
  }
  .h2-common span {
    font-size: 7.2vw;
  }
  .h2-common.txt-vertical-pc1,
  .h2-common.txt-vertical-pc {
    flex-direction: column;
  }
  .h2-common.txt-vertical-pc1 small,
  .h2-common.txt-vertical-pc small {
    letter-spacing: 0.16em;
    margin: 0 0 2.6vw;
    text-align: inherit;
  }
  .h3-common {
    font-size: 6.2vw;
    padding-bottom: 5.6vw;
  }
  .h3-common:after {
    width: 5.6vw;
    height: 1.5vw;
  }
  .h3-common small {
    font-size: 3.6vw;
    margin-bottom: 4.1vw;
  }
  .h3-common span {
    font-size: 7.2vw;
    line-height: 1.28;
  }
  .btn-common {
    max-width: none;
  }
  .btn-common a:hover {
    opacity: 1;
  }
}

#about {
  padding: 80px 0;
}

#about .rowflex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

#about .img {
  max-width: 520px;
  width: 48%;
}

#about .col-text {
  max-width: 520px;
  width: 51%;
}

#about .col-text h3 {
  margin-bottom: 16px;
}

@media screen and (max-width: 980px) {
  #about .rowflex {
    display: block;
  }
  #about .img {
    max-width: none;
    width: 100%;
    margin: 0 auto 50px;
  }
  #about .col-text {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #about {
    padding: 0px 0 16.4vw;
  }
  #about .img {
    margin-bottom: 6.2vw;
  }
  #about .col-text h3 {
    margin-bottom: 2.6vw;
  }
  #about .col-text h3 small {
    margin-bottom: 2.6vw;
  }
  #about .col-text .txt {
    line-height: 1.44;
  }
}

#features {
  position: relative;
  z-index: 1;
}

#features:after {
  content: '';
  height: 374px;
  background: #FFFCF4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

#features .rowflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#features .h2-common.txt-vertical-pc1 {
  height: 607px;
  position: absolute;
  left: calc(50% - 540px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#features .h2-common.txt-vertical-pc1 small {
  color: #fff;
}

#features .h2-common.txt-vertical-pc1 span {
  color: #fff;
}

#features .rowflex {
  width: calc(50% + 540px);
}

#features .img {
  width: 78.74%;
  margin-right: -500px;
}

#features .box {
  max-width: 520px;
  width: 100%;
  background: #F5FFF8;
  padding: 40px 32px;
  position: relative;
  z-index: 1;
}

#features .box .list {
  margin-bottom: 16px;
}

#features .box dl {
  display: flex;
  align-items: center;
  column-gap: 16px;
  min-height: 40px;
  line-height: 1.28;
  border-bottom: 1px solid #2E9EB0;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

#features .box dl dt {
  width: 24px;
  font-size: 24px;
  text-align: center;
}

#features .box dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#features .box dl dd a {
  transition: all 0.3s;
}

#features .box dl dd a:hover {
  opacity: 0.5;
}

#features .box .btn-link a {
  display: block;
  background: #00AFCC;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.6;
  padding: 16px 24px;
  position: relative;
}

#features .box .btn-link a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0px 4px 8px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg) translateY(-50%);
  position: absolute;
  right: 24px;
  top: 50%;
}

#features .box .btn-link a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1180px) {
  #features .h2-common.txt-vertical-pc1 {
    left: 30px;
  }
}

@media screen and (max-width: 1080px) {
  #features .h2-common.txt-vertical-pc1 {
    height: 490px;
  }
  #features .rowflex {
    width: 100%;
    align-items: normal;
  }
  #features .img {
    width: calc(100% - 520px);
    margin-right: 0;
  }
  #features .img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: 36%;
  }
}

@media screen and (max-width: 980px) {
  #features .h2-common.txt-vertical-pc1 {
    max-width: 520px;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    text-align: left;
    margin: 0 auto 32px;
  }
  #features .rowflex {
    display: block;
    padding-top: 64px;
  }
  #features .img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  #features .box {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #features {
    padding-bottom: 0;
    position: static;
    background: #FFFCF4;
  }
  #features:after {
    height: auto;
    top: 0;
  }
  #features .h2-common.txt-vertical-pc1 {
    max-width: none;
    margin-bottom: 8.2vw;
    padding: 0;
  }
  #features .rowflex {
    padding: 16.4vw 7.7vw 0;
    position: relative;
    z-index: 1;
  }
  #features .box {
    max-width: none;
    padding: 6.2vw;
  }
  #features .box .list {
    margin-bottom: 4.1vw;
  }
  #features .box dl {
    font-size: 4.1vw;
    column-gap: 4.1vw;
    min-height: auto;
    padding-bottom: 4.1vw;
    margin-bottom: 4.1vw;
  }
  #features .box dl dt {
    width: 6.2vw;
    font-size: 6.2vw;
  }
  #features .box .btn-link a {
    font-size: 4.1vw;
    line-height: 1.6;
    padding: 2.6vw 6.2vw;
  }
  #features .box .btn-link a:after {
    border-width: 1.0vw 0px 1.0vw 2.1vw;
    right: 6.2vw;
  }
  #features .box .btn-link a:hover {
    opacity: 1;
  }
}

#pickup {
  position: relative;
  z-index: 0;
  background: #FFFCF4;
  padding: 80px 0;
}

#pickup:before {
  content: '';
  width: 475px;
  height: 849px;
  background: #FDF7E8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

#pickup:after {
  content: '';
  width: 475px;
  height: 849px;
  background: #FDF7E8;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
}

#pickup h2 {
  margin-bottom: 80px;
}

#pickup .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

#pickup .row h3 {
  margin-bottom: 16px;
}

#pickup .row .txt {
  margin-bottom: 40px;
}

#pickup .row .tbox {
  background: #1AC6D9;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.28;
  box-shadow: 0 0 12px rgba(89, 84, 70, 0.25);
}

#pickup .row .tbox small {
  display: block;
  font-size: 14px;
  letter-spacing: 0.16em;
}

#pickup .row .tbox.box0 {
  position: absolute;
  left: 0;
  bottom: 32px;
  z-index: 2;
}

#pickup .row .col-text {
  max-width: 520px;
  width: 49%;
}

#pickup .row .col-img {
  max-width: 520px;
  width: 48.5%;
  position: relative;
  z-index: 0;
}

#pickup .row .col-img:after {
  content: '';
  width: 128px;
  height: 128px;
  background-image: url("../img/top/deco_clover.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -64px;
  bottom: -64px;
  z-index: -1;
}

#pickup .img--right {
  flex-direction: row-reverse;
}

#pickup .img--right .col-img:after {
  left: auto;
  right: -64px;
  bottom: -64px;
}

#pickup .point1 .col-img {
  padding-top: 86px;
}

#pickup .point1 .col-img .img1 {
  width: 84.6%;
  margin-left: auto;
}

#pickup .point1 .col-img .img2 {
  width: 30.769%;
  box-shadow: 0 0 12px rgba(89, 84, 70, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#pickup .point1 .col-img .box1 {
  position: absolute;
  left: 4.6%;
  bottom: 32px;
  z-index: 2;
}

#pickup .point1 .col-img .box2 {
  position: absolute;
  top: 12px;
  left: 24.6%;
  z-index: 2;
}

#pickup .point3 .col-img {
  padding-top: 161px;
}

#pickup .point3 .col-img .img1 {
  width: 84.6%;
  margin-left: auto;
}

#pickup .point3 .col-img .img2 {
  width: 61.54%;
  box-shadow: 0 0 12px rgba(89, 84, 70, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#pickup .point3 .col-img .box1 {
  position: absolute;
  left: 0;
  bottom: 16px;
  z-index: 2;
}

#pickup .point3 .col-img .box2 {
  position: absolute;
  right: 2.3%;
  top: 16px;
  z-index: 2;
}

@media screen and (max-width: 980px) {
  #pickup .row {
    display: block;
  }
  #pickup .row .col-text {
    width: 100%;
    margin: 0 auto;
  }
  #pickup .row .col-img {
    width: 100%;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 767px) {
  #pickup {
    padding: 12.3vw 0 16.4vw;
  }
  #pickup:before {
    content: '';
    width: 100vw;
    height: 176.7vw;
    background: #FDF7E8;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
    position: absolute;
    left: 0;
    top: -23.1vw;
    z-index: -1;
  }
  #pickup:after {
    display: none;
  }
  #pickup h2 {
    margin-bottom: 8.2vw;
  }
  #pickup .row {
    margin-bottom: 12.3vw;
  }
  #pickup .row h3 {
    margin-bottom: 4.1vw;
  }
  #pickup .row .txt {
    margin-bottom: 10.3vw;
  }
  #pickup .row .tbox {
    padding: 1.5vw 3.1vw;
    font-size: 3.6vw;
    box-shadow: 0 0 3.1vw rgba(89, 84, 70, 0.25);
  }
  #pickup .row .tbox small {
    font-size: 2.6vw;
  }
  #pickup .row .tbox.box0 {
    bottom: 4.1vw;
  }
  #pickup .row .col-text {
    max-width: none;
  }
  #pickup .row .col-img {
    max-width: none;
    margin-bottom: 5.1vw;
  }
  #pickup .row .col-img:after {
    width: 32.8vw;
    height: 32.8vw;
    left: -16.4vw;
    bottom: -16.4vw;
  }
  #pickup .img--right .col-img:after {
    left: auto;
    right: -16.4vw;
    bottom: -16.4vw;
  }
  #pickup .point1 .col-img {
    padding-top: 14.1vw;
  }
  #pickup .point1 .col-img .img1 {
    width: 71.8vw;
  }
  #pickup .point1 .col-img .img2 {
    width: 26.2vw;
    box-shadow: 0 0 3.1vw rgba(89, 84, 70, 0.25);
  }
  #pickup .point1 .col-img .box1 {
    left: 4.1vw;
    bottom: 4.6vw;
  }
  #pickup .point1 .col-img .box2 {
    top: 2.1vw;
    left: 20.8vw;
  }
  #pickup .point3 .col-img {
    padding-top: 26.2vw;
  }
  #pickup .point3 .col-img .img1 {
    width: 71.8vw;
  }
  #pickup .point3 .col-img .img2 {
    width: 52.3vw;
    box-shadow: 0 0 3.1vw rgba(89, 84, 70, 0.25);
  }
  #pickup .point3 .col-img .box1 {
    bottom: 4.1vw;
  }
  #pickup .point3 .col-img .box2 {
    right: 0;
    top: 4.1vw;
  }
}

#menu h2 {
  margin-bottom: 48px;
}

#menu ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

#menu ul li {
  box-shadow: 0 0 12px rgba(89, 84, 70, 0.25);
}

@media screen and (max-width: 980px) {
  #menu ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  #menu {
    padding-top: 4.1vw;
  }
  #menu h2 {
    margin-bottom: 7.4vw;
  }
  #menu ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.1vw;
  }
  #menu ul li {
    box-shadow: 0 0 2.1vw rgba(89, 84, 70, 0.25);
  }
}

#greetings {
  padding: 80px 0 16px;
  position: relative;
  z-index: 0;
}

#greetings:before {
  content: '';
  width: 475px;
  height: 849px;
  background: #F7F7F7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
}

#greetings:after {
  content: '';
  width: 475px;
  height: 849px;
  background: #F7F7F7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
}

#greetings h2 {
  margin-bottom: 64px;
}

#greetings .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}

#greetings .row .img {
  max-width: 520px;
  width: 48%;
  position: relative;
  z-index: 0;
}

#greetings .row .img:before {
  content: '';
  width: 128px;
  height: 128px;
  background-image: url("../img/top/deco_clover.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -64px;
  top: -64px;
  z-index: -1;
}

#greetings .row .col-text {
  max-width: 520px;
  width: 48.5%;
}

#greetings .row .col-text h3 {
  margin-bottom: 16px;
}

#greetings .row .col-text h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.16em;
  margin-bottom: 16px;
}

#greetings .row .col-text .txt {
  margin-bottom: 40px;
}

#greetings .row.img--right {
  flex-direction: row-reverse;
}

#greetings .row.img--right .img:before {
  left: auto;
  right: -64px;
}

@media screen and (max-width: 1080px) {
  #greetings .row .col-text h4 {
    font-size: 27px;
  }
}

@media screen and (max-width: 980px) {
  #greetings .row {
    display: block;
  }
  #greetings .row .img {
    width: 100%;
    margin: 0 auto 40px;
  }
  #greetings .row .col-text {
    width: 100%;
    margin: 0 auto;
  }
  #greetings .row .col-text h4 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  #greetings {
    padding: 16.4vw 0 4.1vw;
  }
  #greetings:before {
    width: 100vw;
    height: 178.7vw;
  }
  #greetings:after {
    width: 100vw;
    height: 178.7vw;
  }
  #greetings h2 {
    margin-bottom: 8.2vw;
  }
  #greetings .row {
    margin-bottom: 12.3vw;
  }
  #greetings .row .img {
    max-width: none;
    margin-bottom: 5.1vw;
  }
  #greetings .row .img:before {
    width: 32.8vw;
    height: 32.8vw;
    left: 72.8vw;
    top: -23.1vw;
  }
  #greetings .row .col-text {
    max-width: none;
    position: relative;
    z-index: 1;
  }
  #greetings .row .col-text h3 {
    margin-bottom: 4.1vw;
  }
  #greetings .row .col-text h4 {
    font-size: 7.2vw;
    margin-bottom: 4.1vw;
  }
  #greetings .row .col-text .txt {
    margin-bottom: 10.3vw;
  }
  #greetings .row.img--right .img:before {
    left: -22.1vw;
    right: auto;
    top: auto;
    bottom: -16.4vw;
  }
  #greetings .row.row3 .img:before {
    left: 71.8vw;
    top: 148.2vw;
  }
}

#information {
  position: relative;
  z-index: 1;
}

#information:before {
  content: '';
  width: 475px;
  height: 849px;
  background: #F7F7F7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

#information:after {
  content: '';
  width: 262px;
  height: 468px;
  background: #F7F7F7;
  position: absolute;
  right: 0;
  top: 482px;
  z-index: -1;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
}

#information .elementor-container {
  width: 100%;
  max-width: 1208px;
  padding: 0 64px;
  margin: 0 auto;
}

#information .elementor-column-wrap {
  background: #fff;
  box-shadow: 0 0 12px rgba(89, 84, 70, 0.25);
  padding: 64px 0 !important;
}

#information .info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 64px;
  margin-bottom: 48px;
}

#information .info .row {
  max-width: 860px;
  width: calc(100% - 110px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-bottom: 98px;
}

#information .info .row .col-left {
  max-width: 420px;
  width: 50%;
}

#information .info .row .col-left .vcard {
  margin-bottom: 28px;
}

#information .info .row .col-left .vcard dl {
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #1AC6D9;
  letter-spacing: 0.02em;
  font-weight: 600;
}

#information .info .row .col-left .vcard dl h1 {
  font-weight: 600;
}

#information .info .row .col-left .vcard dl dt {
  color: #1AC6D9;
  margin-bottom: 6px;
  font-size: 14px;
}

#information .info .row .col-left .vcard dl:last-child {
  margin-bottom: 0;
}

#information .info .row .col-left table {
  width: 100%;
  border-bottom: 1px solid #C9F8F1;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 1.24px;
  margin-bottom: 16px;
}

#information .info .row .col-left table th, #information .info .row .col-left table td {
  padding-top: 12px;
  padding-bottom: 12px;
}

#information .info .row .col-left table th {
  width: 30%;
}

#information .info .row .col-left table td {
  letter-spacing: 0;
  text-align: center;
  position: relative;
}

#information .info .row .col-left table td span.dot {
  display: block;
  width: 14px;
  height: 14px;
  background: #1AC6D9;
  border-radius: 50%;
  margin: 0 auto;
}

#information .info .row .col-left table td:last-child {
  width: 55px;
}

#information .info .row .col-left table thead th {
  color: #1AC6D9;
  font-size: 20px;
}

#information .info .row .col-left table tbody tr {
  border-top: 1px solid #C9F8F1;
}

#information .info .row .col-left .table-txt {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2.4;
}

#information .info .row .col-left .btn-common {
  max-width: 336px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#information .info .row .gmap {
  max-width: 400px;
  width: 46%;
  height: 516px;
  position: relative;
}

#information .info .row .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 1180px) {
  #information .info {
    padding-left: 40px;
  }
  #information .info .row {
    width: calc(100% - 125px);
  }
}

@media screen and (max-width: 1080px) {
  #information .info {
    padding-left: 30px;
  }
  #information .info .row {
    width: calc(100% - 120px);
  }
  #information .info .row .col-left {
    width: 51%;
  }
}

@media screen and (max-width: 980px) {
  #information .info {
    display: block;
    padding: 0 64px;
  }
  #information .info .h2-common {
    text-align: center;
    margin-bottom: 64px;
  }
  #information .info .h2-common small {
    text-align: center;
  }
  #information .info .row {
    max-width: none;
    width: 100%;
    padding-bottom: 0px;
    display: block;
  }
  #information .info .row .col-left {
    max-width: none;
    width: 100%;
    margin-bottom: 50px;
  }
  #information .info .row .col-left .btn-common {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin: 48px auto 0;
  }
  #information .info .row .gmap {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #information:before {
    width: 100vw;
    height: 178.7vw;
  }
  #information:after {
    display: none;
  }
  #information .elementor-container {
    padding: 0 7.7vw;
  }
  #information .elementor-column-wrap {
    padding: 10.3vw 6.2vw !important;
  }
  #information .info {
    padding: 0;
    margin: 0;
  }
  #information .info .h2-common {
    margin-bottom: 8.2vw;
  }
  #information .info .row .col-left {
    margin-bottom: 10.3vw;
  }
  #information .info .row .col-left .vcard {
    margin-bottom: 12px;
  }
  #information .info .row .col-left .vcard dl dt {
    margin-bottom: 4px;
  }
  #information .info .row .col-left table th {
    width: 110px;
  }
  #information .info .row .col-left table td:last-child {
    width: 45px;
    white-space: nowrap;
  }
  #information .info .row .col-left .btn-common {
    margin-top: 10.3vw;
  }
  #information .info .row .gmap {
    width: calc(100% + 12.4vw);
    margin: 0 -6.2vw;
    height: 82.1vw;
  }
}

@media screen and (max-width: 370px) {
  #information .info .row .col-left table th {
    width: 100px;
  }
  #information .info .row .col-left table td span.dot {
    width: 12px;
    height: 12px;
  }
  #information .info .row .col-left table td:last-child {
    width: 36px;
    letter-spacing: -0.1em;
  }
  #information .info .row .col-left .btn-common a {
    padding: 16px;
  }
  #information .info .row .col-left .btn-common a:after {
    right: 16px;
  }
}

.post-tabs {
  max-width: 796px;
  width: calc(100% - 110px);
  margin: 0 64px 40px auto;
}

.post-tabs .post-tabs-ttl {
  color: #1AC6D9;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 23px;
  margin-bottom: 16px;
}

.post-tabs .post-tabs_box {
  background: #EDF8F7;
}

.post-tabs .post-tabs__nav {
  display: flex;
}

.post-tabs .post-tabs__nav button {
  display: block;
  width: 50%;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: center;
  background: #2E9EB0;
  color: #fff;
  font-family: 'Shippori Mincho B1';
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 24px;
  padding: 12px;
  transition: 0.3s all ease;
}

.post-tabs .post-tabs__nav button:hover {
  background: #1AC6D9;
}

.post-tabs .post-tabs__nav button.active {
  background: transparent;
  color: #2E9EB0;
}

.post-tabs .tab-panel {
  display: none;
  padding: 24px;
}

.post-tabs .tab-panel dl {
  border-bottom: 1px solid #1AC6D9;
  padding-bottom: 14px;
  margin-bottom: 8px;
}

.post-tabs .tab-panel dl dt {
  color: #1AC6D9;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 8px;
}

.post-tabs .tab-panel dl dt .new-label {
  display: inline-block;
  background: #2E9EB0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 0px 5px;
  margin-left: 5px;
}

.post-tabs .tab-panel dl dd {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.post-tabs .tab-panel dl dd a:hover {
  text-decoration: underline;
}

.post-tabs .tab-panel .btn-common {
  width: 198px;
  margin: 32px auto 0;
}

.post-tabs .tab-panel .btn-common a {
  padding: 8px 24px;
}

.post-tabs .tab-panel.active {
  display: block;
}

@media screen and (max-width: 1150px) {
  .post-tabs {
    width: 77%;
  }
}

@media screen and (max-width: 1000px) {
  .post-tabs {
    width: 75%;
  }
}

@media screen and (max-width: 980px) {
  .post-tabs {
    width: 100%;
    padding: 0 64px;
  }
}

@media screen and (max-width: 767px) {
  .post-tabs {
    max-width: none;
    padding: 8.2vw 0;
    margin: 0;
  }
  .post-tabs .post-tabs-ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .post-tabs .post-tabs__nav button {
    font-size: 20px;
    padding: 12px;
  }
  .post-tabs .tab-panel {
    padding: 24px;
  }
  .post-tabs .tab-panel .btn-common {
    max-width: 198px;
    width: 100%;
    margin: 32px auto 0;
  }
  .post-tabs .tab-panel .btn-common a {
    padding: 8px 24px;
  }
}

.gg-calendar {
  max-width: 796px;
  width: calc(100% - 110px);
  height: 600px;
  margin: 0 64px 0px auto;
  position: relative;
}

.gg-calendar iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 1150px) {
  .gg-calendar {
    width: 77%;
  }
}

@media screen and (max-width: 1000px) {
  .gg-calendar {
    width: 75%;
  }
}

@media screen and (max-width: 980px) {
  .gg-calendar {
    width: calc(100% - 128px);
  }
}

@media screen and (max-width: 767px) {
  .gg-calendar {
    width: 100%;
    height: 82vw;
  }
}

#recruit {
  position: relative;
  z-index: 0;
  padding: 80px 0;
}

#recruit:before {
  content: '';
  background: #EDF8F7;
  position: absolute;
  left: 0;
  right: calc(50% - 540px);
  top: -122px;
  bottom: -196px;
  z-index: -2;
}

#recruit:after {
  content: '';
  width: 48px;
  height: 48px;
  background-image: url("../img/top/deco_clover.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -114px;
  right: calc(50% - 613px);
  z-index: -1;
}

#recruit h2 {
  white-space: nowrap;
  margin-bottom: 224px;
}

#recruit h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0;
  position: absolute;
  right: calc(50% - 540px);
  top: 80px;
  z-index: 1;
}

#recruit h3:before {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url("../img/top/deco_clover.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -193px;
  top: -33px;
}

#recruit h3 span {
  display: table;
  background: #fff;
  padding: 8px 0;
  margin-left: 10px;
}

#recruit .img {
  width: calc(50% + 320px);
  height: 602px;
  position: absolute;
  right: 0;
  top: 120px;
  z-index: 0;
}

#recruit .img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 100%;
}

#recruit .col-text {
  max-width: 430px;
  width: 100%;
  position: relative;
  z-index: 1;
}

#recruit .col-text:before {
  content: '';
  width: 48px;
  height: 48px;
  background-image: url("../img/top/deco_clover.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -104px;
  left: 53px;
}

#recruit .col-text:after {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url("../img/top/deco_clover.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 29px;
  left: -78px;
}

#recruit .col-text .txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
  #recruit h3 {
    right: 80px;
  }
}

@media screen and (max-width: 980px) {
  #recruit:after {
    right: calc(50% - 230px);
  }
  #recruit h2 {
    text-align: center;
    margin-bottom: 64px;
  }
  #recruit h2 small {
    text-align: center;
  }
  #recruit h3 {
    right: auto;
    left: 54px;
    top: 227px;
  }
  #recruit .img {
    width: 100%;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 40px;
  }
  #recruit .img img {
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  #recruit {
    padding: 12.3vw 0;
  }
  #recruit:before {
    right: 0;
    top: -200vw;
    bottom: -65.4vw;
  }
  #recruit:after {
    width: 12.3vw;
    height: 12.3vw;
    top: 4.4vw;
    right: 7.4vw;
  }
  #recruit h2 {
    margin-bottom: 8.2vw;
    position: relative;
  }
  #recruit h2:before {
    content: '';
    width: 7.4vw;
    height: 7.4vw;
    background-image: url("../img/top/deco_clover.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 3.1vw;
    top: -6.9vw;
  }
  #recruit h3 {
    font-size: 6.2vw;
    line-height: 10.3vw;
    left: 5.1vw;
    top: 37.9vw;
  }
  #recruit h3:before {
    display: none;
  }
  #recruit h3 span {
    padding: 2.1vw 0;
    margin-left: 1.0vw;
  }
  #recruit .img {
    width: calc(100% + 7.7vw);
    margin-bottom: 6.2vw;
  }
  #recruit .col-text {
    max-width: none;
  }
  #recruit .col-text:before {
    width: 26px;
    height: 26px;
    top: auto;
    bottom: 72px;
    left: -13px;
  }
  #recruit .col-text:after {
    width: 26px;
    height: 26px;
    top: auto;
    bottom: -33px;
    left: auto;
    right: 12px;
  }
  #recruit .col-text .txt {
    margin-bottom: 40px;
  }
}
#key .sl-key .sl{
  height: 460px;
}
#key .sl-key .sl1{
  background: url(../img/top/key1.jpg) no-repeat center/cover;
}
#key .sl-key .sl2{
  background: url(../img/top/key2.jpg) no-repeat center/cover;
}
#key .sl-key .sl3{
  background: url(../img/top/key3.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #key .sl-key .sl{
  height: 687px;
}
}