:root {
  --cl: #88C7F6;
}

#header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li .sub-menu li:hover {
  background: var(--cl);
}

#header .header__main-container .header__nav nav #g_nav > li .sub-menu li>.menu-text::before, #footer .nav li a::before {
  background-image: url("../img/satte/arrow.png");
}

#key .header-tit {
  color: #1E0309;
}

#key .group-img .key-ttl .cl {
  color: #3F8CC5;
}

#topics {
  padding: 64px 0 0;
}
@media screen and (min-width: 768px) {
  #topics {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  #topics {
    padding: 48px 30px 50px;
  }
}
@media screen and (min-width: 768px) {
  #key .group-img .key-ttl {
    top: 20px;
  }
  #topics .group-title {
    width: 247px;
  }
  #topics .group-title .sub-title, #topics .group-title .title {
    text-align: left;
  }
}
#topics .group-title .sub-title2 {
  margin: 16px 0 0;
  color: #1E0309;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #topics .group-title .sub-title2 {
    margin: 8px 0 0;
  }
}
#topics .list-news {
  background: #fff;
  box-sizing: border-box;
  border-left: 4px solid var(--cl);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  padding: 40px;
}
@media screen and (min-width: 768px) {
  #topics .list-news {
    width: calc(50% + 293px);
    max-width: calc(100% - 280px);
  }
}
@media screen and (max-width: 767px) {
  #topics .list-news {
    padding: 24px 24px 24px 20px;
    margin: 28.5px 0 0;
  }
}
#topics .list-news dl {
  font-weight: 500;
  gap: 24px;
  padding: 0 0 16px;
  border-bottom: 1px dashed #FADCDE;
}
@media screen and (min-width: 768px) {
  #topics .list-news dl {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #topics .list-news dl {
    padding: 0 0 10px;
  }
}
#topics .list-news dl + dl {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #topics .list-news dl + dl {
    margin-top: 10px;
  }
}
#topics .list-news dl a, #topics .list-news dl span {
  font-weight: inherit;
}
#topics .list-news dl dt {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  #topics .list-news dl dt {
    font-size: 14px;
    gap: 0 4px;
  }
}
#topics .list-news dl dt span {
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 1px 8px 2px;
  background: var(--cl);
  line-height: 17px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  #topics .list-news dl dt span {
    font-size: 10px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  #topics .list-news dl dd {
    width: calc(100% - 215px);
  }
}
@media screen and (max-width: 767px) {
  #topics .list-news dl dd {
    margin: 5px 0 0;
  }
}
#topics .list-news dl dd a {
  display: block;
  height: 26px;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  letter-spacing: 0;
  text-decoration: none;
}
#topics .list-news dl dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #topics .list-news dl dd a {
    font-size: 16px;
    line-height: 1.5;
    height: 24px;
  }
}

#menu {
  margin: 128px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #menu {
    margin: 89px 0 0;
  }
}
#menu .flex {
  display: flex;
  margin: 64px 0 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px 10px;
}
@media screen and (max-width: 767px) {
  #menu .flex {
    gap: 0;
    margin: 31px 0 0;
    justify-content: flex-start;
  }
}
#menu .flex .item {
  width: 208px;
}
@media screen and (max-width: 767px) {
  #menu .flex .item {
    width: 110px;
    max-width: calc(100% / 3);
    box-sizing: border-box;
    border-right: 1px solid #88C7F6;
    border-bottom: 1px solid #88C7F6;
  }
  #menu .flex .item:nth-child(3n + 3) {
    border-right: 0;
  }
  #menu .flex .item:nth-child(3n+1):nth-last-child(-n+3), #menu .flex .item:nth-child(3n+1):nth-last-child(-n+3) ~ .item {
    border-bottom: 0;
  }
}
#menu .flex .item a {
  display: block;
  text-decoration: none;
  padding: 24px 0 3px;
  background: #fff;
  box-shadow: 0 0 8px rgba(180, 167, 158, 0.24);
  height: 100%;
}
@media screen and (max-width: 767px) {
  #menu .flex .item a {
    padding: 16px 0;
    box-shadow: none;
  }
  #menu .flex .item:nth-child(1) a, #menu .flex .item:nth-child(2) a, #menu .flex .item:nth-child(3) a {
    padding-top: 0;
  }
}
#menu .flex .item .name {
  margin: 7px 0 0;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #menu .flex .item .name {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
    min-height: 32px;
  }
}
#menu .flex .item .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
  letter-spacing: 0;
}
  #menu .flex .item .img img {
    width: 118px !important;
  }
