@charset "UTF-8";
#sec1-top {
  position: relative;
  padding: 155px 0 180px;
  overflow: hidden;
}

#sec1-top .wrap {
  max-width: 1366px;
  z-index: 2;
  position: relative;
}

#sec1-top::before {
  width: calc(50% + 85px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: #FAF7F0;
}

#sec1-top .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#sec1-top .photo {
  max-width: 760px;
  width: calc(50% + 85px);
}

#sec1-top .photo img {
  width: 100%;
  height: auto;
}

#sec1-top .text {
  width: calc(50% - 85px);
  box-sizing: border-box;
}

#sec1-top .text h2 {
  font-size: 70px;
  letter-spacing: 0.2em;
  color: #52836C;
  position: relative;
  margin-left: -45px;
  z-index: 2;
  font-weight: bold;
  line-height: 70px;
  margin-bottom: 10px;
}

#sec1-top .text h2 span {
  font-size: 60px;
}

#sec1-top .text ul {
  max-width: 440px;
  margin-left: 22px;
}

#sec1-top .text ul li {
  margin-top: 35px;
  letter-spacing: 0.05em;
}

#sec2-top {
  position: relative;
  z-index: 3;
  margin-top: -35px;
}

#sec2-top h2 {
  color: #FFF;
  font-family: "游明朝", YuMincho, serif;
  letter-spacing: 0.2em;
  background: #52836C;
  padding: 18px 0 18px 150px;
  font-size: 68px;
  line-height: 68px;
  margin-right: 150px;
  text-align: center;
  position: relative;
}

#sec2-top h2::after {
  background: #52836C;
  width: 200%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 99%;
}

#sec2-top h2 span {
  padding-left: 55px;
  background: url(../img/common/icon_ttl.png) no-repeat center left;
  background-size: 36px auto;
}

#sec2-top .box {
  position: relative;
  max-width: 1170px;
  margin: auto;
  box-sizing: border-box;
  padding-bottom: 60px;
}

#sec2-top .box::after {
  background: #52836C;
  width: 6px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

#sec2-top .box::before {
  background: url(../img/common/arr2.png) no-repeat;
  background-size: cover;
  width: 48px;
  height: 23px;
  content: "";
  position: absolute;
  top: 96px;
  left: -22px;
}

#sec2-top .block {
  width: 1170px;
  margin: 50px -40px 0;
  position: relative;
  box-sizing: border-box;
  padding: 40px 40px;
  border-right: 1px solid #52836C;
}

#sec2-top .block::before {
  width: 200%;
  height: 100%;
  border-top: 1px solid #52836C;
  border-bottom: 1px solid #52836C;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}

#sec2-top .block .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sec2-top .block .item .photo {
  width: 50%;
  position: relative;
  order: 2;
}

#sec2-top .block .item .text {
  width: 50%;
  box-sizing: border-box;
  padding-right: 35px;
  order: 1;
}

#sec2-top .block .item .text h3 {
  font-size: 40px;
  line-height: 40px;
  color: #52836C;
  font-weight: bold;
  margin-bottom: 40px;
}

#sec2-top .block .item .text dl {
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 50px;
}

#sec2-top .block .item .text dl dt {
  font-weight: bold;
  font-size: 18px;
}

#sec2-top .block .item .text .btn-common {
  width: 400px;
  height: 54px;
}

.btn-common {
  border: 1px solid #707070;
  position: relative;
}

.btn-common a {
  font-size: 18px;
  font-weight: 500;
  background: #FFF;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.btn-common a::before {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #52836C;
  transition: all 0.4s ease;
  z-index: -1;
}

.btn-common a span {
  background: url(../img/common/arr.png) no-repeat center right;
  background-size: 155px auto;
  padding-right: 170px;
}

.btn-common a:hover {
  color: #FFF;
}

.btn-common a:hover::before {
  width: 100%;
}

.btn-common a:hover span {
  background: url(../img/common/arr1.png) no-repeat center right;
  background-size: 155px auto;
}

#sec3-top {
  position: relative;
  padding: 0 30px;
}

#sec3-top .box {
  background: #52836C;
  color: #FFF;
  max-width: 1306px;
  margin: auto;
  padding: 60px 45px;
}

#sec3-top .box .list {
  display: flex;
  justify-content: space-between;
}

#sec3-top .box .list dl {
  max-width: 392px;
  border: 1px solid #FFF;
  border-radius: 5px;
  position: relative;
  width: 32.5%;
  box-sizing: border-box;
  padding: 20px 25px 50px;
  font-weight: 500;
transition: all 0.3s ease;
}

#sec3-top .box .list dl:hover {
  background: rgba(255,255,255,0.1);
}

#sec3-top .box .list dl dt {
  text-align: center;
  margin-bottom: 15px;
  color: #FFC40A;
  font-size: 24px;
  line-height: 38px;
}

#sec3-top .box .list dl dt a {
  color: #FFC40A;
  transition: all 0.3s ease;
}

#sec3-top .box .list dl dd a {
  color: #FFF;
}

#sec3-top .box .list dl dt a img {
  opacity: 1 !important;
}


#sec3-top .box .list dl dt span {
  display: block;
  width: 170px;
  margin: 0 auto 15px;
}

#sec3-top .box .list dl dd {
  text-align: justify;
  letter-spacing: 0;
}

#sec4-top {
  position: relative;
  padding: 55px 30px 0;
}

#sec4-top .box {
  margin: auto;
  position: relative;
  max-width: 1306px;
  border: 1px solid #52836C;
  z-index: 1;
  padding: 35px 0 40px;
}

