body{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.trans{
  animation-name: fadein;
  animation-duration: 1s; 
  animation-delay: .5s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0; 
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*common*/
#main_contents{
  position: relative;
  /*overflow: hidden;*/
}
.inner{
  width: 100%;
  padding: 0 5%;
  /*max-width: 1400px;*/
  margin: 0 auto;
  position: relative;
}
.inner02{
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
.inner_full{
  width: 100%;
  position: relative;
}
.inner_small{
  max-width: 830px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.pc_none{
  display: none;
}
.sp_none{
  display: block;
}
.en{
  font-family: TTNorms-Medium;
  font-weight: normal;
  font-style: normal;
}

/*component*/
section{
  position: relative;
}

/*head*/
.head02{
  font-size: 16px;
  margin-bottom: 20px;
}
.head03{
  font-size: 15px;
  margin-bottom: 20px;
}
/*txt*/
.txt01{
  font-size: 14px;
}
.txt02{
  font-size: 13px;
}

/*btn*/

/*top*/
.top_news_box{
  margin-bottom: 50px;
}
.top_news_box a{
  transition: all .6s;
}
.top_news_box a:hover{
  color: var(--color-hover);
}
.cat_box01{
  margin-bottom: 40px;
}
.cat_list01{
  justify-content: flex-start;
  /*justify-content: center;*/
}
.cat_list01 li{
  margin-right: 20px;
  position: relative;
}
.cat_list01 li:last-child{
  margin-right: 0;
}
.cat_list01 li::after{
  content: '/';
  font-size: 15px;
  position: absolute;
  top: 5px;
  right: -10px;
}
.cat_list01 li:last-child::after{
  display: none;
}
.cat_list01 li a{
  color: var(--color-hover);
  font-size: 13px;
  transition: all .6s;
}
.cat_list01 li a:hover,
.cat_list01 li a.current{
  color: var(--color-txt);
}
.work_list01.flex{
  justify-content: flex-start;
}
.work_list01 li{
  margin-bottom: 25px;
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
  /*margin-bottom: 50px;*/
}
.work_list01 li:nth-child(3n){
  margin-right: 0;
}
.work_list01 .img_box{
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.work_list01 .img_box::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 102, 102, .2);
  opacity: 0;
  transition: all .6s;
  pointer-events: none;
}
.work_list01 li:hover .img_box::after{
  opacity: 1;
}
.work_list01 .img{
  width: 100%;
  height: auto;
  padding-top: 66.66%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .6s;
}
.work_list01 li:hover .img{
  transform: scale(1.1);
}
.work_list01 .ttl{
  font-size: 14px;
}
/*work*/
.con_mv .img{
  width: 100%;
  height: auto;
  padding-top: 66.66%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
#work .head02{
  margin-top: 15px;
}
.gallery_list01{
  width: 100%;
  max-width: 900px;
}
.gallery_list01 li{
  margin-bottom: 20px;
}
.gallery_list01 .img{
  width: 100%;
/*  height: auto;
  padding-top: 66.66%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;*/
}
.gallery_list01 .img img{
  width: 100%;
  max-width: auto;
  height: auto;
  max-height: auto;
}
.info_txt01{
  line-height: 2;
  margin-bottom: 30px;
}
.info_txt02{
  line-height: 2;
}
/*about*/
#about .inner{
  margin: 0;
}
#about .txt02{
  line-height: 2.3;
}
#about02{
  padding: 40px 0 100px;
}
.media_list01 span,
.media_list01 a{
  font-size: 13px;
}
.media_list01 span::before{
  content: ' / ';
}
.media_list01 a{
  color: #007cba;
  border-bottom: 1px solid #007cba;
  transition: all .6s;
}
.media_list01 a:hover{
  color: #f47e3c;
  border-bottom-color: #f47e3c;
}
.media_list01 li{
  line-height: 2;
}
/* Google Mapを囲う要素 */
.gmap_box{
  max-width: 900px;
  margin: 50px 0;
}
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  filter: grayscale(1);
  padding-top: 50%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*contact*/