@media screen and (max-width: 767px) {
  #menu .flex .item .text {
    padding: 0 10px;
    display: none;
  }
  #menu .flex .item .img img {
    width: 80px !important;
  }
}

#access {
  margin: 169px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #access {
    margin: 65px 0 0;
  }
  #access .sub-title {
    font-size: 16px;
  }
  #access .container {
    padding: 0;
  }
}
#access .title {
  margin-bottom: 64px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #access .title {
    margin-bottom: 37px;
  }
}
#access .group-time {
  position: relative;
}
@media screen and (max-width: 767px) {
  #access .group-time {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  #access .group-time .left {
    width: 520px;
    max-width: 48.5%;
  }
}
@media screen and (min-width: 768px) {
  #access .group-time .right {
    position: absolute;
    top: 0;
    right: 0;
    width: 520px;
    max-width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  #access .group-time .right {
    margin: 40px 0 0;
  }
}
#access .group-time .time-table {
  margin: 0 0 16px;
}
#access .group-time .time-table th, #access .group-time .time-table td {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
#access .group-time .time-table thead th {
  color: var(--cl);
  padding: 0 0 8px;
  border-bottom: 1px solid var(--cl);
  text-align: center;
}
#access .group-time .time-table thead th:first-child {
  width: 50%;
  box-sizing: border-box;
  padding-left: 8px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  #access .group-time .time-table thead th:first-child {
    width: 40%;
  }
}
#access .group-time .time-table thead th:last-child {
  padding-right: 8px;
}
#access .group-time .time-table tbody tr th, #access .group-time .time-table tbody tr td {
  padding: 8px 0;
  border-bottom: 1px dashed var(--cl);
}
@media screen and (min-width: 768px) {
  #access .group-time .time-table tbody tr.border th, #access .group-time .time-table tbody tr.border td {
    border-bottom-style: solid;
  }
}
#access .group-time .time-table tbody tr:last-child th, #access .group-time .time-table tbody tr:last-child td {
  border-bottom-style: solid;
}
#access .group-time .time-table tbody tr td {
  text-align: center;
}
#access .group-time .time-table tbody tr th {
  padding-left: 8px;
}
#access .group-time .note {
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0;
}
#access .group-time .note3 {
  color: #3F8CC5;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #access .group-time .note3 {
    display: flex;
    align-items: flex-start;
  }
  #access .group-time .note {
    letter-spacing: 0;
    font-size: 14px;
  }
  #access .group-time .time-table th, #access .group-time .time-table td {
    font-size: 80%;
  }

  #access .group-time .time-table thead th:first-child {
      font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #access .group-time .note2 {
    position: relative;
    padding-left: 16px;
  }
  #access .group-time .note2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 14px;
    height: 14px;
    background: var(--cl);
  }
  #access .group-time .note2 span {
    display: none;
  }
}
#access .group-time .box-info {
  margin: 28px 0 0;
}
@media screen and (max-width: 767px) {
  #access .group-time .box-info {
    margin: 40px 0 0;
  }
}
#access .group-time .box-info dl {
  border-bottom: 1px solid var(--cl);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 0 8px;
}
#access .group-time .box-info dl + dl {
  margin-top: 16px;
}
#access .group-time .box-info dl dt {
  font-weight: 500;
  color: var(--cl);
}
#access .group-time .box-info dl dd {
  font-weight: 500;
  width: calc(100% - 127px);
}
@media screen and (max-width: 767px) {
  #access .group-time .box-info dl dd {
    width: calc(100% - 70px);
  }
}
#access .group-time .box-info dl dd a, #access .group-time .box-info dl dd h1 {
  font-weight: inherit;
}
#access .group-time #ggmap {
  margin: 12px 0 0;
  height: 288px;
}
@media screen and (max-width: 767px) {
  #access .group-time #ggmap {
    margin: 40px -31px 0;
    height: 216px;
  }
}
#access .group-time #ggmap iframe {
  width: 100%;
  height: 100%;
}
#access .group-traffic {
  margin: 40px 0 0;
  background: #FCF1D5;
  padding: 32px 40px 22px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #access .group-traffic {
    padding: 28px 15px 64px;
    display: block;
  }
}
#access .group-traffic::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--cl);
}
@media screen and (max-width: 767px) {
  #access .group-traffic::before {
    width: 100%;
    height: 4px;
    bottom: auto;
  }
}
#access .group-traffic .item {
  padding: 0 0 32px;
}
@media screen and (min-width: 768px) {
  #access .group-traffic .item {
    text-align: center;
    width: 50%;
  }
  #access .group-traffic .item + .item {
    border-left: 1px solid #B49EA2;
  }
  #access .group-traffic .item:last-child {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #B49EA2;
    padding: 32px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #access .group-traffic .item {
    padding: 0 10px 32px;
  }
  #access .group-traffic .item + .item {
    border-top: 1px solid #B49EA2;
    padding-top: 24px;
  }
  #access .group-traffic .item:last-child {
    padding-bottom: 0;
  }
}
#access .group-traffic .item .tit {
  display: flex;
  gap: 0 8px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  margin: 0 0 9px;
}
#access .group-traffic .item .tit img {
  width: 48px;
}
@media screen and (min-width: 768px) {
  #access .group-traffic .item .tit {
    justify-content: center;
  }
}
#access .group-traffic .item .text {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #access .group-traffic .item .text {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1101px) {
  #access .group-traffic .item .text .ipad {
    display: none;
  }
}
#access .group-traffic .item .flex {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #access .group-traffic .item .flex {
    display: flex;
    justify-content: space-between;
  }
  #access .group-traffic .item .flex .col {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  #access .group-traffic .item .flex .col + .col {
    margin-top: 40px;
  }
}
#access .group-traffic .item .flex .col .col-name {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  padding: 3px 0 4px;
  background: var(--cl);
  margin: 0 0 12px;
  color: #fff;
}
#access .group-traffic .item .flex .col dl {
  position: relative;
  padding: 0 0 24px;
  line-height: 1.5;
  border-bottom: 1px dashed #B49EA2;
}
@media screen and (max-width: 767px) {
  #access .group-traffic .item .flex .col dl {
    line-height: 2;
  }
}
#access .group-traffic .item .flex .col dl + dl {
  margin-top: 24px;
}
#access .group-traffic .item .flex .col dl dt {
  font-weight: 500;
}
#access .group-traffic .item .flex .col dl dd {
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 24px;
  font-weight: 500;
}
#access .group-traffic .item .flex .col .note {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 1.5;
  margin: 16px 0 0;
  font-weight: 500;
}
#access .group-traffic .item .flex .col .btn-busmap {
  margin: 75px 26px 0 0;
  text-align: right;
}
#access .group-traffic .item .flex .col .btn-busmap a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  background: #D1D1D1;
  color: #707070;
  padding: 16px 2px 0 29px;
}
@media screen and (max-width: 767px) {
  #access .group-traffic .item .flex .col .btn-busmap {
    text-align: center;
    margin: 64px 0 0;
  }
  #access .group-traffic .item .flex .col .btn-busmap a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 24px;
    color: #fff;
    background: var(--cl);
  }
}