#sec4-top .box::after {
  background: #52836C;
  width: 6px;
  height: 56px;
  content: "";
  position: absolute;
  top: -56px;
  left: 60px;
}

#sec4-top h2 {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
}

#sec4-top h2 span {
  padding-left: 66px;
  background: url(../img/top/sec4_icon.png) no-repeat center left;
  background-size: 56px auto;
  display: inline-block;
  line-height: 72px;
  color: #52836C;
}

#sec4-top .list {
  background: #FAF7F0;
  padding: 20px 20px 25px;
}

#sec4-top .list .flex-b {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
}

#sec4-top .list dl {
  font-weight: 500;
  line-height: 38px;
  width: 28%;
}

#sec4-top .list dl a {
transition: all 0.3s ease;
}

#sec4-top .list dl a:hover {
 opacity: 0.7;
}

#sec4-top .list dl:first-child {
  width: 38%;
  box-sizing: border-box;
  padding-left: 9%;
}

#sec4-top .list dl:last-child {
  width: 34%;
}

#sec4-top .list dl dd {
  margin-left: 10px;
}

#sec4-top .list .btn-common {
  width: 400px;
  height: 54px;
  margin: auto;
}

#sec5-top {
  position: relative;
  margin-top: 80px;
  padding-bottom: 95px;
}

#sec5-top::before {
  width: 245px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #FAF7F0;
}

#sec5-top .box {
  max-width: 1306px;
  margin: auto;
}

#sec5-top .box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sec5-top .box .item .photo {
  position: relative;
  order: 2;
  width: 816px;
  margin-right: -140px;
  margin-left: -130px;
}

#sec5-top .box .item .text {
  position: relative;
  z-index: 2;
  width: 440px;
  text-align: center;
  font-weight: 500;
  line-height: 38px;
  margin-left: 100px;
}

#sec5-top .box .item .text h2 {
  font-size: 80px;
  letter-spacing: 0.2em;
  color: #52836C;
  position: relative;
  z-index: 2;
  font-weight: bold;
  line-height: 70px;
  margin-bottom: 40px;
}

#blog-list-news {
  max-width: 1125px;
  box-sizing: border-box;
  margin: 0 auto 50px;
  border: 1px solid #707070;
  padding: 25px 30px 50px;
}

#blog-list-news .title-blog {
  position: relative;
  margin-bottom: 20px;
}

#blog-list-news .title-blog h2 {
  text-align: center;
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  color: #666666;
}

#blog-list-news .title-blog .blog-btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 820px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
}

#blog-list-news .title-blog .blog-btn a {
  display: block;
  width: 180px;
}

#blog-list-news .post-box__content {
  position: relative;
  overflow: hidden;
  height: auto;
  margin: 0 110px;
}

#blog-list-news .post-box__content dl {
  padding: 14px 20px 5px;
  margin-bottom: 0;
  border-bottom: 1px solid #CBCAC9;
  font-size: 16px;
  display: flex;
}

#blog-list-news .post-box__content dl dt {
  font-size: 16px;
  width: 180px;
  line-height: 30px;
}

#blog-list-news .post-box__content dl dt .new-label {
  display: none;
}

#blog-list-news .post-box__content dl dd {
  font-size: 16px;
  width: calc(100% - 180px);
  box-sizing: border-box;
  line-height: 30px;
}

#blog-list-news .post-box__content dl dd a {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 30px;
  padding-right: 50px;
}

#blog-list-news .post-box__header {
  display: none;
}

#sec1 {
  padding: 0 0 45px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

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

#sec1 .info .item {
  width: 50%;
  box-sizing: border-box;
  padding-right: 25px;
  display: flex;
  justify-content: flex-end;
}

#sec1 .info .item h2 {
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  color: #52836C;
  margin-bottom: 30px;
  padding-bottom: 12px;
  position: relative;
}

#sec1 .info .item h2::before {
  width: 200%;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  height: 1px;
  background: #52836C;
}

#sec1 .info .time-box {
  background: #52836C;
  position: relative;
  padding: 25px 40px 35px 0;
  z-index: 1;
  color: #FFF;
}

#sec1 .info .time-box::before {
  position: absolute;
  width: 200%;
  height: 100%;
  right: 99%;
  top: 0;
  background: #52836C;
  content: "";
  z-index: -1;
}

#sec1 .info .time-box dl {
  font-size: 15px;
  font-weight: 500;
  padding-top: 5px;
  letter-spacing: 0;
}

#sec1 .info .time-box dl dt {
  font-size: 17px;
  margin-bottom: 6px;
}

#sec1 .info .time-box dl dd a {
  display: inline-block;
  margin-left: 55px;
  width: 154px;
  position: relative;
  z-index: 2;
}

#sec1 .info .time-box dl dd a img {
  width: 100%;
  height: auto;
}

#sec1 .info .col {
  width: 515px;
}

#sec1 .info .timetable {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 24px;
}

#sec1 .info .timetable .txt_color {
  color: #FFF !important;
}

#sec1 .info .timetable td {
  border-left: none;
  padding: 0;
}

#sec1 .info .timetable thead {
  background: transparent;
  color: #040812;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

#sec1 .info .timetable thead th, #sec1 .info .timetable thead td {
  padding-bottom: 7px;
  color: #FFF;
  font-size: 18px;
}

#sec1 .info .timetable thead th {
  width: 135px;
  padding-left: 0;
  font-size: 20px;
  color: #FFF;
}

