@charset "UTF-8";
/*catch-copy*/
.catch-copy {
  padding: 40px 0 60px;
  width: 100%;
  height: auto;
}
.catch-copy-menu {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.catch-copy-item {
  width: 100%;
  height: auto;
  text-align: center;
}
.catch-copy-item2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
}
.catch-copy-item2 .catch-copy_text_left {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.5rem;
  color: #fa9d38;
  letter-spacing: 0.35em;
  padding-right: 40px;
  display: inline-block;
  padding-left: 40px;
  height: max-content;
}
.catch-copy-item2 .catch-copy_text_right {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.5rem;
  color: #6292b6;
  letter-spacing: 0.35em;
  padding-right: 40px;
  padding-left: 40px;
  display: inline-block;
  height: max-content;
}
.catch-copy-item2 .catch-copy_x {
  width: 25%;
}
.catch-copy-item .catch-copy_left {
  padding-top: 40px;
  padding-left: 20px;
  width: 100%;
}
.catch-copy-item .catch-copy_right {
  padding-top: 20px;
  width: 75%;
}
.catch-copy_text_right ruby rt {
  font-size: 1.8rem;
}
.catch-copy-item-sp {
  display: none;
}
.catch-copy_left-sp,
.catch-copy_right-sp {
  display: none;
}
.sp-image {
  display: none;
}
h2 ruby rt {
  margin-right: -10px;
}
@media screen and (max-width: 850px) {
  .catch-copy-menu {
    width: 100%;
    text-align: center;
  }
  .catch-copy_left,
  .catch-copy_right {
    display: none;
  }
  .catch-copy-item {
    width: 40%;
    height: auto;
  }
  .catch-copy_left-sp {
    display: block;
    width: 100%;
    margin-left: 70%;
    margin-bottom: 100px;
    max-width: 45px;
  }
  .catch-copy_right-sp {
    display: block;
    width: 100%;
    max-width: 140px;
    padding-top: 180px;
    height: auto;
  }
  .catch-copy-item2 .catch-copy_text_right {
    font-size: 4.5rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
  }
  .catch-copy-item2 .catch-copy_text_left {
    font-size: 4.5rem;
    padding: 0;
  }
  .catch-copy_text_right ruby rt {
    font-size: 1rem;
  }
  .catch-copy-item2 .catch-copy_x {
    width: 25%;
    padding: 0 10px;
    max-width: 45px;
    height: auto;
  }
  img.catch-copy_x {
    max-width: 45px;
  }
  .catch-copy-item2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 40%;
    height: auto;
  }
  .catch-copy {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .sp-image {
    display: block;
    width: 80%;
    height: auto;
    padding-top: 5px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .catch-copy-menu {
    width: 95%;
    text-align: center;
  }
  .catch-copy-item2 {
    padding-left: 10px;
  }
}
@media screen and (max-width: 550px) {
  .catch-copy-item2 .catch-copy_text_right {
    font-size: 3rem;
  }
  .catch-copy-item2 .catch-copy_text_left {
    font-size: 3rem;
  }
  .catch-copy_left-sp {
    margin-left: 45%;
  }
}
/*catch-copy*/

/*sub-copy*/
.sub-copy p {
  color: #c86767;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 6rem;
  padding-bottom: 40px;
}
.sub-copy_image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 700px) {
  .sub-copy p {
    font-size: 1.7rem;
    line-height: 3rem;
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .sub-copy p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    width: 90%;
  }
}
/*sub-copy*/

