@charset "UTF-8";
/* CSS Document */




/*top*/
.slider {
  position: relative;
  padding-bottom: 175px;
  overflow: hidden;
}
.slider::before {
  position: absolute;
  top: 140px;
  left: 0;
  z-index: -1;
  width: 50%;
  height: 625px;
  background: #88c19d;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 170px) 100%, 0 100%);
  content: '';
}
.slider::after {
  position: absolute;
  top: 170px;
  left: -30px;
  z-index: -2;
  width: 50%;
  height: 625px;
  background: #ebebeb;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 170px) 100%, 0 100%);
  content: '';
}
.slider .slide_box {
  position: relative;
  height: 625px !important;
  margin-left: 9.375%;
}
.slider .slide_box section {
  width: 100%;
  height: 625px !important;
  /*clip-path: polygon(14.6% 0, 100% 0%, 100% 100%, 0 100%);*/
  clip-path: polygon(165px 0, 100% 0%, 100% 100%, 0 100%);
}
.slider .slide_box section p ,
.slider .slide_box section picture {
  width: 100%;
  height: 100%;
}
.slider .slide_box section p img ,
.slider .slide_box section picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.slider .dots ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .dots ul li {
  margin: 0 4px;
}
.slider .dots ul li button {
	border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	outline: 0;
  text-indent: -9999px;
  cursor: pointer;
  width: 31px;
  height: 12px;
  background: url(../img/slider_dots_off.svg) no-repeat center center;
  background-size: cover;
}
.slider .dots ul li.slick-active button {
  background: url(../img/slider_dots_on.svg) no-repeat center center;
  background-size: cover;
}
.slider .catch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
/* .slider .catch h3 {
  position: absolute;
  top: 175px;
  left: 50px;
  width: 575px;
} */
.slider .catch h3 {
  position: absolute;
  top: 175px;
  left: 50px;
  width: 430px;
}
.slider .catch h4 {
  position: absolute;
  top: 60px;
  right: 80px;
  width: 90px;
}
.top_banner {
  max-width: 855px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 120px;
  padding-bottom: 130px;
}
.top_banner p:not(:last-of-type) {
  margin-bottom: 20px;
}
.top_greeting {
  max-width: 855px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 100px;
  font-size: 1.6rem;
}
.top_greeting p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.manufacturers_list {
  position: relative;
  margin-bottom: 240px;
  overflow: hidden;
}
.manufacturers_list::before {
  position: absolute;
  top: 350px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - (350px + 400px));
  background: #ebebeb;
  content: '';
}
.manufacturers_list h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 120px;
}
.manufacturers_list h3 span ,
.manufacturers_list h3 em {
  display: block;
}
.manufacturers_list h3 span {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .3em;
}
.manufacturers_list h3 em {
  font-size: 1.6rem;
}
.manufacturers_list .bg {
  position: relative;
}
.manufacturers_list .bg::before {
  position: absolute;
  top: -180px;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ebebeb transparent;
  border-width: 0px 0px 350px 100vw;
  display: block;
  content: '';
}
.manufacturers_list .bg::after {
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ebebeb transparent transparent transparent;
  border-width: 350px 100vw 0px 0px;
  display: block;
  content: '';
}
.manufacturers_list .bg .box {
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: -50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
}
.manufacturers_list .bg .box section {
  width: 22.25%;
  margin-bottom: 50px;
}
.manufacturers_list .bg .box section:not(:nth-of-type(4n)) {
  margin-right: calc(11% / 3);
}
.manufacturers_list .bg .box section .img {
  margin-bottom: 10px;
}
.top_news {
  margin-bottom: 240px;
}
.top_news h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 120px;
}
.top_news h3 span ,
.top_news h3 em {
  display: block;
}
.top_news h3 span {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .3em;
}
.top_news h3 em {
  font-size: 1.6rem;
}
.top_news .box {
  width: 860px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.top_news .box .list {
  margin-bottom: 40px;
}
.top_news .box .list section {
  display: flex;
  align-items: stretch;
  border-bottom: solid 1px #72808d;
}
.top_news .box .list section:not(:last-of-type) {
  margin-bottom: 10px;
}
.top_news .box .list section .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  margin-right: 20px;
}
.top_news .box .list section .cat a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: #FFF;
}
.top_news .box .list section .cat.event a {
  background: #89c29e;
}
.top_news .box .list section .cat.maker a {
  background: #bddbd1;
}
.top_news .box .list section .cat.alacarte a {
  background: #77bee4;
}
.top_news .box .list section .cat.column a {
  background: #9f77e4;
}
.top_news .box .list section .time_title {
  font-size: 1.4rem;
  width: calc(100% - (80px + 20px));
  padding: .3em 0;
}
.top_news .box .list section .time_title a {
  display: flex;
  align-items: center;
}
.top_news .box .list section .time_title a time {
  display: block;
  white-space: nowrap;
  margin-right: 2.5em;
}
.top_news .box .more {
  display: flex;
  justify-content: flex-end;
}
.top_news .box .more a {
  position: relative;
  display: block;
  padding-right: 30px;
  font-size: 1.4rem;
}
.top_news .box .more a::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 13px;
  background: url(../img/more_arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top_youtube_box {
  position: relative;
  padding-bottom: 260px;
}
.top_youtube_box::before {
  position: absolute;
  top: 320px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 320px);
  background: #ebf4f1;
  content: '';
}
.top_youtube_box .box {
  position: relative;
  width: 860px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.top_youtube_box .box .box_in {
  position: relative;
  padding-top: 56.25%;
}
.top_youtube_box .box .box_in iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.top_youtube_box .box .btn {
  position: absolute;
  bottom: -70px;
  right : -110px;
  z-index: 1;
  width: 225px;
}
.top_map {
  position: relative;
  background: #ebf4f1;
  margin-bottom: 200px;
}
.top_map::before {
  position: absolute;
  top: -40px;
  left: calc(50% + 110px);
  z-index: 1;
  width: calc(50% - 110px);
  height: calc(100% + 40px);
  background: #bddbd1;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 230px 100%);
  content: '';
}
.top_map .box {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 220px;
}
.top_map .box h3 {
  position: absolute;
  top: -115px;
  right: 170px;
  width: 263px;
  height: 141px;
  background: url(../img/map_title.svg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_map .box h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: -20px;
  padding-top: 20px;
}
.top_map .box h3 span em ,
.top_map .box h3 span i {
  display: block;
}
.top_map h3 span em {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .5em;
}
.top_map h3 span i {
  font-size: 1.6rem;
  letter-spacing: .25em;
}
.top_map .comment {
  position: absolute;
  top: 60px;
  right: 170px;
  width: 265px;
  padding-left: 10px;
  border-left: solid 2px #72808d;
}
.top_map .comment h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
  letter-spacing: .2em;
  margin-bottom: .4em;
}
.top_map .comment p {
  font-size: 1.4rem;
}
.top_map .map_img a ,
.top_map .map_img area {
  cursor: pointer;
}
.link_btn_list {
  border-top: solid 1px #72808d;
  padding-top: 200px;
  padding-bottom: 220px;
}
.link_btn_list .box {
  max-width: 860px;
  padding: 0 20px;
  margin: 0 auto;
}
.link_btn_list .box ul {
  margin-bottom: -20px;
  display: flex;
  flex-wrap: wrap;
}
.link_btn_list .box ul li {
  width: 375px;
  margin-bottom: 20px;
}
.link_btn_list .box ul li:nth-of-type(odd) {
  margin-right: 70px;
}
.link_btn_list .box ul li a {
  display: block;
  filter: drop-shadow(10px 10px 0 rgba(235,235,235,1));
}
.top_access {
  padding-bottom: 300px;
}
.top_access h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.top_access h3 span ,
.top_access h3 em {
  display: block;
}
.top_access h3 span {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .3em;
}
.top_access h3 em {
  font-size: 1.6rem;
}
.top_access .box {
  max-width: 860px;
  padding: 0 20px;
  margin: 0 auto;
}
.top_access .box address {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_access .box address p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.top_access .box address p:not(:last-of-type) {
  margin-right: 40px;
}
.top_access .box address p::before {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 0;
  width: 27px;
  height: 37px;
  background-size: cover !important;
  content: '';
}
.top_access .box address p:nth-of-type(1):before {
  background: url(../img/access_icon01.svg) no-repeat center center;
}
.top_access .box address p:nth-of-type(2):before {
  background: url(../img/access_icon02.svg) no-repeat center center;
}
.top_access .box address p:nth-of-type(3):before {
  background: url(../img/access_icon03.svg) no-repeat center center;
}
.top_access .box .gmap iframe {
  width: 100%;
  height: 420px;
}



/*manufacturers detail*/
.manufacturers.detail .page_title {
  overflow: hidden;
}
.manufacturers.detail .page_title .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 205px;
}
.manufacturers.detail .page_title .box::before {
  position: absolute;
  top: 0;
  left: calc(50% - 455px);
  z-index: -1;
  width: 100%;
  height: 170px;
  background: #89c29e;
  clip-path: polygon(45px 0, 100% 0%, 100% 100%, 0 100%);
  content: '';
}
.manufacturers.detail .page_title .box::after {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: -2;
  width: calc(50% - 270px);
  height: 170px;
  background: #ebebeb;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 45px) 100%, 0 100%);
  content: '';
}
.manufacturers.detail .page_title .box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.manufacturers.detail .page_title .box h3 span ,
.manufacturers.detail .page_title .box h3 em {
  display: block;
  color: #FFF;
}
.manufacturers.detail .page_title .box h3 span {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .4em;
}
.manufacturers.detail .page_title .box h3 em {
  font-size: 1.6rem;
  letter-spacing: .2em;
}
.manufacturers.detail main {
  display: block;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 300px;
}
.manufacturers.detail main .maker_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin-bottom: 20px;
}
.manufacturers.detail main .maker_logo img {
  width: auto;
  max-width: 420px;
}
.manufacturers.detail main .main_img {
  background: #72808d;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manufacturers.detail main .main_img span {
  display: block;
  width: 1060px;
  height: 600px;
}
.manufacturers.detail main .main_img span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manufacturers.detail main .comment_img {
  position: relative;
  margin-bottom: 120px;
}
.manufacturers.detail main .comment_img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 185px);
  background: #ebebeb;
  content: '';
}
.manufacturers.detail main .comment_img::after {
  position: absolute;
  bottom: -165px;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ebebeb transparent transparent transparent;
  border-width: 350px 100vw 0px 0px;
  display: block;
  content: '';
}
.manufacturers.detail main .comment_img .box {
  position: relative;
  z-index: 1;
  width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 90px;
}
.manufacturers.detail main .comment_img .box h3 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 1.2em;
}
.manufacturers.detail main .comment_img .box .comment {
  font-size: 2.0rem;
  margin-bottom: 1.5em;
}
.manufacturers.detail main .comment_img .box .comment p {
  font-size: 2.0rem;
}
.manufacturers.detail main .comment_img .box .comment p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.manufacturers.detail main .comment_img .box .img ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.manufacturers.detail main .comment_img .box .img ul li {
  width: 28.78%;
}
.manufacturers.detail main .comment_img .box .img ul li:not(:last-of-type) {
  margin-right: 6.83%;
}
.manufacturers.detail main .maker_info {
  width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 120px;
}
.manufacturers.detail main .maker_info h3 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .4em;
  margin-bottom: 1.2em;
  text-align: center;
}
.manufacturers.detail main .maker_info .tbl_box table {
  width: 100%;
}
.manufacturers.detail main .maker_info .tbl_box table th ,
.manufacturers.detail main .maker_info .tbl_box table td {
  border: solid 1px #72808d;
  font-size: 1.6rem;
  padding: .8em 1.2em;
  color: #3e3a39;
}
.manufacturers.detail main .maker_info .tbl_box table th {
  text-align: center;
  padding: .8em .4em;
  background: #e5f1ed;
  letter-spacing: .1em;
  width: 130px;
}
.manufacturers.detail main .maker_info .tbl_box table td {
  width: calc(100% - 130px);
}
.manufacturers.detail main .floor {
  width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manufacturers.detail main .floor img {
  width: auto;
  max-width: 100%;
}
.manufacturers.detail main .youtube_box {
  width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}
.manufacturers.detail main .youtube_box .box {
  position: relative;
  padding-top: 56.25%;
}
.manufacturers.detail main .youtube_box .box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/*news list*/
.news.list .page_title {
  overflow: hidden;
}
.news.list .page_title .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 205px;
}
.news.list .page_title .box::before {
  position: absolute;
  top: 0;
  left: calc(50% - 455px);
  z-index: -1;
  width: 100%;
  height: 170px;
  background: #89c29e;
  clip-path: polygon(45px 0, 100% 0%, 100% 100%, 0 100%);
  content: '';
}
.news.list .page_title .box::after {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: -2;
  width: calc(50% - 270px);
  height: 170px;
  background: #ebebeb;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 45px) 100%, 0 100%);
  content: '';
}
.news.list .page_title .box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news.list .page_title .box h3 span ,
.news.list .page_title .box h3 em {
  display: block;
  color: #FFF;
}
.news.list .page_title .box h3 span {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .4em;
}
.news.list .page_title .box h3 em {
  font-size: 1.6rem;
  letter-spacing: .2em;
}
.news.list main {
  display: block;
  padding-top: 100px;
  padding-bottom: 300px;
}
.news.list main .list_box {
  width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.news.list main .list_box section {
  width: 31%;
  margin-bottom: 50px;
}
.news.list main .list_box section:not(:nth-of-type(3n)) {
  margin-right: 3.5%;
}
.news.list main .list_box section .cat_list {
  display: flex;
  margin-bottom: 10px;
}
.news.list main .list_box section .cat_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}
.news.list main .list_box section .cat_list li:not(:last-of-type) {
  margin-right: 10px;
}
.news.list main .list_box section .cat_list li.cat a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: #FFF;
}
.news.list main .list_box section .cat_list li.cat.event a {
  background: #89c29e;
}
.news.list main .list_box section .cat_list li.cat.maker a {
  background: #bddbd1;
}
.news.list main .list_box section .cat_list li.cat.alacarte a {
  background: #77bee4;
}
.news.list main .list_box section .cat_list li.cat.column a {
  background: #9f77e4;
}
.news.list main .list_box section .box a {
  display: flex;
  flex-direction: column;
}
.news.list main .list_box section .box a .img {
  margin-bottom: 10px;
}
.news.list main .list_box section .box a h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: .6em;
}
.news.list main .list_box section .box a .comment {
  font-size: 1.6rem;
}



