@charset "utf-8";
/*トップ共通*/
body#top .sentence p:not(:first-child) {
  margin-top: 2rem;
}
/*トップヘッダー*/
body#top header {
  height: 100vh;
  height: 100dvh;
}
body#top header .contents {
  position: relative;
  height: 100vh;
  height: 100dvh;
}
body#top header .svg_circle, body#top h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body#top h1 {
  width: 42%;
}
body#top header .svg_circle {
  width: 80%;
}
body#top .header_bg_myself {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -20;
  width: 36%;
}
@media screen and (min-width:600px) {
  body#top h1 {
    width: 30%;
  }
  body#top header .svg_circle {
    width: 64%;
  }
  body#top .header_bg_myself {
    width: 30%;
  }
}
@media screen and (min-width:1025px) {
  body#top h1 {
    width: 250px;
  }
  body#top header .svg_circle {
    width: 550px;
  }
  body#top .header_bg_myself {
    width: 300px;
  }
}
/*トップ透明部分*/
body#top .transparent_box {
  height: 92vh;
  height: 92dvh;
}
@media screen and (min-width:1025px) {
  body#top .transparent_box {
    height: 85vh;
    height: 85dvh;
  }
}
/*トップwelcome*/
body#top #welcome {
  background: #F6F8EF;
}
body#top #welcome .contents {
  position: relative;
}
body#top #welcome .contents::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 70/70.65;
  width: 20.9%;
  background: url(../images/bg_logo.svg) no-repeat;
  background-size: contain;
  transform: translate(0, 100%);
}
body#top #welcome h2 {
  position: relative;
  width: 160px;
}
body#top #welcome h2::before, body#top #welcome h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 10px;
  aspect-ratio: 15.11/24.74;
  width: 18px;
  height: auto; /*共通設定の打消し*/
}
body#top #welcome h2::before {
  top: auto; /*共通設定の打消し*/
  left: -25px;
  background: url(../images/bg_line_left.svg) no-repeat;
  background-size: contain;
  transform: translateY(0); /*共通設定の打消し*/
  vertical-align: bottom;
}
body#top #welcome h2::after {
  right: -25px;
  background: url(../images/bg_line_right.svg) no-repeat;
  background-size: contain;
}
body#top #welcome .sentence p span {
  color: #95BC8E;
  font-weight: bold;
}
@media screen and (min-width:600px) {
  body#top #welcome h2 {
    width: 225px;
  }
  body#top #welcome h2::before, body#top #welcome h2::after {
    bottom: 20px;
    width: 25px;
  }
  body#top #welcome h2::before {
    left: -40px;
  }
  body#top #welcome h2::after {
    right: -40px;
  }
  body#top #welcome .sentence p {
    font-size: 1.8rem;
    text-align: center;
  }
}
/*トップworks*/
body#top #works {
  background: #FCFCFC;
}
body#top #works .contents {
  position: relative;
}
body#top #works .contents::before, body#top #works .contents::after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 94.78/74.78;
  width: 30%;
}
body#top #works .contents::before {
  top: 30%;
  left: 0;
  background: url(../images/bg_pattern_flower.svg) no-repeat;
  background-size: contain;
}
body#top #works .contents::after {
  bottom: 0;
  right: 0;
  background: url(../images/bg_pattern_flower.svg) no-repeat;
  background-size: contain;
}
body#top #works h2 {
  width: 101px;
}
body#top .linkbox_wrapper {
  margin-top: 11rem;
}
body#top .slider_more {
  margin-top: 8rem;
}
body#top .works_more {
  margin-top: 5.7rem;
}
@media screen and (min-width:600px) {
  body#top #works .contents::before {
    top: 40%;
  }
  body#top #works h2 {
    width: 143px;
  }
  body#top .slider_more {
    margin-top: 9rem;
  }
  body#top .linkbox_wrapper {
    margin-top: 15rem;
    align-items: flex-start;
  }
  body#top #works_logo {
    margin-top: 20rem;
  }
  body#top #works_graphic {
    margin-top: 5rem;
  }
}
@media screen and (min-width:1025px) {
  body#top #works .contents::before {
    transform: translate(-40%, 0);
  }
  body#top #works .contents::after {
    transform: translate(50%, 50%);
  }
}
/*トップabout、contact共通*/
body#top #about, body#top #contact {
  background: #ECEDEB;
}
/*トップabout*/
body#top #about h2 {
  width: 103px;
}
body#top .about_myself_illustbox {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
body#top .about_myself_illustbox .img_myself {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  transform: translate(-50%, -50%);
}
body#top #about_myself .sentence_wrapper {
  padding-top: 3rem;
}
body#top #about_myself h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
body#top #about_myself .sentence {
  padding-top: 2rem;
}
@media screen and (min-width:600px) {
  body#top #about_myself {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body#top #about h2 {
    width: 146px;
  }
  body#top .about_myself_illustbox {
    width: 35%;
    margin: 0;
  }
  body#top #about_myself .sentence_wrapper {
    width: 60%;
    padding-top: 0;
  }
  body#top #about_myself h3 {
    font-size: 2rem;
    text-align: left;
  }
}
/*トップcontact*/
body#top #contact h2 {
  width: 134px;
}
body#top #contact_form {
  background: #fcfcfc;
  padding: 4rem 1.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(219, 219, 219, 0.2);
}
body#top .formbox {
  margin-top: 2rem;
}
body#top #contact_form iframe {
  width: 100%;
  border: 0;
}
@media screen and (min-width:600px) {
  body#top #contact h2 {
    width: 189px;
  }
  body#top #contact_form {
    max-width: 750px;
    margin: 0 auto;
    padding: 8rem 8rem;
  }
  body#top .formbox {
    margin-top: 4rem;
    text-align: center;
  }
  body#top #contact_form iframe {
    max-width: 640px;
  }
}
/*スライダー*/
.slick {
  width: 81.5%;
  margin: 0 auto;
}
.slider_img {
  position: relative;
  aspect-ratio: 546/388;
}
.slider_relative img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider_png img {
  width: 60%;
}
.slider_svg img {
  width: 40%;
}
#slider_logo_cat img {
  width: 70%;
}
.slick img {
  transition: 0.3s;
}
.slick img:hover {
  opacity: 0.7;
}
.slick figcaption {
  margin-top: 1rem;
  text-align: center;
}
.slick-prev, .slick-next {
  width: 16px;
  height: 16px;
  border-top: 2px solid #B0DC9E;
  border-left: 2px solid #B0DC9E;
  transition: 0.3s;
}
.slick-prev:hover, .slick-next:hover {
  border-color: #ECF0B5;
}
.slick-prev {
  transform: translateY(-200%) rotate(-45deg);
}
.slick-next {
  transform: translateY(-200%) rotate(135deg);
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
.slick-dots {
  bottom: -50px;
}
@media screen and (min-width:600px) {
  .slick {
    max-width: 600px;
  }
  .slick figcaption {
    margin-top: 1.3rem;
    font-size: 2rem;
  }
  .slick-prev, .slick-next {
    width: 25px;
    height: 25px;
  }
  .slick-prev {
    left: -40px;
    transform: translateY(-100%) rotate(-45deg);
  }
  .slick-next {
    right: -40px;
    transform: translateY(-100%) rotate(135deg);
  }
}
@media screen and (min-width:1025px) {
  .slick img {
    transition: 0.5s;
  }
  .slick-prev, .slick-next {
    transition: 0.5s;
  }
}
/*トップページ遷移フェードイン*/
body#top {
  animation: page_fadein 3s;
}
@keyframes page_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
/*トップのアニメーション*/
body#top header .back_svg_circle {
  animation: header_back_rotate 60s linear infinite;
}
body#top header .flont_svg_circle {
  animation: header_flont_rotate 30s linear infinite;
}
@keyframes header_back_rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes header_flont_rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}