.boby {
  display: block;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.main-content-wrapper {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  clear: left;
  /*padding-top: 80px;*/ /* k2 add*/
}

.main-visual {
  position: relative;
  margin-top: 88px;
  margin-bottom: 80px;
}

.main-content {
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 160px;
  margin-left: auto;
}

.global-footer {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  color: transparent;
}

.global-search__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 285px;
  height: 36px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.global-search__button {
  display: block;
  width: 61px;
  height: 36px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid transparent;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #737272;
  font-family: yu-mincho-pr6n, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.global-nav__logo-image {
  width: 265.75px;
  margin: auto auto auto 16px;
}

.body {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 32px;
  /*line-height: 48px;*/
  line-height: 20px;
}

.body-suido {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.global-search {
  width: 100%;
  margin-bottom: 24px;
}

.global-search__input {
  width: 224px;
  height: 36px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1.5px;
  border-color: #737272;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.global-search__input:focus {
    background-image:none;
    text-indent:0px
}

.global-search__input:not(:placeholder-shown) {
    background-image:none;
    text-indent:0px
}

.main-visual__content-kokuei {
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 94px;
  padding-left: 0px;
  background-color: transparent;
}

.main-visual__imge {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  width: 68.22840409956076%;
  margin-top: -40px;
  margin-right: 0px;
  text-align: left;
}

.main-visual__text {
  width: 93.92386530014642%;
  max-width: 100%;
  margin-top: 40px;
  margin-right: 0px;
  padding-top: 94px;
  padding-bottom: 94px;
  padding-left: 5.929721815519766%;
  background-color: #fff;
}

.main-visual__description {
  max-width: 1000px;
  margin: 80px auto;
  clear: left;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.main-content__title {
  max-width: 1366px;
  margin: 0px auto 40px;
  clear: left;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
}

.main-content__item {
  width: 24%;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 1px 0 6px 1px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}

.main-content__item-text {
  margin-top: 16px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.main-content__item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}

.main-content__description {
  padding: 16px;
  text-decoration: none;
}

.main-content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93.99707174231332%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.global-footer__up-to-top {
  z-index: 1000;
  height: 80px;
  max-width: 1000px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: transparent;
}

.global-footer__up-to-top-link {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: block;
  width: 80px;
  height: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #403f3f;
  text-align: left;
  text-decoration: none;
}

.global-footer__list {
  margin-top: 0px;
  padding-bottom: 80px;
  background-color: #737272;
}

.global-footer__up-to-top-text {
  display: block;
  margin-top: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.global-footer__up-to-top-image {
  display: block;
  width: 20px;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-left: 0px;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.global-footer__item-top {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}

.global-footer__item-box-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 614px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 72px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: yu-mincho-pr6n, sans-serif;
}

.global-footer__item-box-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 614px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-footer__item-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-footer__item-sub-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}

.image-9 {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}

.text-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
}

.body {
  background-image: url('../images/bg.png');
  /*background-repeat: no-repeat;*/ /* k2 modi */
  background-repeat: repeat;
  color: #000;
}

.body-suido {
  background-image: url('../images/bg.png');
  /*background-repeat: no-repeat;*/ /* k2 modi */
  background-repeat: repeat;
  color: #000;
}

.image-10 {
  position: static;
  left: 0px;
  right: auto;
}

.div-block-149 {
  position: relative;
  left: auto;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: 0px;
  margin-left: auto;
  text-align: left;
}

.main-visual__imge-kokuei {
  margin-right: auto;
  margin-left: auto;
}

.main-content-kokuei {
  max-width: 73.20644216691069%;
  margin-right: auto;
  margin-left: auto;
}

.image-12 {
  position: static;
  left: auto;
  top: 112px;
  right: auto;
  margin-top: 0px;
  margin-right: auto;
}

.div-block-150 {
  position: static;
  left: 0%;
  top: 36%;
  right: auto;
  bottom: auto;
  width: 24.890190336749633%;
  margin-top: -26%;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 0px;
}

.div-block-151 {
  position: relative;
  left: auto;
  right: auto;
  display: block;
  width: 45.095168374816986%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-152 {
  width: 83.6749633967789%;
  margin-left: auto;
}

.area-list_link {
  display: block;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  background-color: #fff;
  font-size: 14px;
  line-height: 12px;
}

.div-block-153 {
  display: -ms-grid;
  display: grid;
  padding: 40px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-154 {
  margin-top: 0px;
  font-family: yu-mincho-pr6n, sans-serif;
}

.text-block-8 {
  margin-bottom: 16px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-9 {
  width: 50%;
}

.okinawa-eria {
  margin-top: 40px;
  margin-bottom: 16px;
}

.main-content-kokuei-area {
  max-width: 73.20644216691069%;
  margin-right: auto;
  margin-left: auto;
}

.heading-6 {
  margin-top: 120px;
  margin-bottom: 72px;
  font-size: 32px;
  line-height: 32px;
}

.sab-title-h4 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 33px;
}

.list-link-area {
  width: 33.333%;
  padding-right: 16px;
  padding-bottom: 16px;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}

.list-link-area.list-link-area-last {
  padding-bottom: 16px;
}

.border {
  height: 2px;
  margin-bottom: 0px;
  background-color: #000;
}

.div-block-158 {
  display: none;
  overflow: visible;
}

.div-block-152-sp {
  display: none;
  width: 83.6749633967789%;
  margin-left: auto;
}

.div-block-151-sp {
  position: relative;
  left: auto;
  right: auto;
  display: none;
  overflow: visible;
  width: 45.095168374816986%;
  margin-top: 112px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-161 {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-162 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 38px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-nav-top {
  display: block;
  margin-left: 32px;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}

.link-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-164 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0px 0px 12px auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.navpc {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 36px;
  padding-right: 40px;
  padding-left: 40px;
}

.navsp {
  display: none;
  width: 100%;
  margin-top: 36px;
  padding-right: 40px;
  padding-left: 40px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}

.nav-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}

.container-5 {
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.global-search__content-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 285px;
  height: 36px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.nav-menu-4 {
  width: 100%;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  mix-blend-mode: normal;
}

.navbar-2 {
  margin-left: 0px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.global-nav__logo-image-sp {
  width: 265.75px;
  margin-top: 23.3px;
  margin-right: auto;
  margin-left: 16px;
}

.image-17 {
  width: auto;
}

.main-content__title-copy {
  max-width: 1366px;
  margin: 0px auto 40px;
  clear: left;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
}

.list-link-area-top {
  width: 33.333%;
  padding-bottom: 16px;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}

.list-link-area-last {
  width: 33.333%;
  padding-bottom: 1px;
}

.area-inside-close-area {
  display: none;
}

.area-open-btn-default {
  display: block;
}

.area-open {
  display: none;
}

.area-open.kushiro {
  display: none;
}

.area-close-top {
  display: none;
}

.area-close-top.hide {
  display: none;
}

.area-list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.area-close-icon {
  display: block;
}

.sub-area {
  margin-top: 0px;
  margin-bottom: 64px;
}

.sub-area.area-last {
  margin-bottom: 104px;
}

@media screen and (max-width: 991px) {
  .boby {
    width: 100%;
  }

  .main-content {
    display: block;
  }

  .global-search__content {
    display: none;
    overflow: visible;
    margin-right: auto;
  }

  .global-nav__logo-image {
    margin-left: 0px;
  }

  .global-search {
    position: relative;
    display: block;
    overflow: visible;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .main-visual__content-kokuei {
    padding-bottom: 0px;
  }

  .main-visual__description {
    margin-right: 16px;
    margin-left: 16px;
  }

  .main-content__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    margin-left: 16px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-content__list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .global-footer__up-to-top {
    display: block;
    height: 64px;
  }

  .global-footer__up-to-top-link {
    position: static;
    display: block;
    width: 64px;
    height: 64px;
    margin-right: 0px;
    margin-left: auto;
  }

  .global-footer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .global-footer__up-to-top-text {
    margin-top: 7px;
    font-size: 12px;
    line-height: 14px;
  }

  .global-footer__up-to-top-image {
    width: 15px;
    padding-top: 11px;
  }

  .global-footer__item-top {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .global-footer__item-box-top {
    width: auto;
    margin-bottom: 0px;
    padding-top: 78px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .global-footer__item-box-bottom {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .global-footer__item-sub {
    width: auto;
    margin-left: 16px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .global-footer__item-sub-link {
    margin-right: 0px;
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 14px;
  }

  .body {
    background-image: url('../images/bg.png');
    font-family: yu-mincho-pr6n, sans-serif;
    background-repeat: repeat; /* k2 add */
  }

  .body-suido {
    background-image: url('../images/bg.png');
    font-family: yu-mincho-pr6n, sans-serif;
    background-repeat: repeat; /* k2 add */
  }

  .main-visual__imge-kokuei {
    width: 100%;
  }

  .main-content-kokuei {
    display: none;
  }

  .div-block-150 {
    display: none;
    overflow: visible;
  }

  .div-block-151 {
    display: none;
  }

  .div-block-152 {
    display: none;
  }

  .main-content-kokuei-area {
    max-width: 91.8%;
  }

  .heading-6 {
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 22px;
  }

  .sab-title-h4 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 18px;
  }

  .list-link-area {
    width: 100%;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .list-link-area.list-link-area-last {
    padding-bottom: 16px;
  }

  .heading-7 {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    text-align: center;
  }

  .heading-8 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
  }

  .div-block-158 {
    position: relative;
    display: block;
    overflow: visible;
    width: 91.46666666666667%;
    margin-top: -20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    color: #000;
  }

  .div-block-152-sp {
    display: block;
  }

  .div-block-151-sp {
    display: block;
    width: 100%;
    margin: 0px auto 120px;
    padding-top: 48px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-block-12 {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
  }

  .div-block-162 {
    display: block;
  }

  .navpc {
    display: none;
  }

  .navsp {
    display: block;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    /*position: fixed;*/ /*add k2*/
    /*background-image: url('../images/bg.png');*/ /*add k2*/
    /*z-index: 1;*/ /*add k2*/
  }

  .nav-link {
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .nav-link-3 {
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .container-5 {
    position: static;
    left: 16px;
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    text-decoration: none;
  }

  .global-search__content-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .nav-menu-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 140vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, 0.8);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .navbar-2 {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .menu-button-4 {
    overflow: visible;
    padding: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }

  .menu-button-4.w--open {
    padding: 16px;
    background-color: transparent;
  }

  .global-nav__logo-image-sp {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
  }

  .lottie-animation {
    width: auto;
    height: 40px;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 0px;
  }

  .global-nav__logo-link-sp {
    display: block;
    width: 40%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-167 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-content__title-copy {
    display: block;
    float: none;
  }

  .area-list-link-area.hide {
    /*display: block;*/ /* k2 modi */
    display: none;
  }

  .list-link-area-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .area-inside-close-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .area-open-btn-default {
    display: block;
    width: auto;
    padding: 0px;
    background-color: transparent;
    color: #000;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
  }

  .image-23 {
    width: 8px;
    height: auto;
    margin-right: 4px;
  }

  .area-close-bottom-clickaera {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .area-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .area-open.kushiro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 74px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-25 {
    width: 8px;
    height: auto;
    margin-right: 4px;
  }

  .area-close-top {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .area-close-top.hide {
    display: none;
  }

  .sub-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .sub-title.hide {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .area-list-link {
    /*display: none;*/ /* k2 modi */
    display: block;
    overflow: visible;
    padding: 0px 16px;
  }

  .area-close-icon {
    display: block;
    width: auto;
    padding: 0px;
    background-color: transparent;
    color: #000;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
  }

  .div-block-168 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-169 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-area {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  .main-visual__content-kokuei {
    padding-bottom: 0px;
    /*position: relative;*/ /* k2 add */
  }

  .div-block-151-sp {
    margin-top: 0px;
  }

  .global-nav__logo-link-sp {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .main-content__title-copy {
    font-size: 22px;
    line-height: 33px;
    text-align: center;
  }

  .area-list-link-area.hide {
    display: none;
  }
}

#w-node-_03436f2c-57f3-dc47-64ec-e5527a1c4a33-066da328 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_131654b9-dc7f-ad42-4393-0e56bdeae2bf-066da328 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_518b40c2-5edc-0d3b-bebf-53de3d9b525a-066da328 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-df521dea-0031-757d-ad18-4c464f1f464f-066da328 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_215fdd29-d679-547a-e201-84b7a7111e21-066da328 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0c96a96c-400e-76e0-8104-5d80aa13bc5f-066da328 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8408c57f-ae51-f8fd-d186-35b80124d08b-066da328 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d92ffa5-abdc-2172-eb41-c5f3f718a571-066da328 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

/* k2 add */
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
  -webkit-appearance: none;
  border-radius: 0;
}
