/* ------------------------------
 width: all
------------------------------ */
header, main, footer {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.is-contents-show header, .is-contents-show main, .is-contents-show footer {
  opacity: 1;
  visibility: visible;
}

.is-fixed {
  overflow: hidden;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.video-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.video-overlay video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.skip-btn {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 10000;
  padding: 10px 20px 12px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  background-color: rgb(255, 255, 255);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.skip-btn:hover {
  opacity: 0.6;
}

header .wrapper .logo h1 img.top_logo {
  display: block;
}
header .wrapper .logo h1 img.common_logo {
  display: none;
}
header .ham img.top_ham {
  display: block;
}
header .ham img.common_ham {
  display: none;
}

main {
  padding-bottom: 0;
}
main section.s01 {
  z-index: 2;
}
main section.s01 .wrapper h2 {
  text-align: right;
  font-size: 0;
  letter-spacing: 0;
}
main section.s01 .wrapper h2 img {
  width: 89.5%;
}
main section.s02 {
  background-image: url(../images/me0101.png);
  background-size: cover;
  background-position: top 0 center;
  padding: 200px 0 250px;
  margin-top: -10px;
}
main section.s02 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s02 .wrapper .map {
  width: 55%;
  max-width: 750px;
  display: block;
  position: absolute;
  top: 8%;
  right: 0;
}
main section.s02 .wrapper h3 {
  font-size: 80px;
  color: #fff;
}
main section.s02 .wrapper .t01 {
  font-size: 21px;
  line-height: 2.5;
  color: #fff;
  margin-top: 30px;
}
main section.s02 .wrapper .t01 span {
  font-size: 40px;
  display: inline-block;
  padding: 30px 0;
}
main section.s02 .wrapper a {
  width: 440px;
  padding: 25px 0;
  display: block;
  text-decoration: none;
  border: 1px solid #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  bottom: 265px;
  left: calc(50% + 110px);
}
main section.s02 .wrapper a:hover {
  opacity: 1;
  background-color: #fff;
}
main section.s02 .wrapper a:hover img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
main section.s02 .wrapper a img {
  width: 150px;
  display: block;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s03 .wrapper h4 {
  width: 100.5vw;
  min-width: 1185px;
  position: absolute;
  top: min(-55px, -4.5vw);
  right: 0;
  z-index: 10;
}
main section.s03 .wrapper h4 img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper ul li {
  height: 600px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
main section.s03 .wrapper ul li.li01 {
  background-image: url(../images/tp0302.jpg);
}
main section.s03 .wrapper ul li.li02 {
  background-image: url(../images/tp0305.jpg);
}
main section.s03 .wrapper ul li a {
  width: 476px;
  height: 323px;
  text-decoration: none;
  display: block;
  position: absolute;
  right: 0;
  bottom: 70px;
  background-color: #fff;
  overflow: hidden;
  padding: 95px 0 0 50px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s03 .wrapper ul li a:hover {
  opacity: 1;
  background-color: #0085bd;
}
main section.s03 .wrapper ul li a:hover p {
  color: #fff;
}
main section.s03 .wrapper ul li a:hover img {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}
main section.s03 .wrapper ul li a .en {
  display: block;
  height: 53.7px;
  position: absolute;
  top: -1px;
  right: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s03 .wrapper ul li a p {
  color: #282828;
  font-size: 34px;
  line-height: 1.8;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s03 .wrapper ul li a .more {
  width: 378px;
  display: block;
  margin-top: 40px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s04 .wrapper {
  background-color: #e6e6e6;
  padding-bottom: 230px;
  border-bottom: 1px solid #fff;
  position: relative;
}
main section.s04 .wrapper::before {
  width: 1px;
  height: 230px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #fff;
}
main section.s04 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s04 .wrapper ul li {
  width: 50%;
  height: 386px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
main section.s04 .wrapper ul li.li01 {
  background-image: url(../images/tp0401.jpg);
}
main section.s04 .wrapper ul li.li02 {
  background-image: url(../images/tp0403.jpg);
}
main section.s04 .wrapper ul li a {
  width: 476px;
  height: 256px;
  text-decoration: none;
  display: block;
  position: absolute;
  right: 0;
  bottom: -150px;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  padding: 95px 0 0 50px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s04 .wrapper ul li a:hover {
  opacity: 1;
  background-color: #0085bd;
}
main section.s04 .wrapper ul li a:hover p {
  color: #fff;
}
main section.s04 .wrapper ul li a:hover img {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}
main section.s04 .wrapper ul li a .en {
  display: block;
  height: 41.8px;
  position: absolute;
  top: -1px;
  right: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s04 .wrapper ul li a p {
  color: #282828;
  font-size: 34px;
  line-height: 1.8;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s04 .wrapper ul li a .more {
  width: 378px;
  display: block;
  margin-top: 40px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s05 {
  background-color: #e6e6e6;
  padding: 100px 0 350px;
}
main section.s05 .wrapper {
  width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px 110px 60px;
  position: relative;
}
main section.s05 .wrapper dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s05 .wrapper dl dt {
  width: 204px;
}
main section.s05 .wrapper dl dt img {
  width: 100%;
  display: block;
}
main section.s05 .wrapper dl dd {
  padding-left: 20px;
}
main section.s05 .wrapper dl dd h5 {
  font-size: 17px;
}
main section.s05 .wrapper .catlist {
  text-align: right;
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  top: 100px;
  right: 110px;
}
main section.s05 .wrapper .catlist li {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px 0 20px;
  position: relative;
}
main section.s05 .wrapper .catlist li::before {
  content: "/";
  display: block;
  width: 20px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  line-height: 1;
}
main section.s05 .wrapper .catlist li:last-child {
  padding-right: 0;
}
main section.s05 .wrapper .catlist li:last-child::before {
  display: none;
}
main section.s05 .wrapper .catlist li a {
  font-size: 11px;
  color: #282828;
  text-decoration: none;
  line-height: 1;
}
main section.s05 .wrapper .newslist {
  margin-top: 50px;
}
main section.s05 .wrapper .newslist .detail + .detail {
  border-top: 1px solid #e6e6e6;
}
main section.s05 .wrapper .newslist .detail a {
  text-decoration: none;
  padding: 27px 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #282828;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s05 .wrapper .newslist .detail a .date {
  width: 125px;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 3px;
}
main section.s05 .wrapper .newslist .detail a .cat {
  width: 100px;
  font-size: 11px;
  line-height: 1;
  padding: 8px 5px;
  text-align: center;
  border: 1px solid #282828;
}
main section.s05 .wrapper .newslist .detail a .txt {
  width: calc(100% - 225px);
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main section.s05 .wrapper .btn_more {
  text-align: right;
  margin-top: 20px;
}
main section.s05 .wrapper .btn_more a {
  display: inline-block;
  width: 290px;
}
main section.s05 .wrapper .btn_more a img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  .skip-btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 10000;
    padding: 2px 10px 4px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0;
    background-color: rgb(255, 255, 255);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .skip-btn:hover {
    opacity: 0.6;
  }
  header .wrapper .logo h1 img.top_logo {
    display: block;
  }
  header .wrapper .logo h1 img.common_logo {
    display: none;
  }
  header .ham {
    top: 100px;
    right: auto;
    bottom: auto;
    left: 20px;
  }
  header .ham img.top_ham {
    display: block;
  }
  header .ham img.common_ham {
    display: none;
  }
  main {
    padding-bottom: 0;
  }
  main section.s01 {
    z-index: 2;
  }
  main section.s01 .wrapper h2 {
    text-align: right;
    font-size: 0;
    letter-spacing: 0;
  }
  main section.s01 .wrapper h2 img {
    width: calc(100% - 70px);
  }
  main section.s02 {
    background-size: cover;
    background-position: top 0 center;
    padding: 120px 0 80px;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s02 .wrapper .map {
    position: static;
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper h3 {
    font-size: 32px;
    color: #fff;
  }
  main section.s02 .wrapper .t01 {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-top: 20px;
  }
  main section.s02 .wrapper .t01 span {
    font-size: 26px;
    display: inline-block;
    padding: 20px 0;
    line-height: 1.7;
  }
  main section.s02 .wrapper a {
    width: 180px;
    padding: 13px 0;
    display: block;
    text-decoration: none;
    border: 1px solid #fff;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    position: static;
    margin-top: 30px;
  }
  main section.s02 .wrapper a:hover {
    opacity: 1;
    background-color: #fff;
  }
  main section.s02 .wrapper a:hover img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  main section.s02 .wrapper a img {
    width: 100px;
    display: block;
    margin: 0 auto;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s03 .wrapper h4 {
    width: 100.5vw;
    min-width: 375px;
    position: absolute;
    top: min(-25px, -4.5vw);
    right: 0;
    z-index: 10;
  }
  main section.s03 .wrapper h4 img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper ul li {
    height: 250px;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  main section.s03 .wrapper ul li.li01 {
    background-image: url(../images/tp0302.jpg);
  }
  main section.s03 .wrapper ul li.li02 {
    background-image: url(../images/tp0305.jpg);
  }
  main section.s03 .wrapper ul li a {
    width: 335px;
    height: 150px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    margin-top: -75px;
    overflow: hidden;
    padding: 40px 0 0 40px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s03 .wrapper ul li a:hover {
    opacity: 1;
    background-color: #0085bd;
  }
  main section.s03 .wrapper ul li a:hover p {
    color: #fff;
  }
  main section.s03 .wrapper ul li a:hover img {
    -webkit-filter: brightness(0) invert(100%);
            filter: brightness(0) invert(100%);
  }
  main section.s03 .wrapper ul li a .en {
    display: block;
    height: 30px;
    position: absolute;
    top: -1px;
    right: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s03 .wrapper ul li a p {
    color: #282828;
    font-size: 22px;
    line-height: 1.6;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s03 .wrapper ul li a .more {
    width: 270px;
    display: block;
    margin-top: 10px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s04 .wrapper {
    border: none;
    padding-bottom: 0;
    position: relative;
  }
  main section.s04 .wrapper::before {
    width: 1px;
    height: 230px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #fff;
  }
  main section.s04 .wrapper ul {
    display: block;
  }
  main section.s04 .wrapper ul li {
    width: 100%;
    height: 216px;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  main section.s04 .wrapper ul li a {
    width: 335px;
    height: 116px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    margin-top: -58px;
    overflow: hidden;
    padding: 40px 0 0 40px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s04 .wrapper ul li a:hover {
    opacity: 1;
    background-color: #0085bd;
  }
  main section.s04 .wrapper ul li a:hover p {
    color: #fff;
  }
  main section.s04 .wrapper ul li a:hover img {
    -webkit-filter: brightness(0) invert(100%);
            filter: brightness(0) invert(100%);
  }
  main section.s04 .wrapper ul li a .en {
    display: block;
    height: 29.5px;
    position: absolute;
    top: -1px;
    right: auto;
    left: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s04 .wrapper ul li a p {
    color: #282828;
    font-size: 22px;
    line-height: 1.6;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s04 .wrapper ul li a .more {
    width: 270px;
    display: block;
    margin-top: 10px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s05 {
    background-color: #e6e6e6;
    padding: 45px 20px 250px;
  }
  main section.s05 .wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 20px;
    position: relative;
  }
  main section.s05 .wrapper dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s05 .wrapper dl dt {
    width: 130px;
  }
  main section.s05 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s05 .wrapper dl dd {
    padding-left: 15px;
  }
  main section.s05 .wrapper dl dd h5 {
    font-size: 15px;
  }
  main section.s05 .wrapper .catlist {
    position: static;
    text-align: left;
    margin-top: 20px;
  }
  main section.s05 .wrapper .catlist li {
    display: inline-block;
    vertical-align: top;
    padding: 0 25px 0 15px;
    position: relative;
  }
  main section.s05 .wrapper .catlist li::before {
    content: "/";
    display: block;
    width: 20px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    line-height: 1;
  }
  main section.s05 .wrapper .catlist li:first-child {
    padding-left: 0;
  }
  main section.s05 .wrapper .catlist li:last-child {
    padding-right: 0;
  }
  main section.s05 .wrapper .catlist li:last-child::before {
    display: none;
  }
  main section.s05 .wrapper .catlist li a {
    font-size: 11px;
    color: #282828;
    text-decoration: none;
    line-height: 1;
  }
  main section.s05 .wrapper .newslist {
    margin-top: 10px;
  }
  main section.s05 .wrapper .newslist .detail a {
    text-decoration: none;
    padding: 15px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #282828;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main section.s05 .wrapper .newslist .detail a .date {
    width: 95px;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 3px;
  }
  main section.s05 .wrapper .newslist .detail a .cat {
    width: 100px;
    font-size: 11px;
    line-height: 1;
    padding: 6px 5px;
    text-align: center;
    border: 1px solid #282828;
  }
  main section.s05 .wrapper .newslist .detail a .txt {
    margin-top: 10px;
    width: 100%;
    padding-left: 0;
    font-size: 13px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  main section.s05 .wrapper .btn_more {
    text-align: right;
    margin-top: 5px;
  }
  main section.s05 .wrapper .btn_more a {
    display: inline-block;
    width: 220px;
  }
  main section.s05 .wrapper .btn_more a img {
    width: 100%;
    display: block;
  }
}