#sec1 .info .timetable thead td:last-child {
  width: 60px;
}

#sec1 .info .timetable tbody th, #sec1 .info .timetable tbody td {
  background: transparent;
}

#sec1 .info .timetable tbody tr:last-child th, #sec1 .info .timetable tbody tr:last-child td {
  border-top: none;
  padding-bottom: 10px;
  font-size: 17px;
}

#sec1 .info .timetable tbody tr:first-child th, #sec1 .info .timetable tbody tr:first-child td {
  padding: 10px 0 8px;
  font-size: 17px;
}

#sec1 .info .timetable tbody th {
  padding-left: 0;
  font-size: 17px;
  letter-spacing: 0.1em;
}

#sec1 .info .txt {
  margin: 15px 0 25px;
}

#sec1 .info .vcard {
  line-height: 35px;
  margin-bottom: 30px;
  font-size: 16px;
}

#sec1 .info .vcard dl {
  width: 100%;
  display: table;
  line-height: 30px;
}

#sec1 .info .vcard dl dt {
  display: table-cell;
  width: 140px;
}

#sec1 .info .vcard dl dd {
  display: table-cell;
}

#sec1 .info .vcard dl + dl {
  margin-top: 5px;
}

#sec1 .info .ggmap {
  width: 50%;
  position: relative;
  height: 625px;
}

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

.access-common #sec1 {
  padding: 0;
}

.access-common #sec1 .info {
  align-items: flex-end;
}

.access-common #sec1 .info .col {
  max-width: 580px;
  width: 48%;
}

.access-common .ac-time {
  line-height: 30px;
}

.access-common .ac-time span {
  display: block;
  font-size: 40px;
  font-weight: 500;
  color: #52836C;
  background: url(../img/top/icon_tel_g.png) no-repeat bottom 3px left;
  background-size: 23px;
  padding-left: 35px;
  line-height: 40px;
  margin: 20px 0 10px;
}

.access-common .ac-time span a {
  color: #52836C;
}

