@charset "UTF-8";
/*------------------------------------------------------------header#index*/
header#index {
  position: relative;
  margin: 0;
  height: 360px;
}
@media print, screen and (min-width:768px) {
  header#index {
    position: relative;
    margin: 0;
    height: 100vh;
  }
}
@media print, screen and (min-width:992px) {
  header#index {
    position: relative;
    margin: 0;
    height: 100vh;
  }
}
/*------------------------------------------------------------content*/
/*-----------------------------------------------------------slider*/
header .swiper-container {
  position: absolute;
  top: 0;
  right: -50px;
  width: 100%;
  max-width: 100vw;
  height: 360px;
  clip-path: polygon(30% 0, 100% 0, 75% 100%, 5% 100%);
  background: #eee;
}
header .merchandise01, header .merchandise02 {
  position: absolute;
  z-index: 9996;
}
header .merchandise01 {
  bottom: 10px;
  left: calc(50% - 30%);
}
header .merchandise01 img {
  width: 100%;
  height: auto;
  max-width: 80px;
}
header .merchandise02 img {
  width: 100%;
  height: auto;
  max-width: 80px;
}
header .merchandise02 {
  bottom: 60px;
  right: calc(50% - 45%);
}
@media print, screen and (min-width:768px) {
  header .swiper-container {
    position: absolute;
    top: 0;
    right: -50px;
    width: 100%;
    max-width: 100vw;
    height: 360px;
    clip-path: polygon(30% 0, 100% 0, 75% 100%, 5% 100%);
    background: #eee;
  }
  header .merchandise01, header .merchandise02 {
    position: absolute;
    z-index: 9996;
  }
  header .merchandise01 {
    bottom: 10px;
    left: calc(50% - 30%);
  }
  header .merchandise01 img {
    width: 100%;
    height: auto;
    max-width: 130px;
  }
  header .merchandise02 img {
    width: 100%;
    height: auto;
    max-width: 190px;
  }
  header .merchandise02 {
    bottom: 60px;
    right: calc(50% - 45%);
  }
}
@media print, screen and (min-width:1140px) {
  header .swiper-container {
    position: absolute;
    top: 0;
    right: -50px;
    width: 100%;
    max-width: 100vw;
    height: 360px;
    clip-path: polygon(30% 0, 100% 0, 75% 100%, 5% 100%);
    background: #eee;
  }
  header .merchandise01, header .merchandise02 {
    position: absolute;
    z-index: 9996;
  }
  header .merchandise01 {
    bottom: 10px;
    left: calc(50% - 18%);
  }
  header .merchandise01 img {
    width: 100%;
    height: auto;
    max-width: 130px;
  }
  header .merchandise02 img {
    width: 100%;
    height: auto;
    max-width: 190px;
  }
  header .merchandise02 {
    bottom: 60px;
    right: calc(50% - 45%);
  }
}
@media print, screen and (min-width:1400px) {
  header .swiper-container {
    position: absolute;
    top: 0;
    right: -50px;
    width: 100%;
    max-width: 100vw;
    height: 360px;
    clip-path: polygon(30% 0, 100% 0, 75% 100%, 5% 100%);
    background: #eee;
  }
  header .merchandise01, header .merchandise02 {
    position: absolute;
    z-index: 9996;
  }
  header .merchandise01 {
    bottom: 10px;
    left: calc(50% - 30%);
  }
  header .merchandise01 img {
    width: 100%;
    height: auto;
    max-width: 289px;
  }
  header .merchandise02 img {
    width: 100%;
    height: auto;
    max-width: 286px;
  }
  header .merchandise02 {
    bottom: 60px;
    right: calc(50% - 45%);
  }
}
.swiper-wrapper {}
header h2 {
  position: absolute;
  top: 42%;
  left: calc(50% - 110px / 2);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-shadow: 0 0 5px #110100;
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3em;
  color: #fff;
  z-index: 2;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
header h2 img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.slide01 {
  background: url("../img/index_img/slider01.jpg")no-repeat center center;
  background-size: cover;
}
.slide02 {
  background: url("../img/index_img/slider02.jpg")no-repeat center center;
  background-size: cover;
}
.slide03 {
  background: url("../img/index_img/slider03.jpg")no-repeat center center;
  background-size: cover;
}
.slide04 {
  background: url("../img/index_img/slider04.jpg")no-repeat center center;
  background-size: cover;
}
.slide01 h2 span.ssaw, .slide02 h2 span.ssaw, .slide03 h2 span.ssaw, .slide04 h2 span.ssaw {
  margin-left: 10px;
}
.slide01 h2 span, .slide02 h2 span, .slide03 h2 span, .slide04 h2 span {
  font-size: 0.8em;
  vertical-align: middle;
}
.slide01 h2 span.enjoy, .slide02 h2 span.enjoy, .slide03 h2 span.enjoy, .slide04 h2 span.enjoy {
  font-size: 1em;
  vertical-align: middle;
}
@media print, screen and (min-width:768px) {
  header .swiper-container {
    position: absolute;
    top: 0;
    right: -50px;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    clip-path: polygon(40% 0, 100% 0, 75% 100%, 10% 100%);
    background: #eee;
  }
  header .merchandise01, header .merchandise02 {
    position: absolute;
    z-index: 9996;
  }
  .swiper-wrapper {}
  header h2 {
    position: absolute;
    top: 42%;
    left: calc(50% - 240px / 2);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: 0 0 5px #110100;
    font-size: 35px;
    font-weight: 700;
    text-align: left;
    line-height: 1.3em;
    color: #fff;
    z-index: 2;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  header h2 img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
 .slide01 {
  background: url("../img/index_img/slider01.jpg")no-repeat center center;
  background-size: cover;
}
.slide02 {
  background: url("../img/index_img/slider02.jpg")no-repeat center center;
  background-size: cover;
}
.slide03 {
  background: url("../img/index_img/slider03.jpg")no-repeat center center;
    background-size: cover;
  }
.slide04 {
  background: url("../img/index_img/slider04.jpg")no-repeat center center;
    background-size: cover;
  }
  .slide01 h2 span.ssaw, .slide02 h2 span.ssaw, .slide03 h2 span.ssaw, .slide04 h2 span.ssaw {
    margin-left: 10px;
  }
  .slide01 h2 span, .slide02 h2 span, .slide03 h2 span, .slide04 h2 span {
    font-size: 0.8em;
    vertical-align: middle;
  }
  .slide01 h2 span.enjoy, .slide02 h2 span.enjoy, .slide03 h2 span.enjoy, .slide04 h2 span.enjoy {
    font-size: 1em;
    vertical-align: middle;
  }
}
@media print, screen and (min-width:992px) {
  header .swiper-container {
    position: absolute;
    top: 0;
    right: -50px;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    clip-path: polygon(40% 0, 100% 0, 75% 100%, 10% 100%);
    background: #eee;
  }
  header .merchandise01, header .merchandise02 {
    position: absolute;
    z-index: 9996;
  }
  .swiper-wrapper {}
  header h2 {
    position: absolute;
    top: 50%;
    left: calc(50% - 540px / 2);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: 0 0 5px #110100;
    font-size: 35px;
    font-weight: 700;
    text-align: left;
    line-height: 1.3em;
    color: #fff;
    z-index: 2;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  header h2 img {
    width: 100%;
    height: auto;
    max-width: 600px;
  }
 .slide01 {
  background: url("../img/index_img/slider01.jpg")no-repeat top center;
  background-size: auto 110%;
}
.slide02 {
  background: url("../img/index_img/slider02.jpg")no-repeat center center;
  background-size: cover;
}
.slide03 {
  background: url("../img/index_img/slider03.jpg")no-repeat center center;
    background-size: cover;
  }
.slide04 {
  background: url("../img/index_img/slider04.jpg")no-repeat top center;
    background-size: cover;
  }
  .slide01 h2 span.ssaw, .slide02 h2 span.ssaw, .slide03 h2 span.ssaw, .slide04 h2 span.ssaw {
    margin-left: 10px;
  }
  .slide01 h2 span, .slide02 h2 span, .slide03 h2 span, .slide04 h2 span {
    font-size: 0.8em;
    vertical-align: middle;
  }
  .slide01 h2 span.enjoy, .slide02 h2 span.enjoy, .slide03 h2 span.enjoy, .slide04 h2 span.enjoy {
    font-size: 1em;
    vertical-align: middle;
  }
}
@media print, screen and (min-width:1140px) {
  header h2 {
    position: absolute;
    top: 50%;
    left: calc(50% - 540px / 2);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: 0 0 5px #110100;
    font-size: 35px;
    font-weight: 700;
    text-align: left;
    line-height: 1.3em;
    color: #fff;
    z-index: 2;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  header h2 img {
    width: 100%;
    height: auto;
    max-width: 600px;
  }
}
@media print, screen and (min-width:1400px) {
  header h2 {
    position: absolute;
    top: 42%;
    left: calc(50% - 800px / 2);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: 0 0 5px #110100;
    font-size: 35px;
    font-weight: 700;
    text-align: left;
    line-height: 1.3em;
    color: #fff;
    z-index: 2;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  header h2 img {
    width: 100%;
    height: auto;
    max-width: 753px;
  }
}
.contactnone {
  display: none;
}
@keyframes mnavslide {
  0% {
    top: -70px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes mnavslide {
  0% {
    top: -70px;
  }
  100% {
    top: 0;
  }
}
.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
  animation: zoomUp 20s linear 0s 1 normal both;
}
/*imgタグだと下に隙間ができるのでblockに。*/
.slide-img img {
  display: block;
}
.scroll {
  display: inline-block;
  padding-top: 70px;
  position: relative;
}
.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid #000;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/*------------------------------------------------------------content*/
.beside_title_solid {
  display: block;
  /*border-left: 1px solid #3253ab;
    margin: 0 20px 0;*/
  height: calc(100% - 100px);
  width: 1px;
  background: #3253ab;
}
.beside_title {
  display: block;
}
.beside_title h3 {
  position: relative;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #3253ab;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
  padding: 0 0 10px;
  font-size: 3rem;
  background: rgba(225, 225, 225, 0);
  margin: 0 -20px 0;
}
.beside_title h3 span {
  color: #50d056;
}
@media print, screen and (min-width:992px) {
  .beside_title h3 {
    position: relative;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #3253ab;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    display: inline-block;
    padding: 0 0 10px;
    font-size: 6rem;
    background: rgba(225, 225, 225, 0);
    margin: 0 -20px 0;
  }
  .beside_title h3 span {
    color: #50d056;
  }
  .beside_title_solid {
    display: block;
    border-left: 1px solid #3253ab;
    margin: 0 20px 0;
    height: calc(100% - 170px);
    width: 1px;
    background: #3253ab;
  }
  .message .beside_title_solid {
    display: block;
    border-left: 1px solid #3253ab;
    margin: 0 20px 0;
    height: calc(100% - 400px);
    width: 1px;
    background: #3253ab;
  }
}
/*------------------------------------------------------------content*/
.message_content01 {
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.message {
  position: relative;
  margin: 0 0 170px 0;
}
.intro_tx {
  box-sizing: border-box;
  text-align: left;
  display: flex;
  margin: 0 0 30px;
  justify-content: space-between;
}
.message_tx {
  margin: 0 0 0 10px;
  z-index: 3;
  width: 90%;
}
.intro_tx p.explanation {
  line-height: 2em;
  width: 100%;
  max-width: 450px;
}
.intro_tx p.explanation span {
  font-size: 0.9em;
}
.message_ph01 img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
.message figure:first-of-type {
  position: absolute;
  left: calc(50% + 5px);
  bottom: calc(50% - 780px / 2);
}
.message figure:first-of-type img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
.message figure:last-of-type {
  position: absolute;
  left: calc(50% - 310px / 2);
  bottom: calc(50% - 1170px / 2);
  z-index: 3;
}
.message figure:last-of-type img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
.company_tx {
  display: block;
  margin: -20px auto 0;
  width: 90vw;
  mix-blend-mode: multiply;
}
.company_tx p {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  mix-blend-mode: multiply;
  color: #efefef;
}
.company_tx img {
  width: 100%;
  height: auto;
}
.works {
  position: relative;
  margin: 70px 0 0 0;
}
.works_co {
  display: flex;
  justify-content: space-between;
  z-index: 10;
  position: relative;
}
.works_co ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
}
.works_co ul li a {
  display: block;
  color: #fff;
  position: relative;
  background: #50d056;
  border-radius: 3px;
  padding: 120px 30px 30px;
  width: 100%;
  max-width: 260px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.works_co ul li a:hover {
  opacity: .8;
}
.works_co ul li a h3 {
  color: #50d056;
  text-align: center;
  font-weight: 700;
  background: #fff;
  border-radius: 3px;
  padding: 2px 0 3px;
  font-size: 1.6rem;
  margin: 0 0 20px 0;
}
.works_co ul li a p {
  font-weight: 700;
}
.works_co ul li a p:nth-of-type(2) {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  background: #3253ab;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 45px 8px 20px;
  position: absolute;
  bottom: -13px;
  right: 20px;
}
.works_co ul li a p:nth-of-type(2)::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: '';
  margin-top: -2px;
  width: 20px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  transition: all .2s;
}
.works_co ul li a:hover p:nth-of-type(2)::after {
  right: /*-.1px*/ 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.works_co ul li:first-of-type a p:nth-of-type(3) {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #50d056;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 45px 8px 20px;
  position: absolute;
  top: 100px;
  right: -158px;
  transform: rotate(90deg);
  font-size: 2.5rem;
}
.works_co ul li:last-of-type a p:nth-of-type(3) {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #50d056;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 45px 8px 20px;
  position: absolute;
  top: 26px;
  right: -78px;
  transform: rotate(90deg);
  font-size: 2.5rem;
}
.works_co ul li:first-of-type {
  margin: 0;
}
.works_co ul li:first-of-type img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
.works_co ul li:last-of-type {
  margin: 130px 0 0 0;
}
.works_co ul li:last-of-type img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.works figure img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
  z-index: 5;
  ;
}
.works_bg {
  position: absolute;
  top: 140px;
  left: calc(50% - 1180px);
  content: "";
  display: block;
  z-index: -1;
}
@media print, screen and (min-width:576px) {
  .message figure:first-of-type {
    position: absolute;
    left: calc(50% + 5px);
    bottom: calc(50% - 510px / 2);
  }
  .message figure:last-of-type {
    position: absolute;
    left: calc(50% - 310px / 2);
    bottom: calc(50% - 950px / 2);
    z-index: 3;
  }
  .message figure:last-of-type img {
    width: 100%;
    height: auto;
    max-width: 150px;
  }
}
@media print, screen and (min-width:768px) {
  .message_content01 {
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .message {
    position: relative;
  }
  .intro_tx {
    box-sizing: border-box;
    text-align: left;
    display: flex;
  }
  .message_tx {
    margin: -11px 0 510px 105px;
    z-index: 3;
    width: 100%;
  }
  .intro_tx p.explanation {
    line-height: 2em;
    width: 100%;
    max-width: 450px;
  }
  .intro_tx p.explanation span {
    font-size: 0.9em;
  }
  .intro_tx img {}
  .message_ph01 {
    position: absolute;
    right: calc(50% - 1050px);
    top: 10px;
  }
  .message_ph01 img {
    max-width: 1201px;
  }
  .message figure:first-of-type img {
    max-width: 267px;
  }
  .message figure:last-of-type img {
    max-width: 299px;
  }
  .message figure:first-of-type {
    position: absolute;
    left: calc(50% - 1000px / 2);
    bottom: calc(50% - 750px / 2);
  }
  .message figure:last-of-type {
    position: absolute;
    left: calc(50% - 400px / 2);
    bottom: -400px;
    z-index: 3;
  }
  .company_tx {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: calc(50% - 750px);
    width: 90vw;
    mix-blend-mode: multiply;
  }
  .company_tx img {
    /*width: 100vw;
    height: auto;*/
  }
  .img_bg_01 {
    padding: 80px 0;
  }
  .works {
    position: relative;
    margin: 320px 0 0 0;
  }
  .works_co {
    display: flex;
    justify-content: space-between;
    z-index: 10;
    position: relative;
  }
  .works_co ul {
    display: flex;
    width: 100%
  }
  .works_co ul li:first-of-type {
    margin: 0 25px 0 0;
  }
  .works_co ul li:last-of-type {
    margin: 273px 0 0 0;
  }
  .works_co ul li a h3 {
    padding: 2px 0 3px;
    font-size: 2rem;
    margin: 0 0 20px 0;
  }
  .works_bg {
    top: 200px;
    left: calc(50% - 1050px);
  }
}
@media print, screen and (min-width:992px) {
  .message_content01 {
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .message {
    position: relative;
  }
  .intro_tx {
    box-sizing: border-box;
    text-align: left;
    display: flex;
    margin: 0 0 60px;
  }
  .message_tx {
    margin: -11px 0 510px 105px;
    z-index: 3;
  }
  .intro_tx p.explanation {
    line-height: 2em;
    width: 100%;
    max-width: 450px;
  }
  .intro_tx p.explanation span {
    font-size: 0.9em;
  }
  .intro_tx img {}
  .message_ph01 {
    position: absolute;
    right: calc(50% - 1050px);
    top: 10px;
  }
  .message_ph01 img {
    max-width: 1201px;
  }
  .message figure:first-of-type img {
    max-width: 267px;
  }
  .message figure:last-of-type img {
    max-width: 299px;
  }
  .message figure:first-of-type {
    position: absolute;
    left: calc(50% - 1000px / 2);
    bottom: calc(50% - 750px / 2);
  }
  .message figure:last-of-type {
    position: absolute;
    left: calc(50% - 400px / 2);
    bottom: -450px;
    z-index: 3;
  }
  .company_tx {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: calc(50% - 900px);
    width: 90vw;
    mix-blend-mode: multiply;
  }
  .company_tx img {}
  .img_bg_01 {
    padding: 80px 0;
  }
  .works {
    position: relative;
    margin: 450px 0 0 0;
  }
  .works_co .beside_title {
    margin: 0 0 20px 0;
  }
  .works_co {
    display: flex;
    justify-content: space-between;
    z-index: 10;
    position: relative;
  }
  .works_co ul {
    display: flex;
  }
  .works_co ul li:first-of-type {
    margin: 0 60px 0 0;
  }
  .works_co ul li:last-of-type {
    margin: 200px 0 0 0;
  }
  .works_co ul li:first-of-type img {
    width: 100%;
    height: auto;
    max-width: 381px;
    top: -180px;
  }
  .works_co ul li:last-of-type img {
    width: 100%;
    height: auto;
    max-width: 372px;
    top: -70px;
  }
  .works_co ul li a {
    max-width: 400px;
    padding: 200px 50px 40px;
  }
  .works_bg {
    top: 80px;
    left: calc(50% - 980px);
  }
}
@media print, screen and (min-width:1200px) {
  .works_co ul li:first-of-type {
    margin: 0 140px 0 0;
  }
  .works_bg {
    top: 80px;
    left: calc(50% - 940px);
  }
}
/*更新プログラム(連動)フォーマット*/
#news01 {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 50px;
  border-radius: 3px;
  margin: 0 0 30px 0;
}
#news01 dl {
  padding: 0 0 10px 0;
}
#news01 dl dt {
  color: #3253ab;
  font-weight: 700;
}
#news01 dl dd div.newstitle {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print, screen and (min-width:768px) {
  #news01 dl dd div.newstitle {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
}
#news01 dl dd a {
  color: #212121;
  text-decoration: none;
}
#news01 dl dd a:hover {
  color: #919191;
  text-decoration: underline;
}
.news_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_w02 {
  width: 90%;
}
.news_bt a {
  position: relative;
  font-weight: 700;
  background: #3253ab;
  border-radius: 3px;
  display: inline-block;
  padding: 8px 45px 8px 20px;
  color: #fff;
  text-decoration: none;
}
.news_bt {
  float: right;
}
.news_bt a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: '';
  margin-top: -2px;
  width: 20px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  transition: all .2s;
}
.news_bt a:hover::after {
  right: /*-.1px*/ 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media print, screen and (min-width:768px) {
  #news01 dl dt {
    float: left;
    font-size: 1.6rem;
  }
  #news01 dl dd {
    padding: 0 0 0 100px;
  }
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
  width: 100%;
}
#news02 .newsbox {
  overflow: hidden; /* for modern browser */
}
#news02 .newsbox .news_text_area {
  zoom: 1; /*ie6*/
  overflow: hidden;
}
#news02 .newsbox .news_text {
  line-height: 1.5;
}
#news02 .newsbox img {
  margin-bottom: 10px;
}
#news02 .newsbox a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
#news02 .newstitle {
  font-size: 16px;
  font-weight: bold;
  color: #6D6D6D;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 3px solid #6D6D6D;
}
#news02 .newstitle span {
  font-size: 12px;
}
#news02 .pdf_link {
  margin-top: 10px;
}
#news02 .pdf_link li {
  margin-bottom: 5px;
  text-align: left;
}
#news02 .pdf_link li a {
  padding: 2px 0 2px 28px;
  display: inline-block;
  line-height: 1.4;
  text-decoration: underline;
  background: url(../img/common_img/icon_pdf.png) left top no-repeat;
  background-size: auto 22px;
}
#news02 .pdf_link li a:hover {
  text-decoration: none;
}
@media print, screen and (min-width:768px) {
  #news02 .newstitle br {
    display: none;
  }
}
/*Googlemap*/
#googlemap iframe {
  display: none;
}
.mapbtn {
  background: #666;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}
.mapbtn a {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 10px;
}
.mapbtn a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width:768px) {
  #googlemap iframe {
    display: block;
  }
  .mapbtn {
    display: none;
  }
}
.title_top {
  position: relative;
  font-size: 20px;
  color: #3253ab;
  font-weight: 700;
  margin: 0 0 30px;
}
@media print, screen and (min-width:768px) {
  .title_top {
  font-size: 30px;
  margin: 0 0 60px;
}
}
.title_news {
  position: relative;
  font-size: 20px;
  color: #3253ab;
  font-weight: 700;
  margin: 0 0 30px;
}
@media print, screen and (min-width:768px) {
  .title_news {
  font-size: 30px;
  margin: 0 0 35px;
}
}