@charset "utf-8";

* {
  box-sizing: border-box;
}

.main_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 15vh;
  height: 85vh;
}

.main_txt .img-left,
.main_txt .img-right {
  width: 100%;
  height: auto;
}

.main_txt img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: 0% 45%;
}

.main_txt::after {
  content: '';
  background-color: rgba(#3a3939, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.main_txt .main-title-center {
  position: absolute;
  top: calc(50% + .825em);
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 2.0;
  height: max-content;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.main-title-center {
  font-size: 4.5rem;
  color: #fff;
  font-weight: 700;
}

.main_txt .main-title-center span {
  background-color: #bf904e;
  position: relative;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 60px;
  background-color: rgb(191, 144, 78, 0.8);
  padding: 20px;
  margin-bottom: 5px;
}

.img-logo {
  position: absolute;
  top: calc(50% + .825em);
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 2.0;
  height: max-content;
  z-index: 2;
  width: 100%;
  text-align: center;
  opacity: 0.8;
  z-index: 1;
}

.img-logo img {
  width: 450px;
  height: auto;
  object-fit: cover;
}

/* センターメッセージ */


@keyframes animationZoom1 {
  100% {
    transform: scale(1.1)
  }
}

@keyframes animationZoom2 {
  50% {
    transform: scale(1.1)
  }
}

@media screen and (max-width: 767px) {
  .main_txt {
    margin-top: 0px;
    width: 100%;
    margin-top: 15vh;
    height: 85vh;
  }

  .main_txt .main-title-center {
    position: absolute;
    top: calc(50% + .825em);
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 3.5;
    height: max-content;
    text-orientation: upright;
    z-index: 2;
  }

  /* センターメッセージ */
  .main_txt .main-title-center {
    font-size: 2.0rem;
  }

  .main_txt .img-left img {
    object-position: 30% 0%;
  }

  .main_txt .img-right img {
    object-position: 50% 0%;
  }

  .img-logo img {
    width: 250px;
    height: auto;
    object-fit: cover;
  }
}


.slider {
  width: 100%;
  margin: 0 0 0 auto;
  height: 60vh;
  position: relative;
  z-index: 1;
}

.slider::before {
  content: '';
  background-color: rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.slider-item {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.slider-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slider-h1 {
  z-index: -1;
}


@media screen and (max-width: 767px) {
  .slider {
    height: 45vh;
  }

  .slider-item {
    width: 100%;
    height: 45vh;
  }

  .slider-item01 {
    background-position: 20% 0%;
    background-size: cover;
  }
}


/* -----------------------------------
  ご挨拶 
 ----------------------------------- */
.grteeting {
  width: 100%;
  margin: 0;
  text-align: center;
  position: relative;
}

.grteeting .img-logo {
  position: absolute;
  top: calc(50% + .825em);
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 2.0;
  height: max-content;
  z-index: 2;
  width: 100%;
  text-align: center;
  opacity: 0.1;
  z-index: -1;
}

.grteeting .img-logo img {
  width: 450px;
  height: auto;
  object-fit: cover;
}

.grteeting .sec_img {
  width: 50%;
  text-align: center;
}

.grteeting .sec_img img {
  width: auto;
  height: 580px;
  object-position: 0% 30%;
  object-fit: cover;
}

.grteeting .sec_txt {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.grteeting .sec_txt .btn-center {
  text-align: center;
}

.grteeting .txt-last {
  padding-top: 50px;
  margin-bottom: 50px;
}


.sec_ineer h1 {
  position: relative;
  font-size: 3.8rem;
  font-weight: bold;
}

.grteeting .linear {
  margin-bottom: 10px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

.grteeting .linear {
  background: linear-gradient(transparent 80%, #95b0ef 0%);
  display: inline-block;
  padding: 0 5px;
  font-size: 2.5rem;
}

.grteeting .sec_img .profile img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: 20% 50%;
}

.grteeting .sec_img .img-item {
  width: 100%;
}

.grteeting .sec_img .item {
  position: relative;
}

.grteeting .sec_img .item img {
  width: 150px;
  object-fit: cover;
}

.grteeting .sec_img .item img:nth-child(1) {
  position: absolute;
  top: -100px;
  right: 0;
  width: 150px;
}

.grteeting .sec_img .item img:nth-child(2) {
  position: absolute;
  right: 130px;
  top: 0px;
  width: 80px;
}

.grteeting .sec_img .item img:nth-child(3) {
  position: absolute;
  top: 30px;
  width: 80px;
}

.grteeting .sec_txt .btn {
  margin: 50px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .grteeting {
    width: 100%;
  }

  .grteeting .img-logo img {
    width: 300px;
    height: auto;
    object-fit: cover;
  }

  .grteeting h3 {
    text-align: center;
    justify-content: center;
  }

  .grteeting .sec_ineer {
    width: 90%;
    margin: 0 auto;
    z-index: -2;
  }

  .sec_ineer h1 {
    font-size: 2.0rem;
    text-align: center;
  }

  .sec_ineer .en {
    font-size: 15px;
  }

  .grteeting .linear {
    padding: 0;
  }

  .grteeting .sec_flex {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    text-align: center;
    width: 100%;
    gap: 50px;
  }

  .grteeting .sec_img {
    width: 100%;
    z-index: 0;
  }

  .grteeting .sec_txt {
    width: 100%;
  }

  .grteeting .sec_img {
    width: 100%;
    margin: 0 auto 0 0;
    margin-top: 30px;
  }

  .grteeting .sec_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .grteeting .sec_img02 {
    width: 85%;
    margin: 0 0 0 auto;
  }

  .grteeting .sec_img02 img {
    width: 100%;
    height: 20vh;
    object-fit: cover;
    object-position: 0% 0%;
  }

  .grteeting .sec_txt {
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .grteeting .grteeting-item {
    width: 90%;
  }

  .grteeting .grteeting-item:before {
    top: 20px;
  }

  .grteeting .sec_img .item img {
    width: 100px;
    object-fit: cover;
  }

  .grteeting .sec_img .profile img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: 20% 50%;
  }

  .grteeting .txt02 {
    font-size: 2.0rem;
    font-weight: bold;
    padding: 50px 0 0;
    text-align: left;
  }
}

/* -----------------------------------
 price
 ----------------------------------- */
.price {
  padding-bottom: 100px;
  position: relative;
}

.price .sec_ineer {
  width: 80%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.price-grid {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 200px;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  row-gap: 10px;
}

.price-item {
  width: 100%;
  height: auto;
  text-align: center;
}

.price-item h3 {
  border-bottom: solid 2px #fff;
  padding-bottom: 15px;
  font-size: 2.5rem;
  /* font-weight: bold; */
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border: solid 1px #bf904e;
  border-top: none;
  padding: 5px 10px;
}

.price-item .en {
  /* font-style: italic; */
  background-color: #bf904e;
  color: #fff;
  /* font-weight: bold; */
  font-size: 3.0rem;
  margin: 0;
}

.price-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 50% 30%;
}

/* .image-item:nth-child(1) {
  width: 100%;
  height: 350px;
  background: url(../images/photo/products01.jpg) center no-repeat;
  background-size: cover;
  background-position: 0% 0%;
}

.image-item:nth-child(2) {
  width: 100%;
  height: 350px;
  background: url(../images/photo/work07.jpg) center no-repeat;
  background-size: cover;
  background-position: 60% 0%;
} */

.price .btn-center {
  text-align: center;
  position: relative;
}

.bg-c {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg-c img {
  width: 350px;
  height: auto;
  object-fit: cover;
}


@media screen and (max-width: 767px) {
  .price .sec_ineer {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  .price .sec_ineer p {
    font-size: 1.3rem;
  }

  .price-grid {
    width: 90%;
    gap: 10px;
    padding-left: 0px;
    grid-template-columns: 1fr;
  }

  .price-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: 50% 10%;
  }

  .price-item .en {
    font-size: 1.8rem;
  }

  .price-item h3 {
    padding-bottom: 5px;
    font-size: 1.6rem;
  }

  .price-item .other {
    padding-bottom: 5px;
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
}


/* -----------------------------------
お知らせ
 ----------------------------------- */
.media {
  padding-top: 30px;
}

.media .sec_ineer {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 3% 5%;
  background: rgb(255, 255, 255, 0.8);
  gap: 50px;
}

.media-grid {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 200px;
  justify-content: center;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  color: #333;
  margin-top: 15px;
}

.media-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.media .txt p {
  font-size: 1.6rem;
}

.media-date {
  padding-top: 15px;
}

.media-title {
  padding-top: 0px;
}


@media screen and (max-width: 1068px) {

  .media .sec_ineer {
    width: 95%;
  }

  .work .sec_ineer {
    display: block;
  }

  .work .sec_ineer .en {
    padding-top: 0px;
    justify-content: center;
  }

  .work .sec_ineer .txt {
    width: 100%;
    margin-bottom: 30px;
  }

  .work .txt p {
    font-size: 1.2rem;
  }


  .media-grid {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: 200px;
    justify-content: center;
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 20px;
    color: #333;
  }

  .media-grid p {
    font-size: 1.2rem;
    text-align: center;
  }

  .media-date {
    padding-top: 15px;
  }

  .media-title {
    padding-top: 0px;
  }

}

/* -----------------------------------
SNS
 ----------------------------------- */
.link {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 3% 5%;
}

.link .link-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: rgb(255, 255, 255, 0.8);
  gap: 50px;
  margin-top: 15px;
}

.link .link-flex .Instagram,
.link .link-flex .facebook {
  width: 100%;
  margin: 30px auto;
}

.link .link-flex iframe {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .link {
    width: 100%;
    padding: 0;
  }

  .link .sec_ineer {
    width: 95%;
    padding: 3% 5%;
  }

  .link .link-flex {
    display: block;
  }

  .link .link-flex .facebook {
    margin-top: 50px;
  }
}

/* -----------------------------------
アメブロ
 ----------------------------------- */
.ameba .sec_flex {
  gap: 30px;
  margin-top: 15px;
}

.ameblo_img {
  width: 100%;
}

.ameblo_img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.ameblo_post {
  text-align: right;
}

.ameblo_date {
  text-align: left;
  padding: 10px 0 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #bf904e;
}



.ameblo_post a {
  text-align: right;
  color: #bf904e;
  float: right;
}

@media screen and (max-width: 767px) {
  .ameblo_post {
    text-align: left;
    margin-bottom: 50px;
  }

  .ameblo_img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
}

/* -----------------------------------
 採用メッセージ
 ----------------------------------- */

.message {
  position: relative;
  z-index: 0;
  padding: 0;
  height: auto;
  background-image: url(https://uranaio555111.com/wp-content/uploads/2023/09/IMG_20230827_090801_625-scaled.webp);
  background-size: cover;
  background-position: 50% 100%;
}

.message::after {
  content: '';
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.message .sec_ineer {
  text-align: center;
  padding: 100px 0;
  color: #fff;
}

.message h3 {
  font-size: 5.0rem;
  font-style: italic;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
}

.message h2 {
  font-size: 5.0rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .message::after {
    content: '';
    background-color: rgba(0, 0, 0, .6);
  }

  .message .sec_ineer {
    text-align: center;
    padding: 100px 25px;
    color: #fff;
  }

  .message .en {
    font-size: 4.5rem;
    letter-spacing: 0em;
    text-align: center;
    padding: 0;
  }

  .message h2 {
    font-size: 2.35rem;
    font-weight: 700;
    margin: 30px auto 50px;
    text-align: center;
  }

  .message .sec_ineer p {
    text-align: left;
    letter-spacing: 0;
  }
}





.arrow_r_b {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  border-bottom: solid 1px #333;
}

.arrow_r_b:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -30px;
  bottom: 0;
  margin: auto;
}

.arrow_r_b:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  right: -23px;
  bottom: 0;
  margin: auto;
}

.ticker {
  width: calc(55% - 20px);
  position: relative;
  overflow: hidden;
  font-size: 1.35rem;
  text-align: left;
  z-index: 1;
}

.ticker ul {
  width: 100%;
  position: relative;
  text-align: left;
}

.ticker ul li {
  width: 100%;
  text-align: left;
  display: none;
}

@media screen and (max-width: 767px) {
  .news .sec_ineer {
    width: 95%;
    margin: 0 0 0 auto;
    display: block;
    font-size: 1.35rem;
  }


  .ticker {
    width: 100%;
  }

  .news .sec_ineer {
    font-size: 1.0rem;
    padding: 0 20px 30px;
  }

  .news .item a {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-align: left;
  }

  .news .item .date {
    display: block;
    float: left;
    font-size: 1rem;
  }

  .news .item .category {
    display: inline-block;
    float: right;
    font-size: 1rem;
  }

  .news .item .title {
    padding: 25px 0 35px;
    text-align: left;
    display: block;
  }
}