@media screen and (max-width: 1239px) and (min-width: 767px) {
  #sec2-top .box {
    max-width: 900px;
  }
  #sec2-top h2 {
    font-size: 50px;
  }
  #sec2-top .block {
    width: 950px;
  }
  #sec2-top .block .item .text {
    padding-right: 35px;
  }
  #sec2-top .block .item .text h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  #sec2-top .block .item .text dl {
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 50px;
  }
  #sec2-top .block .item .text dl dt {
    font-weight: bold;
    font-size: 16px;
  }
  #sec2-top .block .item .text dl dd {
    font-size: 14px;
    letter-spacing: 0;
  }
  #sec2-top .block .item .text .btn-common {
    width: 360px;
    height: 54px;
  }
  #sec3-top .box .list dl dt {
    font-size: 20px;
    line-height: 32px;
  }
  #sec3-top .box .list dl dt span {
    display: block;
    width: 140px;
    margin: 0 auto 15px;
  }
  #sec3-top .box .list dl dd {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 28px;
  }
  #sec4-top .list dl:first-child {
    padding-left: 5%;
  }
  #sec4-top .list .btn-common {
    width: 360px;
  }
  #sec5-top .box {
    max-width: 1306px;
    margin: auto;
  }
  #sec5-top .box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #sec5-top .box .item .text {
    position: relative;
    z-index: 2;
    width: 440px;
    text-align: center;
    font-weight: 500;
    line-height: 38px;
    margin-left: 100px;
  }
  #sec5-top .box .item .text h2 {
    font-size: 70px;
    letter-spacing: 0.2em;
    color: #52836C;
    position: relative;
    z-index: 2;
    font-weight: bold;
    line-height: 70px;
    margin-bottom: 40px;
  }
  #blog-list-news {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 30px 50px;
    border: 1px solid #707070;
    padding: 25px 30px 50px;
  }
  #sec1 .info .item {
    padding-left: 30px;
  }
  #sec1 .info .time-box dl dd a {
    margin-left: 25px;
    width: 140px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 767px) {
  #sec1-top {
    position: relative;
    padding: 85px 0 100px;
    overflow: hidden;
  }
  #sec1-top .wrap {
    max-width: 1366px;
    z-index: 2;
    position: relative;
  }
  #sec1-top::before {
    width: calc(50% + 85px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: #FAF7F0;
  }
  #sec1-top .box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #sec1-top .photo {
    max-width: 760px;
    width: calc(50% + 85px);
    margin-left: -40px;
  }
  #sec1-top .photo img {
    width: 100%;
    height: auto;
  }
  #sec1-top .text {
    width: calc(50% - 45px);
    box-sizing: border-box;
  }
  #sec1-top .text h2 {
    padding-top: 30px;
    font-size: 50px;
    letter-spacing: 0.2em;
    color: #52836C;
    position: relative;
    margin-left: -45px;
    z-index: 2;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 10px;
  }
  #sec1-top .text h2 span {
    font-size: 40px;
  }
  #sec1-top .text ul {
    max-width: 440px;
    margin-left: 22px;
    font-size: 14px;
    line-height: 26px;
  }
  #sec1-top .text ul li {
    margin-top: 25px;
    letter-spacing: 0.05em;
  }
  #sec2-top {
    position: relative;
    z-index: 3;
    margin-top: -35px;
  }
  #sec2-top h2 {
    color: #FFF;
    font-family: "游明朝", YuMincho, serif;
    letter-spacing: 0.2em;
    background: #52836C;
    padding: 12px 0 12px 100px;
    font-size: 48px;
    line-height: 48px;
    margin-right: 100px;
    text-align: center;
    position: relative;
  }
  #sec2-top h2::after {
    background: #52836C;
    width: 200%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 99%;
  }
  #sec2-top h2 span {
    padding-left: 50px;
    background: url(../img/common/icon_ttl.png) no-repeat center left;
    background-size: 30px auto;
  }
  #sec2-top .box {
    position: relative;
    max-width: 90%;
    margin: auto;
    box-sizing: border-box;
    padding-bottom: 60px;
  }
  #sec2-top .box::after {
    background: #52836C;
    width: 6px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec2-top .box::before {
    background: url(../img/common/arr2.png) no-repeat;
    background-size: cover;
    width: 48px;
    height: 23px;
    content: "";
    position: absolute;
    top: 65px;
    left: -22px;
  }
  #sec2-top .block {
    width: 106%;
    margin: 50px 0 0;
    position: relative;
    box-sizing: border-box;
    padding: 35px 35px 35px 0;
    border-right: 1px solid #52836C;
  }
  #sec2-top .block::before {
    width: 200%;
    height: 100%;
    border-top: 1px solid #52836C;
    border-bottom: 1px solid #52836C;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
  }
  #sec2-top .block .item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #sec2-top .block .item .photo {
    width: 49%;
    position: relative;
    order: 2;
  }
  #sec2-top .block .item .text {
    width: 51%;
    box-sizing: border-box;
    padding-right: 25px;
    order: 1;
  }
  #sec2-top .block .item .text h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  #sec2-top .block .item .text dl {
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0;
  }
  #sec2-top .block .item .text dl dt {
    font-weight: bold;
    font-size: 16px;
  }
  #sec2-top .block .item .text .btn-common {
    width: 280px;
    height: 50px;
  }
  #sec2-top .block .item .text .btn-common a {
    font-size: 15px;
  }
  #sec2-top .block .item .text .btn-common a span {
    padding-right: 120px;
  }
  .btn-common {
    border: 1px solid #707070;
    position: relative;
  }
  .btn-common a {
    font-size: 15px;
    font-weight: 500;
    background: #FFF;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
  }
  .btn-common a::before {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #52836C;
    transition: all 0.4s ease;
    z-index: -1;
  }
  .btn-common a span {
    background: url(../img/common/arr.png) no-repeat center right;
    background-size: 105px auto;
    padding-right: 170px;
  }
  .btn-common a:hover {
    color: #FFF;
  }
  .btn-common a:hover::before {
    width: 100%;
  }
  .btn-common a:hover span {
    background: url(../img/common/arr1.png) no-repeat center right;
    background-size: 155px auto;
  }
  #sec3-top {
    position: relative;
    padding: 0 20px;
  }
  #sec3-top .box {
    background: #52836C;
    color: #FFF;
    max-width: 1306px;
    margin: auto;
    padding: 60px 30px;
  }
  #sec3-top .box .list {
    display: flex;
    justify-content: space-between;
  }
  #sec3-top .box .list dl {
    max-width: 392px;
    border: 1px solid #FFF;
    border-radius: 5px;
    position: relative;
    width: 32.5%;
    box-sizing: border-box;
    padding: 20px 10px 20px;
    font-weight: 500;
  }
  #sec3-top .box .list dl dt {
    text-align: center;
    margin-bottom: 15px;
    color: #FFC40A;
    font-size: 16px;
    line-height: 30px;
  }
  #sec3-top .box .list dl dt a {
    color: #FFC40A;
    transition: all 0.3s ease;
  }
  #sec3-top .box .list dl dt a img {
    opacity: 1 !important;
  }
  #sec3-top .box .list dl dt a:hover {
    opacity: 0.75;
  }
  #sec3-top .box .list dl dt span {
    display: block;
    width: 100px;
    margin: 0 auto 15px;
  }
  #sec3-top .box .list dl dd {
    text-align: justify;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 24px;
  }
  #sec4-top {
    position: relative;
    padding: 55px 20px 0;
  }
  #sec4-top .box {
    margin: auto;
    position: relative;
    max-width: 1306px;
    border: 1px solid #52836C;
    z-index: 1;
    padding: 35px 0 40px;
  }
  #sec4-top .box::after {
    background: #52836C;
    width: 6px;
    height: 56px;
    content: "";
    position: absolute;
    top: -56px;
    left: 60px;
  }
  #sec4-top h2 {
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 10px;
  }
  #sec4-top h2 span {
    padding-left: 60px;
    background: url(../img/top/sec4_icon.png) no-repeat center left;
    background-size: 48px auto;
    display: inline-block;
    line-height: 68px;
    color: #52836C;
  }
  #sec4-top .list {
    background: #FAF7F0;
    padding: 20px 20px 25px;
  }
  #sec4-top .list .flex-b {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
  #sec4-top .list dl {
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    width: 30%;
    padding-left: 4%;
  }
  #sec4-top .list dl:first-child {
    width: 38%;
    box-sizing: border-box;
    padding-left: 4%;
  }
  #sec4-top .list dl:last-child {
    width: 28%;
    padding: 0;
  }
  #sec4-top .list dl dd {
    margin-left: 10px;
  }
  #sec4-top .list .btn-common {
    width: 360px;
    height: 50px;
    margin: auto;
  }
  #sec5-top {
    position: relative;
    margin-top: 80px;
    padding-bottom: 95px;
  }
  #sec5-top::before {
    width: 145px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #FAF7F0;
  }
  #sec5-top .box {
    max-width: 1306px;
    margin: auto;
  }
  #sec5-top .box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #sec5-top .box .item .photo {
    position: relative;
    order: 2;
    width: 816px;
    margin-right: -100px;
    margin-left: -100px;
  }
  #sec5-top .box .item .text {
    position: relative;
    z-index: 2;
    width: 400px;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
    font-size: 14px;
    margin-left: 10px;
  }
  #sec5-top .box .item .text h2 {
    font-size: 50px;
    letter-spacing: 0.2em;
    color: #52836C;
    position: relative;
    z-index: 2;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 30px;
  }
  #blog-list-news {
    max-width: 1125px;
    box-sizing: border-box;
    margin: 0 30px 50px;
    border: 1px solid #707070;
    padding: 25px 30px 50px;
  }
  #blog-list-news .title-blog {
    position: relative;
    margin-bottom: 20px;
  }
  #blog-list-news .title-blog h2 {
    text-align: center;
    font-size: 38px;
    line-height: 50px;
    font-weight: bold;
    color: #666666;
  }
  #blog-list-news .title-blog .blog-btn {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
  }
  #blog-list-news .title-blog .blog-btn a {
    display: block;
    width: 140px;
  }
  #blog-list-news .post-box__content {
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 0 50px;
  }
  #blog-list-news .post-box__content dl {
    padding: 14px 20px 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #CBCAC9;
    font-size: 15px;
    display: flex;
  }
  #blog-list-news .post-box__content dl dt {
    font-size: 16px;
    width: 180px;
    line-height: 30px;
  }
  #blog-list-news .post-box__content dl dt .new-label {
    display: none;
  }
  #blog-list-news .post-box__content dl dd {
    font-size: 16px;
    width: calc(100% - 180px);
    box-sizing: border-box;
    line-height: 30px;
  }
  #blog-list-news .post-box__content dl dd a {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
    padding-right: 50px;
  }
  #blog-list-news .post-box__header {
    display: none;
  }
  #sec1 .info .item h2 {
    font-size: 40px;
  }
  #sec1 .info .vcard dl {
    font-size: 14px;
  }
  #sec1 .info .vcard dl dt {
    width: 100px;
  }
  #sec1 .info .timetable thead th {
    font-size: 16px;
  }
  #sec1 .info .timetable thead th, #sec1 .info .timetable thead td {
    font-size: 13px;
  }
  #sec1 .info .timetable tbody tr:first-child th, #sec1 .info .timetable tbody tr:first-child td {
    font-size: 13px;
  }
  #sec1 .info .timetable tbody tr:last-child th, #sec1 .info .timetable tbody tr:last-child td {
    border-top: none;
    font-size: 13px;
  }
  #sec1 .info .timetable thead th {
    width: 110px;
  }
  #sec1 .info .time-box {
    padding: 25px 20px 35px 0;
  }
  #sec1 .info .time-box dl {
    font-size: 10px;
  }
  #sec1 .info .time-box dl dt {
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
  }
  #sec1 .info .time-box dl dd {
    line-height: 20px;
  }
  #sec1 .info .time-box dl dd a {
    display: inline-block;
    margin-left: 20px;
    width: 110px;
  }
  #sec1 .info .ggmap {
    height: 580px;
  }
}

