@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
body{
  color:#222;
  font-family: "Cormorant Garamond",'游明朝','Yu Mincho','Hiragino Mincho Pro', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 120px;
  line-height: 65%;
  margin: 30px;
  background-image: url(/img/Ellipse\ 2.svg);
  background-position: 110% -80px;
  background-size: 50%;
}
p{
  font-size:16px ;
  line-height: 1.5;
}
.profile_p{
  margin: 0 0 200px 0;
}
a{
  color:#222;
  text-decoration: none; 
}
.articles_a{
  font-size: 24px;
}
.articles_h2{
  white-space: nowrap;
  font-size: 64px;
  font-weight: 100;
  margin: 0 0 20px 0;
}
.articles_data{
  font-size: 16px;
  line-height: 150%;
}
.articles_data span{
  font-size: 12px;
}
.articles_work_imgs{
  margin: 120px 0 ;
  display: flex;
  justify-content: space-between;
  filter: drop-shadow(0 0 8px #9797974a);
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.caption{
  margin: 0 12px;
  text-align: center;
  width: 200px;
  font: normal 36px '游明朝','Yu Mincho','Hiragino Mincho Pro', sans-serif;
  border:solid 1px #222;
  border-radius: 50%;
}
.caption_group{
  position: relative;
}
.contact{
  z-index: 2;
  font-size: 14px;
  margin: 0 64px 0 0;
  position: relative;
}
.contact::before{
  z-index: -2;
  content:"";
  width: 200px;
  height: 200px;
  background-image: url(/img/Star\ 1.svg);
  background-size: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px;
animation: star_rotation 10s linear 0s infinite;
}
.contact_out{
  position: absolute;
  top: 60px;
  right: 30px;
}
.content_wrapper{
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.content_wrapper li{
  line-height: 65%;
}
.detail{
  font-size: 14px;
  line-height: 80%;
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.detail_2{
  display: none;
}
footer{
  height: 100px;
  font-size: 20px;
  display: flex;
  justify-content:space-between;
  align-items: center;
  position: relative;
}
header {
  height: 200px;
  display: flex;
  align-items: center;
}
.honbun{
  font: normal 16px '游明朝','Yu Mincho','Hiragino Mincho Pro', sans-serif;
}
h1{
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 120px;
}

h2{
  line-height: 1;
}
.img1{
  width: 100%;
}
.img2{
  width: 100%;
}
.img1_size{
  width: 48%;
}
.img2_size{
  width: 16%;
}
.line_bottom{
  width: 95%;
  height: 1px;
  background-color: black;
  position: relative;
  margin: 0 12px;
}
.line_bottom::before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/img/Ellipse\ 1.svg);
  background-size: 12px;
  position: absolute;
  bottom: -6px;
  left: -6px;
}
.line_bottom::after{
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(/img/Rectangle\ 1.svg);
  background-size: 26px;
  position: absolute;
  bottom: -16px;
  right:-2px;
}
.log_works{
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列に配置 */
  gap: 1.5em 0; /* 画像間の隙間 */
  margin: 0 0 60px 0;
}
.log_works p{
  margin: 0 0 16px 0;
}
.log_works img{
  width: 95%;
}
.nav a{
  font-size: 60px;
  color:#222;
}
.nav{
  margin: 0 30px;
}
.nav .nav-hover{
  font-size: 24px;
  display: block; 
}
.nav li{
  line-height: 20%;
  display: block;
}
.nav-hover{
  color:#222;
  transition : 0.5s;
}
.nav-hover:hover{
  color:#fff ;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color:#222;
  transition : 0.5s;
}
.me{
  width: 600px;
  height: 600px;
  background-image: url(/img/me.webp);
  background-size: contain;
  filter: drop-shadow(0 0 10px #3a3a3a4a);
}
.me2{
  width: 400px;
  height: 400px;
  background-image: url(/img/me.webp);
  background-size: contain;
  filter: drop-shadow(0 0 10px #3a3a3a4a);
}
main{
margin: 100px 0;
}
.p_top{
  margin: 100px 0;
  display: flex;
  align-items: end;
  font : normal 36px / 1.5 '游明朝','Yu Mincho','Hiragino Mincho Pro', sans-serif;
}
.p_top h2{
  font : normal 36px / 1.5 '游明朝','Yu Mincho','Hiragino Mincho Pro', sans-serif;
}
li{
  list-style: none;
}
.right_line{
  position: relative;
  background: #000;
  width: 1px;
  margin: 0 30px 0;
}
.right_line::before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/img/Ellipse\ 1.svg);
  background-size: 12px;
  position: absolute;
  top: 0px;
  left: -6px;
}
.right_line::after{
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(/img/Rectangle\ 1.svg);
  background-size: 26px;
  position: absolute;
  bottom: -16px;
  left: -16px;
  transform: rotate( 90deg );
}
table{
  table-layout: fixed;
  text-align: left;
}
td{
  font : normal 16px / 1.5 "Cormorant Garamond",'游明朝','Yu Mincho','Hiragino Mincho Pro', sans-serif;
}
th{
  font : normal 16px / 1.5 "Cormorant Garamond",'游明朝','Yu Mincho','Hiragino Mincho Pro', sans-serif;
  padding: 0 40px 0 0;
  vertical-align: top;
}
time{
  margin:0 12px 0 0;
}
.treat{
  display: flex;
  gap: 5px;
  z-index: -1;
  font-size: 64px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#fff ;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color:#cccccc;
}
.work_content{
  display: flex;
  gap: 32px;
  position: relative;
}
.works_detail{
  align-items:flex-start;
  margin: 60px 0;
  display: flex;
  gap: 100px;
}
.work_list{
  font-size:24px ;
  line-height: 100%;
}
.work_list a,.work_list tr{
  position: relative;
  white-space: nowrap;
}
.work_list a::after,.work_list tr::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #a8a8a8;
  transform: scale(0,1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.work_list a:hover::after,.work_list tr:hover::after{
  transform: scale(1,1);
  transform-origin: left top;
}
.work_img{
  min-width: 50%;
  background-image: none;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}
.works_top{
  text-align: left;
}
.works_mock{
  width: 600px;
}
.care-hover{
  background-image: url(img/careworks_thumbnail.webp);
  background-size: contain;
  filter: drop-shadow(0 0 10px #e3e3e3);
  opacity: 1;
  visibility: visible;
}
.sono-hover{
  background-image: url(img/sonodentalclinic_thumbnail.webp);
  background-size: contain;
  filter: drop-shadow(0 0 10px #e3e3e3);
  opacity: 1;
  visibility: visible;
}
.fresson-hover{
  background-image: url(img/fresson_thumbnail.webp);
  background-size: contain;
  filter: drop-shadow(0 0 10px #e3e3e3);
  opacity: 1;
  visibility: visible;
}
.matsumotosyokai-hover{
  background-image: url(img/matsumotosyokai_thumbnail.webp);
  background-size: contain;
  filter: drop-shadow(0 0 10px #e3e3e3);
  opacity: 1;
  visibility: visible;
}
.rinophoto-hover{
  background-image: url(/img/rinophoto_thumbnail.webp);
  background-size: contain;
  filter: drop-shadow(0 0 10px #e3e3e3);
  opacity: 1;
  visibility: visible;
}
.sakenogyo-da-hover{
  background-image: url(/img/sakenogyo-da_thumbnail.webp);
  background-size: contain;
  filter: drop-shadow(0 0 10px #e3e3e3);
  opacity: 1;
  visibility: visible;
 }
.tanakadanbowl-hover{
 background-image: url(/img/tanakabanbowl_thumbnail.webp);
 background-size: contain;
 filter: drop-shadow(0 0 10px #e3e3e3);
 opacity: 1;
 visibility: visible;
}
.wuffco-hover{
  background-image: url(/img/wuff&co_thumbnail.webp);
  background-size: contain;
  filter: drop-shadow(0 0 10px #e3e3e3);
  opacity: 1;
  visibility: visible;
}
.smileproject-hover{
  background-image: url(/img/smileproject_thumbnail.webp);
  background-size: contain;
  filter: drop-shadow(0 0 10px #e3e3e3);
  opacity: 1;
  visibility: visible;
}
.shu-ei_hirabayashi-hover{
  background-image: url(/img/shu-eihirabayashi_thumbnail.webp);
  background-size: contain;
  filter: drop-shadow(0 0 10px #e3e3e3);
  opacity: 1;
  visibility: visible;
}
.utsunomiyahigashi-hover{
  background-image: url(/img/utunomiya_higasi_thumbnail.webp);
  background-size: contain;
  filter: drop-shadow(0 0 10px #e3e3e3);
  opacity: 1;
  visibility: visible;
}
.panahomehyogo-hover{
  background-image: url(/img/panahomehyogo_thumbnail.webp);
  background-size: contain;
  filter: drop-shadow(0 0 10px #e3e3e3);
  opacity: 1;
  visibility: visible;
}
.takatsuku-hover{
  background-image: url(/img/takatsuku_thumbnail.webp);
  background-size: contain;
  filter: drop-shadow(0 0 10px #e3e3e3);
  opacity: 1;
  visibility: visible;
}
.unite-hover{
  background-image: url(/img/unite_thumbnail.webp);
  background-size: contain;
  filter: drop-shadow(0 0 10px #e3e3e3);
  opacity: 1;
  visibility: visible;
}
@keyframes star_rotation{
  0%{transform: rotate(0);}
  100%{transform: rotate(360deg);}
}
@media screen and (max-width: 959px) {
  .category{
    font-size: 10px;
  }
  .contact{
    z-index: 2;
    font-size: 14px;
    margin: 0 64px;
    position: relative;
  }
  .contact::before{
    z-index: -2;
    content:"";
    width: 100px;
    height: 100px;
    background-image: url(/img/Star\ 1.svg);
    background-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px;
  animation: star_rotation 10s linear 0s infinite;
  }
  .contact_out{
    position: absolute;
    top: -20px;
    right: -48px;
  }
  .detail{
    display: none;
  }
  .detail p{
    font-size: 12px;
    line-height: 100%;
  }
  .detail_2{
    display: flex;
    gap: 20px;
    margin: 60px 0;
  }
  .detail_2 p{
    font-size:12px;
    line-height: 80%;
  }
  header {
    height: 100px;
    justify-content:start;
    position: relative;
    margin: 0 0 60px 0;
  }
  h1{
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    line-height: 65%;
  }
  .content_wrapper li{
    font-size: 72px;
    margin: 0 0 0 30px;
  }
  .me{
    width: 300px;
    height: 400px;
    background-image: url(/img/me.webp);
    background-size: contain;
    filter: drop-shadow(0 0 10px #3a3a3a4a);
  }
  .nav{
    margin: 0 30px;
  }
  .nav .nav-hover{
    font-size: 24px;
    display: block; 
  }
  .nav li{
    line-height: 20%;
    display: block;
  }
  .p_top{
    margin: 100px 0;
    display: block;
    align-items: end;
    font : normal 36px / 1.5 '游明朝','Yu Mincho','Hiragino Mincho Pro', sans-serif;
  }
  .p_top h2{
    margin: 20px 0;
    font : normal 24px / 1.5 '游明朝','Yu Mincho','Hiragino Mincho Pro', sans-serif;
  }
  .p_top span ,.p_top th{
    font : normal 10px / 1.5 '游明朝','Yu Mincho','Hiragino Mincho Pro', sans-serif;
  }
  .profile_p{
    margin: 0;
  }
  td{
    font : normal 12px / 1.5 "Cormorant Garamond",'游明朝','Yu Mincho','Hiragino Mincho Pro', sans-serif;
  }
  th{
    padding: 0 8px 0 0;
  }
  .work_list a{
    font-size: 24px;
  }
  .work_list{
    line-height: 100%;
  }
  p{
    font-size: 14px;
    line-height: 200%;
  }
  .work_img{
    display: none;
  }
  .work_table th,.work_table td{
    display: block;
    width: 100%;
    padding: 6px 0;
  }
  .work_table img{
    margin: 32px 0;
    width: 100%;
  }
  .articles_work_imgs{
    margin: 60px 0 ;
    filter: drop-shadow(0 0 8px #9797974a);
  }
  .caption{
    margin: 0 24px;
    text-align: center;
    width: 100px;
    font: normal 24px '游明朝','Yu Mincho','Hiragino Mincho Pro', sans-serif;
    border:solid 1px #222;
    border-radius: 50%;
  }
  .treat{
    font-size: 32px;
    gap: 8px;
  }
  .works_detail{
    margin: 16px 0;
  }
}
@media screen and (max-width: 480px) {
  .articles_h2{
    white-space: nowrap;
    font-size: 1.5em;
    font-weight: 100;
  }
  .articles_data{
    font-size: 16px;
    line-height: 150%;
    margin: 12px 0;
  }
  .articles_data span{
    font-size: 12px;
  }
  body{
    background-color: #fff;
    background-image: url(/img/Ellipse\ 2.svg);
    background-position: 20% -20px;
    background-size: 140%;
    margin: 32px 16px;
  }
    h1{
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 32px;
  }
  .nav-hover{
    color:#ffffff;
    transition : 0.5s;
    font-size: 48px;
  }
  .content_wrapper ul{
    margin: 32px 0 60px 0 ;
    position: absolute;
    bottom: 20%;
    right: 0;
    mix-blend-mode: difference;
  }
  header {
    height: 100px;
    display: flex;
    justify-content:start;
    align-items: center;
    position: relative;
  }
  .contact{
    z-index: 2;
    font-size: 12px;
    margin: 0 ;
    position: relative;
  }
  .contact::before{
    z-index: -2;
    content:"";
    width: 56px;
    height: 56px;
    background-image: url(/img/Star\ 1.svg);
    background-size: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px;
  animation: star_rotation 10s linear 0s infinite;
  }
  .contact_out{
    position: absolute;
    top: -20px;
    right: 0px;
  }
  .content_wrapper{
    margin: 40px 0 0 0;
    display: block;
    justify-content: center;
    position: relative;
  }
  .caption_group{
    position: relative;
    margin: 0 0 -60px 0;
  }
  .detail{
    position: static;
  }
  .detail p{
    font-size: 12px;
    line-height: 100%;
  }
  footer{
    height: 120px;
    margin: 0 0 -200px 0;
  }
  .img1_size{
    margin: 32px 0;
    width: 100%;
  }
  .img2_size{
    margin: 32px 0;
    width: 100%;
  }
  main{
    margin: 0;
  }
  .me{
    width: 80%;
    background-image: url(/img/me.webp);
    background-size: contain;
    filter: drop-shadow(0 0 10px #3a3a3a4a);
  }
  .me2{
    width:100%;
    background-image: url(/img/me.webp);
    background-size: contain;
    filter: drop-shadow(0 0 10px #3a3a3a4a);
  }
  .log_works{
    display: block;
    grid-template-columns: repeat(2, 1fr); /* 2列に配置 */
    gap: 0px; /* 画像間の隙間 */
    margin: 0;
  }
  .log_works p{
    margin:-30px 0 0;
  }
  .work_content{
    display: block;
    position: relative;
  }
  .work_img{
    display: none;
  }
  .work_table th,.work_table td{
    display: block;
    width: 100%;
    padding: 6px 0;
  }
  .work_table img{
    width: 100%;
  }
  .articles_work_imgs{
    margin: 60px 0 ;
    display: block;
    filter: drop-shadow(0 0 8px #9797974a);
  }
  .caption{
    margin: 0 24px;
    text-align: center;
    width: 100px;
    font: normal 24px '游明朝','Yu Mincho','Hiragino Mincho Pro', sans-serif;
    border:solid 1px #222;
    border-radius: 50%;
  }
  .right_line{
    display: none;
  }
  .treat{
    font-size: 32px;
    gap: 8px;
  }
  .works_detail{
    margin: 48px 0;
  }
}