/*news detail*/
.news.detail .page_title {
  overflow: hidden;
}
.news.detail .page_title .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 205px;
}
.news.detail .page_title .box::before {
  position: absolute;
  top: 0;
  left: calc(50% - 455px);
  z-index: -1;
  width: 100%;
  height: 170px;
  background: #89c29e;
  clip-path: polygon(45px 0, 100% 0%, 100% 100%, 0 100%);
  content: '';
}
.news.detail .page_title .box::after {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: -2;
  width: calc(50% - 270px);
  height: 170px;
  background: #ebebeb;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 45px) 100%, 0 100%);
  content: '';
}
.news.detail .page_title .box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news.detail .page_title .box h3 span ,
.news.detail .page_title .box h3 em {
  display: block;
  color: #FFF;
}
.news.detail .page_title .box h3 span {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .4em;
}
.news.detail .page_title .box h3 em {
  font-size: 1.6rem;
  letter-spacing: .2em;
}
.news.detail main {
  display: block;
  padding-top: 100px;
  padding-bottom: 300px;
}
.news.detail main .detail_box {
  width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}
.news.detail main .detail_box time {
  display: block;
  font-size: 1.2rem;
  margin-bottom: .6em;
}
.news.detail main .detail_box .cat_list {
  display: flex;
  margin-bottom: 3em;
}
.news.detail main .detail_box .cat_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}
.news.detail main .detail_box .cat_list li:not(:last-of-type) {
  margin-right: 10px;
}
.news.detail main .detail_box .cat_list li.cat a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: #FFF;
}
.news.detail main .detail_box .cat_list li.cat.event a {
  background: #89c29e;
}
.news.detail main .detail_box .cat_list li.cat.maker a {
  background: #bddbd1;
}
.news.detail main .detail_box .cat_list li.cat.alacarte a {
  background: #77bee4;
}
.news.detail main .detail_box > h3 {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 2px solid black;
  padding-bottom: .3em;
  margin-bottom: 4em;
}