@media screen and (max-width: 767px) {
  #sec1-top {
    position: relative;
    padding: 45px 0 120px;
    overflow: hidden;
  }
  #sec1-top .wrap {
    max-width: 1366px;
    z-index: 2;
    position: relative;
  }
  #sec1-top::before {
    width: 95%;
    height: calc(100% - 40px);
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: #FAF7F0;
  }
  #sec1-top .box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  #sec1-top .photo {
    max-width: 100%;
    width: 100%;
    margin-left: -45px;
  }
  #sec1-top .text {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
  }
  #sec1-top .text h2 {
    font-size: 36px;
    letter-spacing: 0.2em;
    color: #52836C;
    position: relative;
    margin-left: 0;
    z-index: 2;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 12px;
    padding-top: 15px;
  }
  #sec1-top .text h2 span {
    font-size: 30px;
  }
  #sec1-top .text ul {
    max-width: 100%;
    margin-left: 0;
  }
  #sec1-top .text ul li {
    margin: 0 0 30px;
    text-align: justify;
  }
  #sec2-top {
    position: relative;
    z-index: 3;
    margin-top: 0px;
  }
  #sec2-top h2 {
    padding: 14px 0 14px 00px;
    font-size: 36px;
    line-height: 36px;
    margin-right: 00px;
    text-align: center;
    position: relative;
  }
  #sec2-top h2::after {
    background: #52836C;
    width: 200%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
  }
  #sec2-top h2 span {
    padding-left: 45px;
    background: url(../img/common/icon_ttl.png) no-repeat center left;
    background-size: 30px auto;
  }
  #sec2-top .box {
    position: relative;
    max-width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding-bottom: 40px;
  }
  #sec2-top .box::after {
    background: #52836C;
    width: 3px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
  }
  #sec2-top .box::before {
    background: url(../img/common/arr2.png) no-repeat;
    background-size: cover;
    width: 48px;
    height: 23px;
    content: "";
    position: absolute;
    top: 50px;
    left: -15px;
  }
  #sec2-top .block {
    width: 105%;
    margin: 35px 0 0;
    position: relative;
    box-sizing: border-box;
    padding: 10px 5px 35px 0px;
    border-right: none;
  }
  #sec2-top .block::before {
    width: 200%;
    height: 100%;
    border-top: 1px solid #52836C;
    border-bottom: 1px solid #52836C;
    content: "";
    position: absolute;
    top: 0;
    right: -15%;
  }
  #sec2-top .block .item {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  #sec2-top .block .item .photo {
    width: 100%;
    position: relative;
    order: 1;
  }
  #sec2-top .block .item .text {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
    order: 2;
  }
  #sec2-top .block .item .text h3 {
    font-size: 30px;
    line-height: 30px;
    color: #52836C;
    font-weight: bold;
    margin: 30px 0;
  }
  #sec2-top .block .item .text dl {
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 15px;
  }
  #sec2-top .block .item .text dl dt {
    font-weight: bold;
    font-size: 18px;
  }
  #sec2-top .block .item .text dl dd {
    text-align: justify;
  }
  #sec2-top .block .item .text .btn-common {
    width: 86%;
    height: 54px;
  }
  #sec2-top .block .item .text .btn-common a {
    font-size: 14px;
  }
  #sec2-top .block .item .text .btn-common a span {
    background: url(../img/common/arr.png) no-repeat center right;
    background-size: 130px auto;
    padding-right: 140px;
    font-size: 18px;
  }
  .btn-common {
    border: 1px solid #707070;
    position: relative;
  }
  .btn-common a {
    font-size: 14px;
    font-weight: 500;
    background: #FFF;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
  }
  .btn-common a::before {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #52836C;
    transition: all 0.4s ease;
    z-index: -1;
  }
  .btn-common a span {
    background: url(../img/common/arr.png) no-repeat center right;
    background-size: 130px auto;
    padding-right: 140px;
  }
  .btn-common a:hover {
    color: #FFF;
  }
  .btn-common a:hover::before {
    width: 100%;
  }
  .btn-common a:hover span {
    background: url(../img/common/arr1.png) no-repeat center right;
    background-size: 130px auto;
  }
  #sec3-top {
    position: relative;
    padding: 0;
  }
  #sec3-top .box {
    background: #52836C;
    color: #FFF;
    max-width: 1306px;
    margin: auto;
    padding: 20px 30px 40px;
  }
  #sec3-top .box .list {
    display: block;
    justify-content: space-between;
  }
  #sec3-top .box .list dl {
    max-width: 392px;
    border: 1px solid #FFF;
    border-radius: 5px;
    position: relative;
    width: 32.5%;
    box-sizing: border-box;
    padding: 20px 25px 50px;
    font-weight: 500;
  }
  #sec3-top .box .list dl dt {
    text-align: center;
    margin-bottom: 15px;
    color: #FFC40A;
    font-size: 24px;
    line-height: 38px;
  }
  #sec3-top .box .list dl dt a {
    color: #FFC40A;
    transition: all 0.3s ease;
  }
  #sec3-top .box .list dl dt a img {
    opacity: 1 !important;
  }
  #sec3-top .box .list dl dt a:hover {
    opacity: 0.75;
  }
  #sec3-top .box .list dl dt span {
    display: block;
    width: 170px;
    margin: 0 auto 15px;
  }
  #sec3-top .box .list dl dd {
    text-align: justify;
    letter-spacing: 0;
  }
  #sec3-top .slick-dots {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
  }
  #sec3-top .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 8px;
    box-sizing: border-box;
    border-radius: 50%;
  }
  #sec3-top .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
    background: none;
    box-sizing: border-box;
    text-indent: -9999px;
    font-size: 0;
    background: url(../img/common/dot.png) no-repeat center;
    background-size: 100% auto;
  }
  #sec3-top .slick-dots li.slick-active button {
    background: url(../img/common/dot_ac.png) no-repeat center;
    background-size: 100% auto;
  }
  #sec4-top {
    position: relative;
    padding: 20px 0 0;
  }
  #sec4-top .box {
    margin: auto;
    position: relative;
    max-width: 1306px;
    border: 1px solid #52836C;
    z-index: 1;
    padding: 35px 0 5px;
    border-left: none;
    border-right: none;
  }
  #sec4-top .box::after {
    background: #52836C;
    width: 3px;
    height: 46px;
    content: "";
    position: absolute;
    top: -46px;
    left: 8px;
  }
  #sec4-top h2 {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 12px;
  }
  #sec4-top h2 span {
    padding: 45px 0 0 0px;
    background: url(../img/top/sec4_icon.png) no-repeat center top;
    background-size: 26px auto;
    display: block;
    line-height: 32px;
  }
  #sec4-top .list {
    background: none;
    padding: 0 0 25px;
  }
  #sec4-top .list .flex-b {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 25px;
    background: #FAF7F0;
    margin-bottom: 25px;
  }
  #sec4-top .list dl {
    font-weight: 500;
    line-height: 38px;
    width: 100%;
  }
  #sec4-top .list dl:nth-child(2) {
    margin: 15px 0 -15px;
  }
  #sec4-top .list dl:first-child {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
  }
  #sec4-top .list dl:last-child {
    width: 100%;
  }
  #sec4-top .list dl dd {
    margin-left: 10px;
  }
  #sec4-top .list .btn-common {
    width: 100%;
    height: 54px;
    margin: auto;
  }
  #sec4-top .list .btn-common a {
    font-size: 18px;
  }
  #sec4-top .list .btn-common span {
    padding-right: 155px;
    letter-spacing: 0.1em;
  }
  #sec5-top {
    position: relative;
    margin-top: 60px;
    padding-bottom: 45px;
  }
  #sec5-top::before {
    width: 20%;
    height: 33vw;
    position: absolute;
    top: inherit;
    left: 0;
    bottom: 0;
    content: "";
    background: #FAF7F0;
  }
  #sec5-top .box {
    max-width: 1306px;
    margin: auto;
  }
  #sec5-top .box .item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #sec5-top .box .item .photo {
    position: relative;
    order: 1;
    width: 120%;
    margin: 0 -10%;
  }
  #sec5-top .box .item .text {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-weight: 500;
    line-height: 38px;
    margin-left: 0;
    order: 2;
  }
  #sec5-top .box .item .text h2 {
    padding-top: 15px;
    font-size: 40px;
    letter-spacing: 0.2em;
    color: #52836C;
    position: relative;
    z-index: 2;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 15px;
  }
  #blog-list-news {
    max-width: 1125px;
    box-sizing: border-box;
    margin: 0 20px 40px;
    border: 1px solid #707070;
    padding: 15px 10px 35px;
  }
  #blog-list-news .title-blog {
    position: relative;
    margin-bottom: 20px;
  }
  #blog-list-news .title-blog h2 {
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 10px;
  }
  #blog-list-news .title-blog .blog-btn {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  #blog-list-news .title-blog .blog-btn a {
    display: block;
    width: 180px;
  }
  #blog-list-news .post-box__content {
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 0 10px;
  }
  #blog-list-news .post-box__content dl {
    padding: 15px 5px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #CBCAC9;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
  }
  #blog-list-news .post-box__content dl dt {
    font-size: 16px;
    width: 100%;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #blog-list-news .post-box__content dl dt .new-label {
    display: none;
  }
  #blog-list-news .post-box__content dl dd {
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
    line-height: 28px;
  }
  #blog-list-news .post-box__content dl dd a {
    font-size: 13px;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 54px;
    padding-right: 0;
    height: auto;
  }
  #blog-list-news .post-box__header {
    display: none;
  }
  #sec1 .info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 35px;
  }
  #sec1 .info .item {
    padding: 0;
    width: 100%;
  }
  #sec1 .info .ggmap {
    width: 100%;
    position: relative;
    height: 360px;
  }
  #sec1 .info {
    padding-top: 35px;
    flex-wrap: wrap;
  }
  #sec1 .info .item h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: #52836C;
    margin-bottom: 30px;
    padding-bottom: 12px;
    position: relative;
  }
  #sec1 .info .item h2::before {
    width: 200%;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    height: 1px;
    background: #52836C;
  }
  #sec1 .info .vcard {
    margin: 0 20px 30px;
  }
  #sec1 .info .vcard dl dt {
    display: table-cell;
    width: 80px;
  }
  #sec1 .info .time-box {
    background: #52836C;
    position: relative;
    padding: 30px 20px 30px 20px;
    z-index: 1;
    color: #FFF;
  }
  #sec1 .info .time-box::before {
    position: absolute;
    width: 200%;
    height: 100%;
    right: 99%;
    top: 0;
    background: #52836C;
    content: "";
    z-index: -1;
  }
  #sec1 .info .time-box dl {
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    letter-spacing: 0;
    text-align: center;
  }
  #sec1 .info .time-box dl dt {
    font-size: 16px;
    margin-bottom: 6px;
  }
  #sec1 .info .time-box dl dd a {
    display: block;
    margin-left: 0;
    width: 150px;
    position: relative;
    z-index: 2;
    margin: 10px auto 0;
  }
  #sec1 .info .time-box dl dd a img {
    width: 100%;
    height: auto;
  }
  .access-common #sec1 .info {
    padding-top: 0;
  }
  .access-common #sec1 .info .col {
    width: 100%;
  }
  .access-common .ac-time span {
    display: block;
    font-size: 34px;
    font-weight: 500;
    color: #52836C;
    background: url(../img/top/icon_tel_g.png) no-repeat bottom 3px left;
    background-size: 22px;
    padding-left: 30px;
    line-height: 40px;
    margin: 15px 0 10px;
  }
}