#main {
  overflow: hidden;
}

#feature {
  margin: 153px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #feature::before {
    content: "";
    position: absolute;
    width: calc(50vw - 540px);
    min-width: 143px;
    top: 82px;
    height: 123px;
    right: 0;
    background: #E9F6FE;
  }
}
#feature::after {
  content: "";
  position: absolute;
  width: calc(50vw - 327px);
  bottom: 0;
  height: 123px;
  right: 0;
  background: #E9F6FE;
}
@media screen and (min-width: 768px) {
  #feature::after {
    min-width: 356px;
  }
}
@media screen and (max-width: 767px) {
  #feature::after {
    width: calc(50% + 5px);
    height: 74px;
  }
}
#feature .wrap {
  margin: 0 auto;
  max-width: 100%;
  width: 1366px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #feature {
    margin: 49px 0 0;
  }
}
#feature .title {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #feature .title {
    margin-bottom: 32.5px;
  }
}
@media screen and (min-width: 768px) {
  #feature .group {
    display: flex;
    align-items: center;
    min-height: 480px;
  }
}
#feature .group:nth-child(even) {
  flex-direction: row-reverse;
}
#feature .group:nth-child(even) .group-content .stt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #feature .group:nth-child(even) .group-content .stt {
    text-align: right;
  }
}
#feature .group .group-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  #feature .group .group-img {
    width: 50%;
  }
}
#feature .group .group-img p {
  position: relative;
  z-index: 2;
}
#feature .group .group-content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #feature .group .group-content {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #feature .group .group-content {
    margin: 32px 0 0;
  }
}
#feature .group .group-content .stt {
  position: absolute;
  font-weight: 500;
  font-size: 136px;
  line-height: 197px;
  bottom: -64px;
  color: #FCF1D5;
}
@media screen and (min-width: 768px) {
  #feature .group .group-content .stt {
    opacity: 0.4;
    max-width: 70%;
    text-align: right;
    width: 397px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #feature .group .group-content .stt {
    left: 0;
    bottom: -77px;
    width: 100%;
  }
}
#feature .group .group-content h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  z-index: 2;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  #feature .group .group-content h3 {
    font-size: 24px;
    margin: 0 0 16px;
  }
}
#feature .group .group-content .txt {
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #feature .group .group-content .txt {
    width: 397px;
    max-width: 70%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  #feature .group .group-content .txt {
    padding: 0 30px;
    line-height: 1.75;
  }
}
#feature .group.group1 .group-img {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0 16px;
}
#feature .group.group1 .group-img .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
#feature .group.group1 .group-img .img {
  width: 187px;
}
#feature .group.group1 .group-img::before {
  content: "";
  position: absolute;
  top: 47px;
  left: 0;
  right: 93px;
  bottom: 46px;
  background: url("../img/satte/feature_bg.jpg") repeat top center/590px auto;
}
@media screen and (max-width: 767px) {
  #feature .group.group1 .group-img {
    padding: 0 30px 0 0;
    gap: 0 6px;
  }
  #feature .group.group1 .group-img .inner {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 13px;
  }
  #feature .group.group1 .group-img .img {
    width: 86px;
    line-height: 0;
  }
  #feature .group.group1 .group-img .img2 {
    width: 169px;
    margin: 30px 0 0;
  }
  #feature .group.group1 .group-img::before {
    right: 49px;
    top: 0;
    bottom: 24px;
    background-image: url("../img/satte/feature_bg_sp.jpg");
    background-size: 100% auto;
  }
}
#feature .group.group1 .group-img p {
  position: relative;
  z-index: 2;
}
#feature .group.group2 {
  position: relative;
}
#feature .group.group2 .group-img {
  position: relative;
}
#feature .group.group2 .group-img::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -40px;
  right: 40px;
  bottom: -40px;
  background: url("../img/satte/feature_bg2.jpg") repeat top center/683px auto;
}
#feature .group.group2 .group-content .stt {
  bottom: -81px;
}
@media screen and (max-width: 767px) {
  #feature .group.group2 {
    margin: 76px 0 0;
  }
  #feature .group.group2 .group-img {
    padding: 0 0 30px 30px;
  }
  #feature .group.group2 .group-img::before {
    top: 30px;
    right: 30px;
    left: 0;
    bottom: 0;
    background-image: url("../img/satte/feature_bg2_sp.jpg");
    background-size: 100% auto;
  }
  #feature .group.group2 .group-content .stt {
    bottom: -84px;
  }
}
#feature .group.group3 {
  position: relative;
  z-index: 2;
  padding: 0 0 65px;
}
#feature .group.group3 .group-img {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  position: relative;
}
#feature .group.group3 .group-img::before {
  content: "";
  position: absolute;
  top: -39px;
  right: 93px;
  bottom: 132px;
  left: 0;
  background: url("../img/satte/feature_bg.jpg") repeat top center/590px auto;
}
#feature .group.group3 .group-content .stt {
  bottom: -68px;
}
@media screen and (max-width: 767px) {
  #feature .group.group3 {
    margin: 106px 0 0;
    padding: 0 0 74px;
  }
  #feature .group.group3 .group-img {
    gap: 0 9px;
  }
  #feature .group.group3 .group-img::before {
    right: 53px;
    bottom: 75px;
    top: -22px;
    background-image: url("../img/satte/feature_bg_sp.jpg");
    background-size: 100% auto;
  }
  #feature .group.group3 .group-content .stt {
    bottom: -74px;
  }

  /* #feature .group.group3 .group-img .img3 {
    width: 107px;
  } */
}

#know {
  background: #F3F3F3;
  padding: 89px 0 128px;
}
@media screen and (max-width: 767px) {
  #know {
    padding: 49px 0 64px;
  }
  #know .container {
    padding: 0;
  }
}
#know h2 {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #know h2 {
    margin-bottom: 29px;
    line-height: 1.5;
  }
  #know h2 small {
    display: block;
  }
}
#know .group {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  background: #fff;
}
#know .group .group-img {
  display: flex;
}
#know .group .group-btn {
  display: flex;
  padding: 47px 0;
}
@media screen and (max-width: 767px) {
  #know .group .group-btn {
    display: block;
    padding: 24px 30px;
  }
}
@media screen and (min-width: 768px) {
  #know .group .group-btn .btn {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  #know .group .group-btn .btn + .btn {
    margin-top: 16px;
  }
}
#know .group .group-btn .btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  #know .group .group-btn .btn a {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #know .group .group-btn .btn a {
    font-size: 20px;
    line-height: 1.6;
  }
}
#know .group .group-btn .btn a:hover {
  opacity: 0.8;
}
#know .group .group-btn .btn a:after {
  content: "";
  background: url("../img/kuki/arrow.png") no-repeat center/9px auto;
  width: 40px;
  height: 40px;
}