/*column list*/
.column.list .page_title {
  overflow: hidden;
}
.column.list .page_title .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 205px;
}
.column.list .page_title .box::before {
  position: absolute;
  top: 0;
  left: calc(50% - 455px);
  z-index: -1;
  width: 100%;
  height: 170px;
  background: #89c29e;
  clip-path: polygon(45px 0, 100% 0%, 100% 100%, 0 100%);
  content: '';
}
.column.list .page_title .box::after {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: -2;
  width: calc(50% - 270px);
  height: 170px;
  background: #ebebeb;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 45px) 100%, 0 100%);
  content: '';
}
.column.list .page_title .box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.column.list .page_title .box h3 span ,
.column.list .page_title .box h3 em {
  display: block;
  color: #FFF;
}
.column.list .page_title .box h3 span {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .4em;
}
.column.list .page_title .box h3 em {
  font-size: 1.6rem;
  letter-spacing: .2em;
}
.column.list main {
  display: block;
  padding-top: 100px;
  padding-bottom: 300px;
}
.column.list main .list_box {
  width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.column.list main .list_box section {
  width: 31%;
  margin-bottom: 50px;
}

.column.list main .list_box section .box a .img {
  position: relative;
}

.column.list main .list_box section .box .number {
  font-size: 4rem;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -1px;
  position: absolute;
  top: -20%;
  right: 5%;
}

.column.list main .list_box section .box .number span {
  font-size: 0.7em;
  font-style: italic;
  letter-spacing: -5px;
}

.column.list main .list_box section:not(:nth-of-type(3n)) {
  margin-right: 3.5%;
}
.column.list main .list_box section .cat_list {
  display: flex;
  margin-bottom: 10px;
}
.column.list main .list_box section .cat_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}
.column.list main .list_box section .cat_list li:not(:last-of-type) {
  margin-right: 10px;
}
.column.list main .list_box section .cat_list li.cat a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: #FFF;
}
.column.list main .list_box section .cat_list li.cat.column a {
  background: #9f77e4;
}
.column.list main .list_box section .box a {
  display: flex;
  flex-direction: column;
}
.column.list main .list_box section .box a .img {
  margin-bottom: 10px;
}
.column.list main .list_box section .box a h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: .6em;
}
.column.list main .list_box section .box a .comment {
  font-size: 1.6rem;
}