.top_ttl {
  text-align: center;
}

.top_ttl img {
  margin: 0 auto;
}

.top_ttl span {
  display: block;
  font-size: 18px;
  font-family: "游明朝", YuMincho, serif;
  margin-top: 10px;
}

.btn-link {
  max-width: 280px;
  width: 100%;
}

.btn-link a {
  display: block;
  text-align: center;
  font-family: "游明朝", YuMincho, serif;
  font-size: 18px;
  font-weight: 600;
  background: #81C5FF;
  color: #fff;
  border-radius: 25px;
  position: relative;
  padding: 11px 0 9px;
}

.btn-link a:before {
  content: '';
  width: 36px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

@media screen and (max-width: 980px) {
  .btn-link a:before {
    width: 24px;
  }
}

@media screen and (max-width: 767px) {
  .btn-link a {
    text-align: left;
    padding: 11px 0 9px 20px;
  }
  .btn-link a:before {
    width: 36px;
  }
}

#features {
  background-image: url("../img/top/bg2.jpg");
  position: relative;
  z-index: 0;
  padding: 115px 0 0;
}

#features:before {
  content: '';
  background-image: url("../img/top/features-bg.jpg");
  background-repeat: no-repeat;
  background-size: 829px;
  background-position: right top;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#features h2 {
  margin-bottom: 60px;
}