/*news*/
.news {
  width: 100%;
  height: auto;
  position: relative;
}
.news h2 {
  z-index: 1;
  padding-top: 60px;
}
.news img {
  width: 18%;
  height: auto;
  padding-top: 30px;
  padding-left: 260px;
  position: absolute;
  z-index: 2;
  top: 0;
}
.news-box {
  width: 55%;
  display: block;
  text-align: left;
  margin: 0 auto;
  padding-top: 50px;
  padding-left: 100px;
}
.news-container {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: left;
  position: relative;
  color: #333; /* RGB */
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.4rem;
  padding: 40px 0 60px;
  z-index: 10;
}
.newslist_item {
  list-style: none;
}
.news-more {
  position: relative;
  color: #333;
  text-align: right;
  font-family: "Darumadrop One";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.news-more a {
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .news img {
    padding-top: 0px;
    padding-left: 150px;
  }
  .news h2 {
    padding-top: 0px;
    position: relative;
  }
  .news-box {
    padding: 0;
  }
  .news-container {
    font-size: 2rem;
    line-height: 2.8rem;
    padding: 40px 0 40px;
  }
}
@media screen and (max-width: 700px) {
  .news img {
    padding-top: 20px;
    padding-left: 70px;
  }
  .news h2 {
    position: relative;
    z-index: 1;
    padding-top: 30px;
  }
  .news-container {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 50px 0 20px;
  }
  .news-box {
    width: 70%;
  }
  .news-more {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .news-container {
    padding: 15px 0 20px;
  }
  .news-more {
    font-size: 2.3rem;
  }
}
/*news*/

/*works*/
.works {
  width: 100%;
  height: auto;
  position: relative;
}
.works h2 {
  padding-bottom: 80px;
  padding-top: 40px;
}
.works-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding-bottom: 50px;
  width: 100%;
}
.works-item {
  list-style: none;
  width: 33%;
  height: auto;
  align-items: center;
}
.works-item img {
  width: 90%;
  height: auto;
}
.works-item p {
  padding: 20px;
}
.sp-work_image {
  display: none;
}

@media screen and (max-width: 1000px) {
  .works-container {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .works h2 {
    padding-bottom: 60px;
    padding-top: 65px;
  }
  .works-item {
    width: 48%;
  }
  .works-item p {
    padding: 10px;
    font-size: 1.6rem;
  }
  .sp-work_image {
    display: block;
    position: absolute;
    top: 0;
    right: 65%;
    width: 22%;
  }
}
@media screen and (max-width: 480px) {
  .works h2 {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .works-item p {
    padding: 10px 2px;
  }
  .sp-work_image {
    top: 0;
    right: 65%;
    width: 22%;
  }
}
@media screen and (max-width: 435px) {
  .works h2 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .sp-work_image {
    top: 0;
    right: 68%;
    width: 22%;
  }
}
/*works*/

/*about*/
.about {
  width: 100%;
  height: auto;
  position: relative;
}
.about h2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about .about-image {
  position: absolute;
  top: 30px;
  left: 22%;
  width: 18%;
}
.about-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.about-item {
  font-size: 3rem;
  line-height: 70px;
  font-weight: 500;
  color: #ba3a31;
  text-align: left;
  display: inline-block;
  height: auto;
  flex-shrink: 0;
  width: 40%;
  padding-left: 60px;
}
.about-item2 {
  flex-shrink: 1;
}
.about_kirin {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .about h2 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .about .about-image {
    top: 30px;
    left: 15%;
    width: 18%;
  }
}
@media screen and (max-width: 1000px) {
  .about-container {
    flex-direction: column;
  }
  .about-item {
    width: 80%;
    font-size: 3rem;
    line-height: 6rem;
    text-align: left;
    padding-left: 0;
  }
  .about_kirin {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about h2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .about .about-image {
    top: 20px;
    left: 17%;
    width: 18%;
  }
  .about-item {
    font-size: 1.7rem;
    line-height: 3rem;
  }
  .about-item p {
    padding-top: 30px;
  }
  .about_kirin {
    padding-top: 20px;
    max-width: 400px;
  }
}
@media screen and (max-width: 580px) {
  .about .about-image {
    top: 10px;
  }
  .about h2 {
    padding-bottom: 20px;
  }
  .about-item p {
    padding-top: 8px;
  }
  .about_kirin {
    padding-left: 10px;
    max-width: 300px;
  }
}
/*about*/

/*contact*/
.contact {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 40px;
}
.contact-image img {
  position: absolute;
  top: 30px;
  right: 15%;
  width: 18%;
  z-index: 500;
}
@media screen and (max-width: 480px) {
  .contact {
    padding-top: 20px;
  }
  .contact-image img {
    top: 60px;
    right: 12%;
    width: 18%;
  }
}
/*contact*/

.full-image {
  width: 100%;
  height: auto;
}
.full-image img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 900px;
}
.full-image2 {
  width: 100%;
  height: auto;
}
.full-image2 img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (max-width: 700px) {
  .full-image,
  .full-image2 {
    padding-top: 30px;
  }
  .full-image img,
  .full-image2 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .full-image,
  .full-image2 {
    padding-top: 20px;
  }
}