/*column detail*/
.column.detail .page_title {
  overflow: hidden;
}
.column.detail .page_title .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 205px;
}
.column.detail .page_title .box::before {
  position: absolute;
  top: 0;
  left: calc(50% - 455px);
  z-index: -1;
  width: 100%;
  height: 170px;
  background: #89c29e;
  clip-path: polygon(45px 0, 100% 0%, 100% 100%, 0 100%);
  content: '';
}
.column.detail .page_title .box::after {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: -2;
  width: calc(50% - 270px);
  height: 170px;
  background: #ebebeb;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 45px) 100%, 0 100%);
  content: '';
}
.column.detail .page_title .box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.column.detail .page_title .box h3 span ,
.column.detail .page_title .box h3 em {
  display: block;
  color: #FFF;
}
.column.detail .page_title .box h3 span {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .4em;
}
.column.detail .page_title .box h3 em {
  font-size: 1.6rem;
  letter-spacing: .2em;
}
.column.detail main {
  display: block;
  padding-top: 100px;
  padding-bottom: 300px;
}
.column.detail main .report_title {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
/* .column.detail main .report_title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
} */
.column.detail main .report_title p {
  font-size: 1.6rem;
}
.column.detail main .detail_box {
  width: 860px;
  margin: 60px auto 0;
  padding: 0 20px;
}
.column.detail main .detail_box a {
  color: #4280b7;
  font-size: 1.6rem;
}
.column.detail main .detail_box .profile h2 {
  font-size: 2.4rem;
  letter-spacing: 5px;
  text-align: center;
  font-weight: bold;
  color: #AA7C4C;
}
.column.detail main .detail_box .profile .profile_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.column.detail main .detail_box .profile .profile_flex img {
  width: 40%;
}
.column.detail main .detail_box .profile .profile_flex .profile_info {
  width: 55%;
}
.column.detail main .detail_box .profile .profile_flex .profile_info h3 {
  font-size: 2rem;
}
.column.detail main .detail_box .profile .profile_flex .profile_info p {
  font-size: 1.6rem;
  margin-top: 3rem;
}
.column.detail main .detail_box .column_contents .column_title {
  font-size: 2.5rem;
  border-bottom: solid 3px #88c19d;
  margin-top: 5rem;
}
.column.detail main .detail_box .column_contents .eyecatch {
  font-size: 2.2rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
.column.detail main .detail_box .column_contents ul {
  list-style: disc;
  margin-left: 30px;
}
.column.detail main .detail_box .column_contents p,
.column.detail main .detail_box .column_contents li {
  font-size: 1.6rem;
}
.column.detail main .detail_box .column_contents .section_title{
  font-size: 2rem;
  font-weight: 600;
  color: #AA7C4C;
  padding: 5px 0 5px 15px;
  border-left: 5px solid #88c19d;
}
.column.detail main .detail_box .column_contents .point {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  border: double #4280b7 10px;
}
.column.detail main .detail_box .column_contents .point_title{
  font-weight: bold;
  color: #666666;
  margin-bottom: 20px;
  text-align: center;
}
.column.detail main .detail_box .column_contents .point_flex{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 80px;
}
.column.detail main .detail_box p {
  font-size: 1.6rem;
}
.column.detail main .detail_box .column_contents .point_flex img{
  width: 33%;
}
.column.detail main .detail_box .column_contents .introduction_text {
  margin-top: 40px;
  margin-bottom: 20px;
}
.column.detail main .detail_box .column_contents .introduction_text h4,
.column.detail main .detail_box .promotion_text h4{
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ff3838;
}
.column.detail main .detail_box .column_contents .youtube_box {
  width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
.column.detail main .detail_box .column_contents .youtube_box .box {
  position: relative;
  padding-top: 56.25%;
}
.column.detail main .detail_box .column_contents .youtube_box .box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.column.detail main .detail_box .promotion_text .gift {
  display: flex;
  align-items: center;
}
.column.detail main .detail_box .promotion_text .gift::before {
  content: "";
  background: url(https://hirashimizu.xsrv.jp/img/icon_gift.png) center / contain no-repeat;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 6px;
  margin-bottom: 3px;
}
.column.detail main .detail_box .floor{
  width: 80%;
  margin: 40px auto 80px;
}
.column.detail main .detail_box time {
  display: block;
  font-size: 1.2rem;
  margin-bottom: .6em;
}
.column.detail main .detail_box .cat_list {
  display: flex;
  margin-bottom: 3em;
}
.column.detail main .detail_box .cat_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}
.reverse {
  flex-flow: row-reverse;
}
.bold {
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  /*top*/
  .top_map .box {
    max-width: 100%;
    padding: 0;
    padding-bottom: 220px;
  }
  .top_map .box h3 {
    right: 10px;
  }
  .top_map .comment {
    right: 10px;
  }

}



@media screen and (max-width: 1100px) {
  /*top*/
  .top_youtube_box .box .btn {
    position: absolute;
    right : -10px;
    z-index: 1;
    width: 200px;
  }
  .top_map .comment {
    position: relative;
    top: inherit;
    right: inherit;
    width: calc(100% - (20px * 2));
    margin: 0 auto;
    order: 2;
  }
  .top_map .comment h4 {
    color: inherit;
  }
  .top_map .map_img {
    order: 1;
    margin-bottom: 10px;
  }

}



@media screen and (max-width: 1000px) {
  /*top*/
  .slider .catch h3 {
    width: 300px;
  }
  .top_map .box {
    display: flex;
    flex-direction: column;
  }


  /*manufacturers detail*/
  .manufacturers.detail .page_title .box::before {
    left: 5%;
  }



  /*news list*/
  .news.list .page_title .box::before {
    left: 5%;
  }



  /*news detail*/
  .news.detail .page_title .box::before {
    left: 5%;
  }

  /*column detail*/
  .column.list .page_title .box::before {
    left: 5%;
  }

  /*column detail*/
  .column.detail .page_title .box::before {
    left: 5%;
  }


}



@media screen and (max-width: 860px) {
  /*top*/
  .top_news .box {
    width: 100%;
  }
  .top_youtube_box .box {
    width: 100%;
  }
  .link_btn_list .box ul li {
    width: 48%;
  }
  .link_btn_list .box ul li:nth-of-type(odd) {
    margin-right: 4%;
  }


  /*manufacturers detail*/
  .manufacturers.detail main .comment_img .box {
    width: 100%;
  }
  .manufacturers.detail main .maker_info {
    width: 100%;
  }
  .manufacturers.detail main .floor {
    width: 100%;
  }
  .manufacturers.detail main .youtube_box {
    width: 100%;
  }

  .column.detail main .detail_box .column_contents .youtube_box {
    width: 100%;
  }


}



@media screen and (max-width: 767px) {

  /*top*/
  .slider {
    padding-bottom: 10vw;
  }
  .slider::before {
    top: 10vw;
    /*height: calc(100vh - (15vw + 10vw + 5vw));*/
    height: 42vw;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 10vw) 100%, 0 100%);
  }
  .slider::after {
    top: 15vw;
    left: -5vw;
    /*height: calc(100vh - (15vw + 10vw + 5vw));*/
    height: 42vw;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 10vw) 100%, 0 100%);
  }
  .slider .slide_box {
    /*height: calc(100vh - (15vw + 5vw + 5vw)) !important;*/
    height: auto !important;
    margin-left: 9.375%;
  }
  .slider .slide_box section {
    /*height: calc(100vh - (15vw + 5vw + 5vw)) !important;*/
    height: auto !important;
    clip-path: polygon(10vw 0, 100% 0%, 100% 100%, 0 100%);
  }
  .slider .dots {
    padding-top: 4vw;
  }
  .slider .dots ul li {
    margin: 0 2vw;
  }
  .slider .dots ul li button {
    width: calc(4.042vw * 2);
    height: calc(1.565vw * 2);
  }
  .slider .catch h3 {
    position: absolute;
    top: 60vh;
    left: 5vw;
    width: 50vw;
  }
  .slider .catch h4 {
    position: absolute;
    top: 5vw;
    right: 5vw;
    width: 20vw;
  }
  .top_banner {
    max-width: 100%;
    padding: 0 4%;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .top_banner p:not(:last-of-type) {
    margin-bottom: 5vw;
  }
  .top_greeting {
    max-width: 100%;
    padding: 0 4%;
    padding-bottom: 10vw;
  }
  .manufacturers_list {
    margin-bottom: 15vw;
  }
  .manufacturers_list::before {
    top: 15vw;
    height: calc(100% - (15vw + 20vw));
  }
  .manufacturers_list h3 {
    margin-bottom: 10vw;
  }
  .manufacturers_list h3 span {
    font-size: 2.0rem;
  }
  .manufacturers_list h3 em {
    font-size: 1.6rem;
  }
  .manufacturers_list .bg::before {
    position: absolute;
    top: -22vw;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #ebebeb transparent;
    border-width: 0px 0px 10vw 100vw;
    display: block;
    content: '';
  }
  .manufacturers_list .bg::after {
    position: absolute;
    bottom: 20vw;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ebebeb transparent transparent transparent;
    border-width: 10vw 100vw 0px 0px;
    display: block;
    content: '';
  }
  .manufacturers_list .bg .box {
    max-width: 100%;
    margin-bottom: -10vw;
    padding-left: 4%;
    padding-right: 4%;
  }
  .manufacturers_list .bg .box section {
    width: 48%;
    margin-bottom: 10vw;
  }
  .manufacturers_list .bg .box section:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .manufacturers_list .bg .box section:nth-of-type(odd) {
    margin-right: 4%;
  }
  .manufacturers_list .bg .box section .img {
    margin-bottom: 3vw;
  }
  .top_news {
    margin-bottom: 15vw;
  }
  .top_news h3 {
    margin-bottom: 10vw;
  }
  .top_news h3 span {
    font-size: 2.0rem;
    letter-spacing: .3em;
  }
  .top_news h3 em {
    font-size: 1.6rem;
  }
  .top_news .box {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .top_news .box .list {
    margin-bottom: 5vw;
  }
  .top_news .box .list section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .top_news .box .list section:not(:last-of-type) {
    margin-bottom: 5vw;
  }
  .top_news .box .list section .cat {
    width: 25vw;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .top_news .box .list section .cat a {
    font-size: 1.4rem;
  }
  .top_news .box .list section .time_title {
    font-size: 1.4rem;
    width: 100%;
    padding: .3em 0;
  }
  .top_news .box .list section .time_title a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .top_news .box .list section .time_title a time {
    margin-right: 0;
  }
  .top_news .box .more a {
    padding-right: 8vw;
    font-size: 1.4rem;
  }
  .top_news .box .more a::after {
    width: calc(2.608vw * 2);
    height: calc(1.695vw * 2);
  }
  .top_youtube_box {
    padding-bottom: 30vw;
  }
  .top_youtube_box::before {
    top: 20vw;
    height: calc(100% - 20vw);
  }
  .top_youtube_box .box {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .top_youtube_box .box .btn {
    position: absolute;
    bottom: -15vw;
    right : 1vw;
    z-index: 1;
    width: 30vw;
  }
  .top_map {
    margin-bottom: 20vw;
  }
  .top_map::before {
    position: absolute;
    top: -10vw;
    left: 70vw;
    width: 30vw;
    height: calc(100% + 5vw);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 5vw 100%);
    content: '';
  }
  .top_map .box {
    padding-bottom: 10vw;
  }
  .top_map .box h3 {
    position: relative;
    top: 0;
    right: inherit;
    width: calc(34.289vw * 1.5);
    height: calc(18.383vw * 1.5);
    order: 1;
    margin-bottom: 5vw;
    margin-left: 4vw;
  }
  .top_map .box h3 span {
    margin-left: -5vw;
    padding-top: 5vw;
  }
  .top_map h3 span em {
    font-size: 2.0rem;
  }
  .top_map h3 span i {
    font-size: 1.6rem;
  }
  .top_map .comment {
    width: calc(100% - (4% * 2));
    padding-left: 4vw;
    order: 3;
  }
  .top_map .comment h4 {
    font-size: 1.8rem;
  }
  .top_map .map_img {
    order: 2;
    margin-bottom: 5vw;
  }
  .link_btn_list {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .link_btn_list .box {
    max-width: 100%;
    padding: 0 4%;
  }
  .link_btn_list .box ul {
    margin-bottom: -6vw;
  }
  .link_btn_list .box ul li {
    margin-bottom: 6vw;
  }
  .link_btn_list .box ul li a {
    display: block;
    filter: drop-shadow(2vw 2vw 0 rgba(235,235,235,1));
  }
  .top_access {
    padding-bottom: 20vw;
  }
  .top_access h3 {
    margin-bottom: 10vw;
  }
  .top_access h3 span {
    font-size: 2.0rem;
  }
  .top_access h3 em {
    font-size: 1.6rem;
  }
  .top_access .box {
    max-width: 100%;
    padding: 0;
  }
  .top_access .box address {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 4%;
    margin-bottom: 6vw;
  }
  .top_access .box address p {
    position: relative;
    padding-left: 10vw;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .top_access .box address p:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .top_access .box address p::before {
    width: calc(3.52vw * 2);
    height: calc(4.824vw * 2);
  }
  .top_access .box .gmap iframe {
    width: 100%;
    height: 60vh;
  }


  /*manufacturers detail*/
  .manufacturers.detail .page_title .box {
    height: 40vw;
  }
  .manufacturers.detail .page_title .box::before {
    left: 5%;
    height: 35vw;
    clip-path: polygon(5vw 0, 100% 0%, 100% 100%, 0 100%);
  }
  .manufacturers.detail .page_title .box::after {
    top: 5vw;
    width: 30vw;
    height: 35vw;
    clip-path: polygon(0 0, 100% 0%, 20vw 100%, 0 100%);
  }
  .manufacturers.detail .page_title .box h3 span {
    font-size: 2.0rem;
    letter-spacing: .2em;
  }
  .manufacturers.detail .page_title .box h3 em {
    font-size: 1.6rem;
    letter-spacing: .2em;
  }
  .manufacturers.detail main {
    padding-top: 15vw;
    padding-bottom: 20vw;
  }
  .manufacturers.detail main .maker_logo {
    padding: 0 4%;
    margin-bottom: 5vw;
  }
  .manufacturers.detail main .maker_logo img {
    max-width: 80vw;
  }
  .manufacturers.detail main .main_img {
    padding: 0 4vw;
  }
  .manufacturers.detail main .main_img span {
    width: 100%;
    height: auto;
  }
  .manufacturers.detail main .main_img span img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .manufacturers.detail main .comment_img {
    margin-bottom: 15vw;
  }
  .manufacturers.detail main .comment_img::before {
    height: calc(100% - 10vw);
  }
  .manufacturers.detail main .comment_img::after {
    position: absolute;
    bottom: -4vw;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ebebeb transparent transparent transparent;
    border-width: 15vw 100vw 0px 0px;
    display: block;
    content: '';
  }
  .manufacturers.detail main .comment_img .box {
    width: 100%;
    padding: 0 4%;
    padding-top: 5vw;
  }
  .manufacturers.detail main .comment_img .box h3 {
    font-size: 2.0rem;
    margin-bottom: 1.2em;
  }
  .manufacturers.detail main .comment_img .box .comment {
    font-size: 1.6rem;
  }
  .manufacturers.detail main .comment_img .box .comment p {
    font-size: 1.6rem;
  }
  .manufacturers.detail main .comment_img .box .img ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -5vw;
  }
  .manufacturers.detail main .comment_img .box .img ul li {
    width: 48%;
    margin-bottom: 5vw;
  }
  .manufacturers.detail main .comment_img .box .img ul li:not(:last-of-type) {
    margin-right: 0;
  }
  .manufacturers.detail main .comment_img .box .img ul li:nth-of-type(1) {
    margin-right: 4%;
  }
  .manufacturers.detail main .maker_info {
    width: 100%;
    padding: 0 4%;
    margin-bottom: 15vw;
  }
  .manufacturers.detail main .maker_info h3 {
    font-size: 2.0rem;
    letter-spacing: .1em;
  }
  .manufacturers.detail main .maker_info .tbl_box table {
    width: 100%;
  }
  .manufacturers.detail main .maker_info .tbl_box table th ,
  .manufacturers.detail main .maker_info .tbl_box table td {
    display: block;
    border: solid 1px #72808d;
    border-bottom: none;
    font-size: 1.6rem;
    padding: .8em .4em;
  }
  .manufacturers.detail main .maker_info .tbl_box table th {
    text-align: left;
    padding: .8em .4em;
    width: 100%;
  }
  .manufacturers.detail main .maker_info .tbl_box table td {
    width: 100%;
  }
  .manufacturers.detail main .maker_info .tbl_box table tr:last-of-type td {
    border-bottom: solid 1px #72808d;
  }
  .manufacturers.detail main .floor {
    width: 100%;
    padding: 0 4%;
    margin-bottom: 15vw;
  }
  .manufacturers.detail main .youtube_box {
    width: 100%;
    padding: 0 4%;
  }

  /*column list*/
  .column.list .page_title .box {
    height: 40vw;
  }
  .column.list .page_title .box::before {
    left: 5%;
    height: 35vw;
    clip-path: polygon(5vw 0, 100% 0%, 100% 100%, 0 100%);
  }
  .column.list .page_title .box::after {
    top: 5vw;
    width: 30vw;
    height: 35vw;
    clip-path: polygon(0 0, 100% 0%, 20vw 100%, 0 100%);
  }
  .column.list .page_title .box h3 span {
    font-size: 2.0rem;
    letter-spacing: .2em;
  }
  .column.list .page_title .box h3 em {
    font-size: 1.6rem;
    letter-spacing: .2em;
  }
  .column.list main {
    padding-top: 15vw;
    padding-bottom: 20vw;
  }
  .column.list main .list_box {
    width: 100%;
    padding: 0 4%;
  }
  .column.list main .list_box section {
    width: 100%;
    margin-bottom: 8vw;
  }
  .column.list main .list_box section:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .column.list main .list_box section .cat_list {
    margin-bottom: 3vw;
  }
  .column.list main .list_box section .cat_list li {
    width: auto;
  }
  .column.list main .list_box section .cat_list li:not(:last-of-type) {
    margin-right: 5vw;
  }
  .column.list main .list_box section .cat_list li.cat a {
    font-size: 1.4rem;
    padding: .2em .8em;
  }
  .column.list main .list_box section .box a .img {
    margin-bottom: 3vw;
  }
  .column.list main .list_box section .box .number {
    top: -15%;
  }
  .column.list main .list_box section .box a h3 {
    font-size: 1.8rem;
    margin-bottom: .6em;
  }

  /*column detail*/
  .column.detail .page_title .box {
    height: 40vw;
  }
  .column.detail .page_title .box::before {
    left: 5%;
    height: 35vw;
    clip-path: polygon(5vw 0, 100% 0%, 100% 100%, 0 100%);
  }
  .column.detail .page_title .box::after {
    top: 5vw;
    width: 30vw;
    height: 35vw;
    clip-path: polygon(0 0, 100% 0%, 20vw 100%, 0 100%);
  }
  .column.detail .page_title .box h3 span {
    font-size: 2.0rem;
    letter-spacing: .2em;
  }
  .column.detail .page_title .box h3 em {
    font-size: 1.6rem;
    letter-spacing: .2em;
  }
  .column.detail main {
    padding-top: 15vw;
    padding-bottom: 20vw;
  }
  .column.detail main .detail_box {
    width: 100%;
    padding: 0 4%;
  }
  .column.detail main .detail_box .profile .profile_flex,
  .column.detail main .detail_box .column_contents .point_flex {
    display: block;
  }
  .column.detail main .detail_box .profile .profile_flex img,
  .column.detail main .detail_box .profile .profile_flex .profile_info,
  .column.detail main .detail_box .column_contents .point_flex img,
  .column.detail main .detail_box .floor {
    width: 100%;
    padding: 0 4%;
    margin-top: 30px;
  }
  .column.detail main .detail_box .column_contents .eyecatch {
    font-size: 2rem;
  }
  .column.detail main .detail_box .column_contents .point {
    max-width: 100%;
  }
  .column.detail main .detail_box .column_contents .youtube_box {
    width: 100%;
    padding: 0 4%;
  }



  /*news list*/
  .news.list .page_title .box {
    height: 40vw;
  }
  .news.list .page_title .box::before {
    left: 5%;
    height: 35vw;
    clip-path: polygon(5vw 0, 100% 0%, 100% 100%, 0 100%);
  }
  .news.list .page_title .box::after {
    top: 5vw;
    width: 30vw;
    height: 35vw;
    clip-path: polygon(0 0, 100% 0%, 20vw 100%, 0 100%);
  }
  .news.list .page_title .box h3 span {
    font-size: 2.0rem;
    letter-spacing: .2em;
  }
  .news.list .page_title .box h3 em {
    font-size: 1.6rem;
    letter-spacing: .2em;
  }
  .news.list main {
    padding-top: 15vw;
    padding-bottom: 20vw;
  }
  .news.list main .list_box {
    width: 100%;
    padding: 0 4%;
  }
  .news.list main .list_box section {
    width: 100%;
    margin-bottom: 8vw;
  }
  .news.list main .list_box section:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .news.list main .list_box section .cat_list {
    margin-bottom: 3vw;
  }
  .news.list main .list_box section .cat_list li {
    width: auto;
  }
  .news.list main .list_box section .cat_list li:not(:last-of-type) {
    margin-right: 5vw;
  }
  .news.list main .list_box section .cat_list li.cat a {
    font-size: 1.4rem;
    padding: .2em .8em;
  }
  .news.list main .list_box section .box a .img {
    margin-bottom: 3vw;
  }
  .news.list main .list_box section .box a h3 {
    font-size: 1.8rem;
    margin-bottom: .6em;
  }
  .news.list main .list_box section .box a .comment {
    font-size: 1.6rem;
  }
  
  
  
  /*news detail*/
  .news.detail .page_title .box {
    height: 40vw;
  }
  .news.detail .page_title .box::before {
    left: 5%;
    height: 35vw;
    clip-path: polygon(5vw 0, 100% 0%, 100% 100%, 0 100%);
  }
  .news.detail .page_title .box::after {
    top: 5vw;
    width: 30vw;
    height: 35vw;
    clip-path: polygon(0 0, 100% 0%, 20vw 100%, 0 100%);
  }
  .news.detail .page_title .box h3 span {
    font-size: 2.0rem;
    letter-spacing: .2em;
  }
  .news.detail .page_title .box h3 em {
    font-size: 1.6rem;
    letter-spacing: .2em;
  }
  .news.detail main {
    padding-top: 15vw;
    padding-bottom: 20vw;
  }
  .news.detail main .detail_box {
    width: 100%;
    padding: 0 4%;
  }
  .news.detail main .detail_box time {
    font-size: 1.2rem;
    margin-bottom: .6em;
  }
  .news.detail main .detail_box .cat_list {
    margin-bottom: 3em;
  }
  .news.detail main .detail_box .cat_list li {
    width: auto;
  }
  .news.detail main .detail_box .cat_list li:not(:last-of-type) {
    margin-right: 5vw;
  }
  .news.detail main .detail_box .cat_list li.cat a {
    font-size: 1.4rem;
    padding: .2em .8em;
  }
  .news.detail main .detail_box > h3 {
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 2px solid black;
    padding-bottom: .3em;
    margin-bottom: 4em;
  }
}