#features h2 img {
  width: 290px !important;
}

#features .blk {
  display: flex;
  justify-content: space-between;
}

#features .blk .toggle {
  width: 340px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

#features .blk .toggle .pc img {
  border-radius: 10px 10px 0 0;
}

#features .blk .toggle .toggle-link {
  pointer-events: none;
  font-family: "游明朝", YuMincho, serif;
  font-size: 20px;
  line-height: 33px;
  margin: 25px 0 43px;
  padding: 0 10px;
  position: relative;
}

#features .blk .toggle .toggle-link:before {
  content: '';
  width: 47px;
  height: 2px;
  background: #81C5FF;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}

#features .blk .toggle .toggle-main {
  padding: 0 30px 30px;
}

#features .blk .toggle .toggle-main .btn-link {
  margin-top: 15px;
}

@media screen and (max-width: 1180px) {
  #features .blk .toggle {
    width: 32%;
  }
}

@media screen and (max-width: 980px) {
  #features:before {
    right: -200px;
  }
  #features .only-pc {
    display: none;
  }
  #features .blk .toggle .toggle-main {
    padding: 0 15px 30px;
  }
}

@media screen and (max-width: 767px) {
  #features {
    padding: 70px 0 0;
  }
  #features:before {
    background-image: url("../img/top/features-bg_sp.jpg");
    background-size: 100%;
    right: 0;
  }
  #features h2 {
    margin-bottom: 35px;
  }
  #features .container {
    padding: 0;
  }
  #features .blk {
    display: block;
  }
  #features .blk .toggle {
    width: 100%;
    border-radius: 0;
    text-align: left;
    margin-bottom: 2px;
  }
  #features .blk .toggle .toggle-link {
    padding: 30px 68px 30px 30px;
    font-size: 16px;
    height: auto !important;
    margin: 0;
    pointer-events: visible;
  }
  #features .blk .toggle .toggle-link:before {
    display: none;
  }
  #features .blk .toggle .toggle-link:after {
    content: '';
    width: 29px;
    background-image: url("../img/top/plus.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
  }
  #features .blk .toggle .toggle-link.open:after {
    background-image: url("../img/top/minus.png");
  }
  #features .blk .toggle .toggle-main {
    padding: 0 0 32px;
    background: #E3F4FF;
    display: none;
  }
  #features .blk .toggle .toggle-main .txt {
    padding: 20px 30px;
    height: auto !important;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
  }
  #features .blk .toggle .toggle-main .btn-link {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}

