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: calc(100% - 110px);
  max-width: 1590px;
  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;
}
.section_btm{
  padding-bottom: 180px;
}
.section_all{
  padding: 120px 0;
}
.section_top{
  padding-top: 160px;
}
/*head*/
.head01{
  font-size: 22px;
  line-height: 1.7;
  color: var(--color-main);
  margin-bottom: 25px;
}
.head01 span{
  color: var(--color-main);
  font-size: 28px;
}
.head02{
  font-size: 25px;
  font-weight: 400;
  color: var(--color-main);
}
.head03{
  font-size: 18px;
  text-align: center;
  margin-bottom: 35px;
  color: var(--color-main);
}
.head04{
  font-size: 22px;
  line-height: 1.54;
  margin-bottom: 20px;
}
.ttl01{
  font-size: 33px;
  color: var(--color-main);
  margin-bottom: 25px;
}
.txt01{
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  font-weight: 500;
}
.txt02{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
.txt03{
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  text-align: justify;
}
.txt04{
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  text-align: justify;
}
.txt05{
  font-size: 20px;
  line-height: 1.5;
}
.en_page .txt01,
.en_page .txt02,
.en_page .txt03,
.en_page .txt04,
.en_page .txt05{
  text-align: left;
}

.btm0{
  margin-bottom: 0!important;
}
a.link{
  transition: all .6s;
  border-bottom: 1px solid var(--color-txt);
}
a.link:hover{
  color: var(--color-main);
  border-bottom-color: var(--color-main);
}
/*btn*/

/*mv*/
#mv{
  position: relative;
}
.mv_slide01{
  position: relative;
}
.mv_slide01 .slide_img{
  width: 100%;
  height: auto;
  padding-top: 100vh;
  background-size: cover;
  background-position: center center;
}
.mv_kazari{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg.gif);
  background-size: 250px;
  background-repeat: repeat;
  z-index: 3;
  animation: slideOut 2s forwards;
  animation-delay: 3s;
}
@keyframes slideOut {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.mv_news_box{
  position: absolute;
  right: 30%;
  bottom: 60px;
  z-index: 5;
  opacity: 0;
  animation: opacity 5s forwards;
  animation-delay: 3s;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv_news_box::after{
  content: '';
  width:0;
  height:0;
  border-style:solid;
  border-width: 4.5px 0 4.5px 17px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  opacity: 0;
  bottom: -20px;
  animation: opacity 2s forwards;
  animation-delay: 3s;
}
.mv_news_box p,
.mv_news_box a{
  color: #fff;
  transition: all .6s;
}
.mv_news_box a:hover{
  color: var(--color-pink);
}
.mv_news_box .txt02{
  white-space:nowrap;
  overflow: hidden;
  width: 0%;
  animation:jojo 1s linear forwards;
  animation-delay: 5s;
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  line-height: 1;
}
@keyframes jojo {
  from {
    width:0%;
  }
  to {
    width:100%;
  }
}
.mv_news_ttl{
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
#top #footer{
  display: none;
}
/*about*/
#about01{
  padding: 235px 0 100px;
}
.about_box04.flex{
  justify-content: flex-end;
}
#about01 .head02{
  margin-bottom: 30px;
}
.about_box04 .box_l{
  width: 470px;
  position: absolute;
  left: 0;
  top: 0;
}
.about_box04 .box_r{
  width: calc(100% - 400px);
  margin: 0 0 0 auto;
}
.about_graph01{
/*  max-width: 1225px;
  display: block;
  margin: 0 0 0 auto;
*/  padding-top: 55px;
  /*width: 78%;*/
}
.about_graph01 img{
}
#about02{
  padding-bottom: 130px;
}
#about02 .head02{
  margin-bottom: 50px;
}
.type_list01>li{
  /*width: calc((100% - 80px) / 6);*/
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.type_list01>li .box_l{
  width: 23%;
  padding: 50px 20px 25px 0;
}
.type_list01>li:first-child .box_l{
  padding-top: 0;
}
.type_list01>li .box_r{
  width: 77%;
  padding: 50px 0;
  border-bottom: 1px solid var(--color-main);
}
.type_list01>li:first-child .box_r{
  padding-top: 0;
}
.type_list01>li .head03{
  line-height: 1.5;
}
.type_box01{
  position: relative;
}
.type_list01>li::after{
  content: '';
  position: absolute;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: var(--color-main);
  bottom: 0;
}
.type_list01>li:last-child .type_box01::after{
  display: none;
}
.type_list01 .icon{
  width: 100%;
  height: auto;
  /*padding-top: 62%;*/
  position: relative;
  margin: 0 auto 20px;
  max-width: 175px;
  text-align: center;
}
/*.type_list01 .icon img{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);*/
}
.type_list01>li:nth-child(1) .icon img{
  max-width: 175px;
}
.type_list01>li:nth-child(2) .icon img{
  max-width: 135px;
}
.type_list01>li:nth-child(3) .icon img{
  max-width: 177px;
}
.type_list01>li:nth-child(4) .icon img{
  max-width: 142px;
}
.type_list01>li:nth-child(5) .icon img{
  max-width: 169px;
}
.type_list01>li:nth-child(6) .icon img{
  max-width: 162px;
}
.type_txt01.txt01{
  font-size: 16px;
  /*margin-bottom: 45px;*/
}
.ex_list01 li a{
  line-height: 1.8;
  transition: all .6s;
  color: var(--color-main);
}
.ex_list01 li a:hover{
  padding-left: 5px;
}
.about_box01:first-of-type{
  margin-bottom: 20px;
}
.about_box01 .box_in{
  width: calc((100% - 15px) / 2);
}
#about03{
  padding-bottom: 300px;
}
#about03 .head02{
  margin-bottom: 25px;
}
.about_box02{
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 55px;
}
.about_box02::after{
  content: '';
  width: 70px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about_box03{
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.about_box03:last-of-type{
  margin-bottom: 0;
  padding-bottom: 0;
}
.about_box03::after{
  content: '';
  width: 35px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about_box03:last-of-type::after{
  display: none;
}
.member_list01.flex{
  justify-content: flex-start;
}
.member_list01 li{
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
}
/*work*/
#work{
}
#work #main_contents::after,
#connect #main_contents::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg.gif);
  background-size: 250px;
  background-repeat: repeat;
  pointer-events: none;
  z-index: -1;
}
.work_box01 .box_l{
  width: 265px;
  position: relative;
}
.work_box01 .box_r{
  width: calc(100% - 265px);
}
.work_box01 .box_l nav{
  position: sticky;
  left: 0;
  top: 200px;
}
.cat_list01{
  line-height: 1;
}
.cat_list01 li{
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
  line-height: 1;
}
.cat_list01 li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}
.cat_list01 li::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #000;
}
.cat_list01 li:last-child::after{
  display: none;
}
.cat_list01 li a{
  line-height: 1.5;
  transition: all .6s;
}
.cat_list01 li a:hover,
.cat_list01 li a.current{
  color: var(--color-main);
}
.work_list01.flex{
  justify-content: flex-start;
}
.work_list01 li{
  width: 30%;
  margin-right: 5%;
  margin-bottom: 25px;
}
.work_list01 li:nth-child(3n){
  margin-right: 0;
}
.work_list01 a{
  position: relative;
  display: block;
}
.work_list01 a.icon::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
  width: 32%;
  height: 32%;
}
.work_list01 a.research::before{
/*  width: 127px;
  height: 113px;*/
  background-image: url(../img/work/icon_research.svg);
  z-index: 5;
}
.work_list01 a.thinking::before{
/*  width: 142px;
  height: 151px;*/
  background-image: url(../img/work/icon_thinking.svg);
}
.work_list01 a.writing::before{
/*  width: 142px;
  height: 151px;*/
  background-image: url(../img/work/icon_writing.svg);
}
.work_list01 .img{
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  transition: all .6s;
}
.work_list01 li:hover .img{
  transform: scale(1.1);
}
.work_list01 .img::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-main);
  transition: all .6s;
  opacity: 0;
  border-radius: 50%;
  z-index: 5;
  pointer-events: none;
}