#contact01{
  padding-bottom: 100px;
}
#contact .inner{
  margin: 0;
}
#contact form{
  max-width: 600px;
}
.contact_list01{
  display: flex;
  flex-wrap: wrap;
}
.contact_list01 dt,
.contact_list01 dd{
  margin-bottom: 20px;
}
.contact_list01 dt p,
.contact_list01 dd p{
  font-size: 13px;
}
.contact_list01 dt:last-of-type,
.contact_list01 dd:last-of-type{
  margin-bottom: 35px;
}
.contact_list01 dt{
  width: 150px;
  margin-top: 5px;
}
.contact_list01 dd{
  width: calc(100% - 150px);
}
.contact_list01 dt .require{
}
.contact_list01 input,
.contact_list01 textarea{
  background-color: #fff;
  border: 1px solid var(--color-txt);
  border-radius: 0;
  padding: 5px;
  width: 100%;
}
.contact_list01 input.address{
  width: 75px;
  margin: 0 10px;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
input.contact_btn{
  width: 150px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Times New Roman', serif;
  font-weight: 400;
  background-color: var(--color-txt);
  border: 1px solid var(--color-txt);
  font-size: 13px;
  transition: all .3s;
  font-weight: bold;
  margin: 0 auto;
}
input.contact_btn:hover,
.btn02:hover{
  background-color: #fff;
  color: var(--color-txt);
}
/*news*/
#news01{
  padding-bottom: 200px;
}
.news_list01 li{
  margin-bottom: 100px;
}
.news_list01 li:last-child{
  margin-bottom: 0;
}
.news_list01 li .txt02{
  line-height: 2;
}
.news_list01 li .txt02 a{
  font-size: 13px;
  color: #248cc8;
  text-decoration: underline;
}
/*pager*/
#top02{
  padding-bottom: 100px;
}
.pagerList{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.pagerList li{
  margin: 0 5px;
}
.pagerList li a{
  width: 35px;
  height: 35px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
}
.pagerList li a.current,
.pagerList li a:hover{
/*  background-color: var(--color-txt);
  color: #fff;*/
}
.pagerList li .previouspostslink,
.pagerList li .nextpostslink{
  font-size: 0;
  position: relative;
}
.pagerList li .nextpostslink::before,
.pagerList li .nextpostslink::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 13px;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--color-txt);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: all .4s;
}

.pagerList li .nextpostslink::before {
  transform: rotate(45deg);
}

.pagerList li .nextpostslink::after {
  transform: rotate(-45deg);
}
.pagerList li .nextpostslink:hover::before,
.pagerList li .nextpostslink:hover::after{
  background-color: #fff;
}
.pagerList li .previouspostslink::before,
.pagerList li .previouspostslink::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 13px;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--color-txt);
  transform-origin: 0.5px 50%;
  transition: all .4s;
}

.pagerList li .previouspostslink::before {
  transform: rotate(45deg);
}

.pagerList li .previouspostslink::after {
  transform: rotate(-45deg);
}
.pagerList li .previouspostslink:hover::before,
.pagerList li .previouspostslink:hover::after{
  background-color: #fff;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {
.work_list01 li,
.work_list01 li:nth-child(3n){
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  margin-right: 20px;
}
.work_list01 li:nth-child(2n){
  margin-right: 0;
}
}
@media screen and (max-width: 768px) {
.work_list01 li,
.work_list01 li:nth-child(2n),
.work_list01 li:nth-child(3n){
  width: 100%;
  margin-right: 0;
}
.txt01{
  font-size: 13px;
}
.txt02{
  font-size: 12.5px;
}
.contact_list01 dt,
.contact_list01 dd{
  width: 100%;
}
.contact_list01 dt p,
.contact_list01 dd p{
  font-size: 12px;
}
.contact_list01 dt,
.contact_list01 dt:last-of-type{
  margin-bottom: 10px;
}
input.contact_btn{
  font-size: 13px;
}
.news_list01 li{
  margin-bottom: 50px;
}
#news01{
  padding-bottom: 100px;
}
.news_list01 li .txt02 a{
  font-size: 12px;
}
}