#message {
  background-image: url("../img/top/bg2.jpg");
  margin-top: -2px;
  padding: 108px 0 100px;
}

#message h2 {
  margin-bottom: 85px;
}

#message h2 img {
  width: 300px !important;
}

#message .img {
  width: 50%;
  float: left;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}

#message .img img {
  border-radius: 10px;
}

#message .img:before {
  content: '';
  background-image: url("../img/top/pat1.png");
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: -10px;
  right: -10px;
  border-radius: 10px;
  z-index: -1;
}

#message .col {
  width: 45%;
  float: right;
}

#message .col .txt {
  line-height: 30px;
}

#message .col .btn-link {
  margin-top: 25px;
}

#message .col .btn-link a {
  text-align: left;
  padding: 11px 0 9px 20px;
}

@media screen and (max-width: 980px) {
  #message .img {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  #message .img img {
    width: 100% !important;
  }
  #message .col {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #message {
    padding: 70px 0;
  }
  #message h2 {
    margin-bottom: 25px;
  }
  #message .col .txt {
    text-align: justify;
  }
}

#menu {
  padding: 100px 0;
}

#menu .box {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(5px);
  -o-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 10px solid #CEECFF;
  border-radius: 10px;
  padding: 70px 40px;
}

#menu .blk1 {
  padding-bottom: 60px;
  background: url("../img/top/line.png") repeat-x center bottom/auto;
}

#menu .blk1 h2 {
  margin-bottom: 45px;
}

#menu .blk1 h2 img {
  width: 240px !important;
}

#menu .blk1 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

#menu .blk1 ul li {
  width: 230px;
  margin: 0 10px 20px;
}

#menu .blk1 ul li img {
  border-radius: 10px;
}

#menu .blk2 {
  padding-top: 67px;
}

#menu .blk2 h3 {
  font-family: "游明朝", YuMincho, serif;
  font-size: 24px;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

#menu .blk2 h3:before {
  content: '';
  width: 47px;
  height: 2px;
  background: #81C5FF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#menu .blk2 .txt {
  max-width: 480px;
  width: 100%;
  margin: 25px auto;
  text-align: center;
}

#menu .blk2 .btn-link {
  max-width: 335px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #menu {
    padding: 70px 0;
  }
  #menu .box {
    padding: 60px 10px;
  }
  #menu .blk1 {
    padding-bottom: 29px;
  }
  #menu .blk1 h2 {
    margin-bottom: 35px;
  }
  #menu .blk1 ul {
    margin: 0 -6px;
  }
  #menu .blk1 ul li {
    width: 50%;
    padding: 0 6px 11px;
    margin: 0;
    box-sizing: border-box;
  }
  #menu .blk2 {
    padding-top: 30px;
  }
  #menu .blk2 h2 {
    padding-bottom: 20px;
  }
  #menu .blk2 .btn-link a {
    font-size: 15px;
  }
}

@media screen and (max-width: 370px) {
  #menu .blk2 .btn-link a {
    padding-left: 10px;
  }
  #menu .blk2 .btn-link a:before {
    width: 17px;
  }
}