.work_list01 li:hover .img::after{
  opacity: .6;
}
#work #footer,
#connect #footer{
  position: relative;
}
#work #footer::after,
#connect #footer::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg.gif);
  background-size: 250px;
  background-repeat: repeat;
  pointer-events: none;
  z-index: -1;
}
.work_ttl01{
  opacity: 0;
  transition: all .6s;
  font-size: 19px;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.work_list01 li:hover .work_ttl01{
  opacity: 1;
}
.relate_box01 .work_ttl01{
  font-size: 16px;
}
/*work detail*/
.work_box02 .box_l{
  width: 34%;
  /*width: calc(100% - 1055px);*/
  padding-right: 50px;
}
.work_box02 .box_r{
  width: 66%;
  /*width: 1055px;*/
  padding: 12.5px;
  background-color: #fff;
}
.box_fix {
    position: sticky;
    left: 0;
    top: 160px;
}
.work_ttl02{
  padding: 20px 0;
  position: relative;
  margin-bottom: 30px;
}
.work_ttl02::before,
.work_ttl02::after{
  content: '';
  position: absolute;
  left: 0;
  width: 52px;
  height: 1px;
  background-color: #000;
}
.work_ttl02::before{
  top: 0;
}
.work_ttl02::after{
  bottom: 0;
}
.work_info01{
  margin-bottom: 45px;
}
.work_info01 a{
  font-size: 15px;
  transition: all .6s;
}
.work_info01 a:hover{
  color: var(--color-main);
}
.cat_list02.flex{
  justify-content: flex-start;
}
.cat_list02 li{
  margin-right: 5px;
  margin-bottom: 5px;
}
.cat_list02 li:last-child{
  margin-right: 0;
}
.cat_list02 li{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  line-height: 1;
  background-color: var(--color-main);
  border-radius: 5px;
  transition: all .6s;
  border: 1px solid var(--color-main);
  font-weight: bold;
}
.cat_list02 li a:hover{
  background-color: #fff;
}
.work_slide01 .slick-slide{
  height: auto;
}
.work_slide01.slick-dotted.slick-slider{
  margin-bottom: 75px;
}
.work_slide01 .slick-dots li:only-child{
  display: none;
}
.work_slide01 .slide_img{
  width: 100%;
  height: auto;
  padding-top: 66.6%;
  background-size: contain;
  background-position: center center;
  background-color: rgba(102, 102, 102, .5);
  background-repeat: no-repeat;
  position: relative;
}
.work_slide01 .slick-slide:only-child .slide_img{
  padding-top: 33.44%;
  background-color: transparent;
}
.work_slide01 .slide_img img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.work_slide01 .slide_img iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.work_slide01 .slick-dots{
  bottom: -20px;
  left: -10px;
  display: flex;
}
.work_slide01 .slick-dots li{
  width: 11px;
  height: 11px;
  margin: 0 10px;
}
.work_slide01 .slick-dots li button{
  padding: 0;
  width: 11px;
  height: 11px;
}
.work_slide01 .slick-dots li button:before{
  width: 11px;
  height: 11px;
  font-size: 11px;
  opacity: 1;
  color: #b3b3b3;
}
.work_slide01 .slick-dots li.slick-active button:before{
  opacity: 1;
  color: var(--color-main);
}
.work_slide01 .slick-prev {
  height: 100%;
  width: 25%;
  z-index: 3;
  left: 0;  /*幅を画像の50%にして左寄せ*/
}
.work_slide01 .slick-prev:before {
    position: absolute;
    left: 8px; /*何もしないと要素の中央になってしまうので位置調整*/
    content: '◀︎';
    color: transparent;
}
.work_slide01 .slick-next {
  height: 100%;
  width: 25%;
  right: 0;  /*幅を画像の50%にして右寄せ*/
}
.work_slide01 .slick-next:before {
    position: absolute;
    right: 8px; /*何もしないと要素の中央になってしまうので位置調整*/
    content: '▶︎';
    color: transparent;
}
.intro_box01{
  padding: 25px 0;
  position: relative;
  margin-bottom: 25px;
}
.intro_box01::before,
.intro_box01::after{
  content: '';
  position: absolute;
  left: 0;
  background-color: #000;
  height: 1px;
}
.intro_box01::before{
  width: 70px;
  top: 0;
}
.intro_box01::after{
  width: 35px;
  bottom: 0;
}
.read_more{
  cursor: pointer;
  transition: all .6s;
  width: fit-content;
}
.read_more:hover{
  color: var(--color-main);
}
.read_more.done{
  display: none;
}
.relate_box01{
  margin-top: 60px;
}
.detail_box01{
  display: none;
  transition: all .6s;
}
/*.detail_box01.active{
  display: block;
}*/
.detail_box01 p{
  line-height: 1.8;
  font-weight: 500;
  /*text-align: justify;*/
}
.detail_box01 p strong{
  font-weight: bold;
}
.detail_box01 p em{
  font-style: italic;
}
html i,
html em{
  font-style: italic;
}
.detail_box01 .img{
  width: 100%;
  height: auto;
  padding-top: 66.6%;
  position: relative;
  background-color: #666666;
}
.detail_box01 ul li{
  line-height: 1.8;
  text-align: 
}
.detail_box01 ul li::before{
  content: '・';
}
.detail_box01 .img img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.detail_box01 .caption{
  font-size: 15px;
}
.work_box02 .box_tb{
  display: none;
}
/*connect*/
.connect_box01 .box_l{
  width: 34%;
  padding-right: 50px;
  /*width: calc(100% - 1055px);*/
}
.connect_box01 .box_r{
  width: 66%;
  /*width: 1055px;*/
}
.connect_box02{
  padding: 15px;
  background-color: #fff;
  margin-bottom: 10px;
}
.connect_list01{
  border: 1px solid #000;
}
.connect_list01 dt,
.connect_list01 dd{
  border-bottom: .5px solid #000;
  padding: 5px;
  font-size: 18px;
}
.connect_list01 dt:last-of-type,
.connect_list01 dd:last-of-type{
  border-bottom: none;
}
.connect_list01 dt{
  width: 150px;
  display: flex;
  padding: 10px 0 10px 8px;
  align-items: center;
  line-height: 1;
}
.connect_list01 dd{
  width: calc(100% - 150px);
}
.connect_list01 input[type="text"],
.connect_list01 input[type="email"],
.connect_list01 textarea,
.connect_list01 select{
  background-color: #e6e6e6;
  border: none;
  border-radius: 0;
  padding: 6px;
  width: 100%;
}
.connect_list01 input[type="text"],
.connect_list01 input[type="email"],
.connect_list01 select{
  height: 43px;
}
.connect_list01 select{
  max-width: 210px;
  font-size: 15px;
}
#connect01 button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.width100{
  width: 100%!important;
}
.connect_list01 dd:last-of-type{
  padding-top: 0;
}
#connect01 input.send_btn.txt01{
  margin-left: 15px;
  width: 103px;
  line-height: 1;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: TTNorms-Medium, dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  border: 1px solid #000;
  background-color: #fff;
  transition: all .6s;
  text-align: center;
}
#connect01 input.send_btn.txt01:hover{
  background-color: var(--color-main);
}
.grecaptcha-badge { visibility: hidden; }
.recaptcha{
  margin-left: 15px;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1200px) {
.txt01{
  font-size: 16px;
}
.ttl01{
  font-size: 30px;
}
#about01{
  padding-top: 150px;
}
.about_box04 .box_l{
  position: relative;
  width: 100%;
}
.about_box04 .box_r{
  width: 100%;
}
.type_list01>li{
}
.type_txt01{
  margin-bottom: 25px;
}
.detail_box01 p,
.detail_box01 a,
.detail_box01 ul li{
  /*font-size: 90%;*/
}
}
@media screen and (max-width: 1024px) {
.head03{
  font-size: 16px;
}
/*about*/
.type_list01 .icon{
  width: 80%;
}
.type_list01>li:nth-child(2) .icon{
  width: 60%;
}
.work_box01.flex{
  display: block;
}
.work_box01 .box_l,
.work_box01 .box_r{
  width: 100%;
}
.cat_list01{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
.cat_list01 li{
  margin-bottom: 10px;
  padding: 0 10px;
}
.cat_list01 li::after{
  width: 1px;
  height: 100%;
  bottom: auto;
  left: auto;
  right: 0;
  font-weight: 400;
  top: 0;
}
.cat_list01 li a{
  line-height: 1;
}
.cat_list01 li a br{
  display: none;
}
.tb_none{
  display: none;
}
.section_top{
  padding-top: 120px;
}
.work_ttl01{
  font-size: 16px;
  line-height: 1.3;
}
.relate_box01 .work_ttl01{
  font-size: 14px;
}
.work_box02 .box_l,
.work_box02 .box_r{
  width: 100%;
}
.work_box02 .box_l{
  margin-bottom: 60px;
  padding-right: 0;
}
.work_box02 .box_tb{
  display: block;
  width: 100%;
}
.work_box02 .box_l .head01{
  display: none;
}
.work_box02 .box_r .work_slide01{
  display: none;
}
/*connect*/
.connect_box01 .box_l,
.connect_box01 .box_r{
  width: 100%;
}
.connect_box01 .box_l{
  padding-right: 0;
  margin-bottom: 60px;
}
}
@media screen and (max-width: 768px) {
.inner{
  width: 90%;
}
.pc_none{
  display: block;
}
.sp_none{
  display: none;
}
.head01{
  font-size: 20px;
}
.head01 span{
  font-size: 20px;
}
.head02{
  font-size: 20px;
}
.head03{
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.head04{
  font-size: 18px;
}
.txt01{
  font-size: 16px;
  text-align: left;
}
.txt02{
  text-align: left;
  font-size: 17px;
}
.txt03{
  text-align: left;
  font-size: 15px;
}
.txt04{
  text-align: left;
  font-size: 14px;
}
.ttl01{
  font-size: 25px;
  margin-bottom: 15px;
}
/*top*/
.mv_news_box{
  right: auto;
  left: 5%;
  max-width: 90%;
}
.mv_news_ttl{
  font-size: 18px;
}
/*about*/
#about01{
  padding: 100px 0;
}
#about .head02{
  margin-bottom: 20px;
}
.about_graph01{
  padding-top: 30px;
}
.type_list01>li{
}
/*.type_list01>li .type_box01::after{
  right: -7.5px;
}
.type_list01>li:nth-child(3n) .type_box01::after{
  display: block;
}
.type_list01>li:nth-child(2n) .type_box01::after{
  display: none;
}*/
.type_list01>li .box_l,
.type_list01>li .box_r,
.type_list01>li:first-child .box_r{
  width: 100%;
  position: relative;
  padding: 25px 0;
}
.type_list01>li::after{
  display: none;
}
.type_list01 .icon{
  margin-bottom: 10px;
}
.type_list01>li .box_l::after {
    content: '';
    position: absolute;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: var(--color-main);
    bottom: 0;
}
.type_list01>li .head03{
  margin-bottom: 0;
}
#about03{
  padding-bottom: 150px;
}
.about_box01 .box_in{
  width: 100%;
}
.about_box01 .box_in:first-child{
  margin-bottom: 20px;
}
.about_box02{
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.about_box03{
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.work_list01 li,
.work_list01 li:nth-child(3n){
  width: 48%;
  margin-right: 4%;
}
.work_list01 li:nth-child(2n){
  margin-right: 0;
}
.work_ttl01{
  position: relative;
  opacity: 1;
  color: var(--color-main);
  top: auto;
  left: auto;
  transform: translate(0, 0);
}
/*work detail*/
.detail_box01 p,
.detail_box01 a,
.detail_box01 ul li{
  /*font-size: 80%;*/
}
.work_info01 a{
  font-size: 13px;
}
.intro_box01 p{
  font-size: 16px;
}
/*connect*/
.connect_list01 dt, .connect_list01 dd{
  width: 100%;
  font-size: 14px;
}
.connect_list01 input[type="text"], .connect_list01 input[type="email"], .connect_list01 select{
  height: 35px;
}
}

@media screen and (max-width: 599px) {
/*top*/
.mv_copy01{
  font-size: 40px;
}
/*about*/
.member_list01 li{
  width: calc((100% - 15px) / 2);
}
.member_list01 li:last-child{
  margin-right: 0;
}
.work_list01{
  width: 90%;
  margin: 0 auto;
}
.work_list01 li,
.work_list01 li:nth-child(3n){
  width: 100%;
  margin-bottom: 50px;
  margin-right: 0;
}
.work_list01 li:last-child{
  margin-bottom: 0;
}
.work_list01 li .img{
  margin-bottom: 20px;
}
}