@charset "UTF-8";
#news .inner .left .btn a, #techno .inner .contents .block .btn a, #product-list .head .btn a, #product .inner .contents .block .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 60px;
  border: solid 1px #a48452;
  color: #0b60ca;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.08em;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  /* @include transition();
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#news .inner .left .btn a:hover, #techno .inner .contents .block .btn a:hover, #product-list .head .btn a:hover, #product .inner .contents .block .btn a:hover {
  opacity: 0.6;
}
#news .inner .left .btn a::after, #techno .inner .contents .block .btn a::after, #product-list .head .btn a::after, #product .inner .contents .block .btn a::after {
  content: "";
  background-image: url("../images/arrow.png");
  width: 65px;
  height: 6px;
  right: -35px;
  position: absolute;
}
@media (max-width: 767px) {
  #news .inner .left .btn a, #techno .inner .contents .block .btn a, #product-list .head .btn a, #product .inner .contents .block .btn a {
    width: 210px;
    height: 50px;
    font-size: 15px;
  }
  #news .inner .left .btn a::after, #techno .inner .contents .block .btn a::after, #product-list .head .btn a::after, #product .inner .contents .block .btn a::after {
    width: 45px;
    height: 4px;
    background-size: 100%;
    right: -25px;
  }
}

#news h2, #product-list .head h2 {
  font-size: 60px;
  color: #101010;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
}
#news h2 small, #product-list .head h2 small {
  font-weight: 400;
  font-size: 20px;
  display: block;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  #news h2, #product-list .head h2 {
    font-size: 40px;
  }
  #news h2 small, #product-list .head h2 small {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #news h2, #product-list .head h2 {
    font-size: 25px;
  }
  #news h2 small, #product-list .head h2 small {
    font-size: 12px;
  }
}

#news h2, #product-list .head h2 {
  margin-bottom: 50px;
  text-align: left;
}

#news, #techno, #product-list {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainslider img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 40px;
  width: 100%;
  letter-spacing: 0.08em;
  line-height: 1.75;
  padding-left: 10px;
  padding-right: 10px;
}
#mainimg .catch small {
  display: block;
  font-size: 16px;
  letter-spacing: 0.22em;
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch {
    font-size: 28px;
  }
  #mainimg .catch small {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider img {
    height: 300px;
  }
  #mainimg .catch {
    font-size: 18px;
    padding-top: 30px;
  }
  #mainimg .catch small {
    font-size: 13px;
    margin-top: 15px;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  background-image: url("../images/about-bg.webp");
  background-position: bottom;
  background-size: cover;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}
#about h2 {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
}
#about .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}
#about .inner .text {
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 2.0833333333;
  z-index: 2;
}
#about .inner .kenja {
  position: absolute;
  right: 10px;
  top: 50px;
}
#about .inner .kenja a {
  font-weight: 400;
  letter-spacing: 0.08em;
  transition: all 0.5s ease-out;
  color: #fff;
  text-decoration: none;
}
#about .inner .kenja a:hover {
  opacity: 0.6;
}
#about .inner .kenja .image {
  position: relative;
}
#about .inner .kenja .image img {
  width: 100%;
}
#about .inner .kenja .image .title {
  position: absolute;
  bottom: 20px;
  right: -17px;
}
#about .inner .kenja .image .title .logo {
  background-color: #a48452;
  padding-left: 10px;
  padding: 7px 20px;
}
#about .inner .kenja .image .title p {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #a48452;
  font-size: 20px;
  color: #fff;
  padding: 0 20px;
}
#about .inner .kenja .btn {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 10px;
}
#about .inner .kenja .btn img {
  margin-left: 5px;
}
@media (max-width: 1260px) {
  #about .inner {
    position: unset;
  }
  #about .inner .kenja {
    width: 47%;
    top: unset;
    bottom: 12vw;
  }
  #about .inner .kenja .image .title {
    right: -5px;
  }
  #about .inner .kenja .image .title .logo {
    padding: 5px 7px;
  }
  #about .inner .kenja .image .title p {
    padding: 0 7px;
  }
}
@media (max-width: 1199px) {
  #about h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  #about .inner .text {
    font-size: 20px;
  }
  #about .inner .kenja {
    width: 50%;
    top: unset;
    bottom: 9vw;
  }
  #about .inner .kenja .btn {
    font-size: 16px;
  }
  #about .inner .kenja .image .title {
    right: -5px;
  }
}
@media (max-width: 767px) {
  #about {
    padding-bottom: 70px;
    padding-top: 70px;
    background-position: center;
  }
  #about h2 {
    font-size: 15px;
  }
  #about .inner {
    display: block;
  }
  #about .inner .text {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  #about .inner .text p .sp {
    display: none;
  }
  #about .inner .kenja {
    position: unset;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  #about .inner .kenja .image .title .logo {
    padding: 4px 7px;
  }
  #about .inner .kenja .image .title .logo img {
    width: 260px;
  }
  #about .inner .kenja .image .title p {
    font-size: 16px;
    padding: 0 7px;
  }
  #about .inner .kenja .btn {
    font-size: 14px;
  }
  #about .inner .kenja .btn img {
    width: 45px;
  }
}

/* ----------------------------------------------
product
------------------------------------------------- */
#product {
  background-image: url("../images/product-bg.webp");
  background-size: cover;
  background-position: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding-top: 105px;
  overflow: hidden;
  padding-bottom: 135px;
}
#product .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
#product .inner h2 {
  font-size: 60px;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
#product .inner h2 small {
  font-size: 20px;
  letter-spacing: 0.08em;
  display: block;
  margin-left: 15px;
}
#product .inner .contents {
  width: 76%;
  margin-left: auto;
  padding-left: 30px;
}
#product .inner .contents .block .image {
  position: relative;
  margin-right: calc(50% - 50vw);
  width: calc((100vw - 1200px) / 2 + 880px);
}
#product .inner .contents .block .image img {
  width: 100%;
}
#product .inner .contents .block .image h3 {
  position: absolute;
  bottom: 40px;
  left: -30px;
  font-size: 50px;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #fff;
}
#product .inner .contents .block .image h3 p {
  line-height: 1.4705882353;
  padding: 0 15px;
  background-color: #a48452;
  width: -moz-fit-content;
  width: fit-content;
}
#product .inner .contents .block .text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-top: 20px;
}
#product .inner .contents .block .btn {
  margin-top: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 35px;
}
#product .inner .contents .block:nth-child(2) {
  margin-top: 60px;
}
#product .inner .contents .block:nth-child(2) .image h3 {
  font-size: 40px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
#product .inner .contents .block:nth-child(2) .image h3 small {
  display: block;
  font-size: 30px;
  letter-spacing: 0.08em;
  background-color: #a48452;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
}
#product .inner .contents .block:nth-child(2) .btn a {
  width: 260px;
  background-color: #a48452;
}
@media (max-width: 1199px) {
  #product .inner h2 {
    font-size: 40px;
  }
  #product .inner h2 small {
    font-size: 17px;
  }
  #product .inner .contents .block .image h3 {
    font-size: 34px;
    left: -5px;
  }
  #product .inner .contents .block .text {
    font-size: 18px;
  }
  #product .inner .contents .block:nth-child(2) .image h3 {
    font-size: 26px;
  }
  #product .inner .contents .block:nth-child(2) .image h3 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #product {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  #product .inner {
    display: block;
  }
  #product .inner h2 {
    writing-mode: unset;
    font-size: 25px;
    margin-bottom: 50px;
  }
  #product .inner h2 small {
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 12px;
  }
  #product .inner .contents {
    width: 100%;
    padding-left: 0;
  }
  #product .inner .contents .block .image {
    width: 100%;
  }
  #product .inner .contents .block .image img {
    min-height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #product .inner .contents .block .image h3 {
    font-size: 25px;
    bottom: 15px;
  }
  #product .inner .contents .block .image h3 p {
    padding: 0 7px;
  }
  #product .inner .contents .block .text {
    font-size: 14px;
  }
  #product .inner .contents .block:nth-child(2) .image h3 {
    font-size: 20px;
  }
  #product .inner .contents .block:nth-child(2) .image h3 small {
    font-size: 16px;
    padding: 0 7px;
  }
  #product .inner .contents .block:nth-child(2) .btn a {
    width: 220px;
  }
}

/* ----------------------------------------------
product-list
------------------------------------------------- */
#product-list {
  padding-top: 105px;
  padding-bottom: 80px;
  position: relative;
}
#product-list::before {
  content: "";
  background-image: url("../images/productlist-bg.webp");
  background-position: center;
  background-size: cover;
  width: calc((100% - 1200px) / 2 + 240px);
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}
#product-list .head {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product-list .head .btn {
  padding-right: 35px;
}
#product-list .head .btn a {
  color: #101010;
}
#product-list .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
}
#product-list .inner .category {
  margin-right: 20px;
}
#product-list .inner .category .title {
  color: #002c57;
  font-size: 24px;
  margin-bottom: 20px;
}
#product-list .inner .category ul li a {
  font-size: 20px;
  color: #002c57;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
  transition: all 0.5s ease-out;
  line-height: 1.3;
  display: flex;
}
#product-list .inner .category ul li a:hover {
  opacity: 0.6;
}
#product-list .inner .category ul li a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #002c57;
  left: 0;
  top: 10px;
}
#product-list .inner .category ul li:not(:first-child) {
  margin-top: 14px;
}
#product-list .inner .category ul li span a {
  color: #a48452;
}
#product-list .inner .category ul li span a::before {
  background-color: #a48452;
}
#product-list .inner .contents {
  display: flex;
  flex-wrap: wrap;
  width: 71.2%;
  gap: 0 4.25%;
}
#product-list .inner .contents .block {
  width: 30.5%;
}
#product-list .inner .contents .block a {
  transition: all 0.5s ease-out;
  text-decoration: none;
}
#product-list .inner .contents .block a:hover {
  opacity: 0.6;
}
#product-list .inner .contents .block .image {
  border: solid 2px #002c57;
}
#product-list .inner .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 256/200;
}
#product-list .inner .contents .block .cate {
  margin-top: 15px;
}
#product-list .inner .contents .block .cate ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#product-list .inner .contents .block .cate ul li {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
}
#product-list .inner .contents .block .cate ul li a {
  transition: all 0.5s ease-out;
  color: #fff;
  font-weight: 600;
  padding: 4px 10px;
  background-color: #002c57;
  display: flex;
  line-height: 1.625;
}
#product-list .inner .contents .block .cate ul li a:hover {
  opacity: 0.6;
}
#product-list .inner .contents .block .title {
  color: #101010;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.3333333333;
  margin-top: 7px;
}
#product-list .inner .contents .block:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 1600px) {
  #product-list::before {
    width: 27.5%;
  }
}
@media (max-width: 767px) {
  #product-list {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #product-list::before {
    width: 100%;
  }
  #product-list .head {
    display: block;
  }
  #product-list .head .btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #product-list .inner {
    display: block;
  }
  #product-list .inner .category {
    margin-top: 40px;
    margin-right: 0;
  }
  #product-list .inner .category .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #product-list .inner .category ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
  }
  #product-list .inner .category ul li a {
    font-size: 14px;
    padding-left: 12px;
  }
  #product-list .inner .category ul li a::before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
  #product-list .inner .category ul li:not(:first-child) {
    margin-top: 0px;
  }
  #product-list .inner .contents {
    width: 100%;
    flex-wrap: wrap;
    gap: unset;
    justify-content: space-between;
    margin-top: 40px;
  }
  #product-list .inner .contents .block {
    width: 48%;
  }
  #product-list .inner .contents .block .cate {
    margin-top: 10px;
  }
  #product-list .inner .contents .block .cate ul {
    gap: 7px;
  }
  #product-list .inner .contents .block .cate ul li a {
    font-size: 13px;
    padding: 2px 6px;
  }
  #product-list .inner .contents .block .title {
    font-size: 14px;
  }
  #product-list .inner .contents .block:nth-child(n+3) {
    margin-top: 40px;
  }
}

/* ----------------------------------------------
techno
------------------------------------------------- */
#techno {
  background-image: url("../images/product-bg.webp");
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 125px;
}
#techno .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#techno .inner .contents {
  display: flex;
  justify-content: space-between;
}
#techno .inner .contents .block {
  width: 47.4576271186%;
  display: flex;
  flex-direction: column;
}
#techno .inner .contents .block .image {
  position: relative;
}
#techno .inner .contents .block .image h3 {
  font-size: 34px;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: -20px;
}
#techno .inner .contents .block .image h3 p {
  letter-spacing: 0.08em;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.8;
  padding: 0 20px;
  background-color: #a48452;
}
#techno .inner .contents .block .image h3 small {
  display: block;
  font-size: 20px;
  letter-spacing: 0.08em;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
  padding: 3px 20px;
  background-color: #a48452;
}
#techno .inner .contents .block .text {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 30px;
}
#techno .inner .contents .block .btn {
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 35px;
}
@media (max-width: 1260px) {
  #techno .inner {
    position: unset;
  }
  #techno .inner .contents .block .image h3 {
    left: -5px;
  }
}
@media (max-width: 1199px) {
  #techno .inner .contents .block .image h3 {
    font-size: 26px;
  }
  #techno .inner .contents .block .image h3 small {
    font-size: 18px;
  }
  #techno .inner .contents .block .text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #techno {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #techno .inner .contents {
    display: block;
  }
  #techno .inner .contents .block {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #techno .inner .contents .block .image h3 {
    font-size: 22px;
  }
  #techno .inner .contents .block .image h3 p {
    padding: 0 7px;
  }
  #techno .inner .contents .block .image h3 small {
    font-size: 15px;
    padding: 2px 7px;
  }
  #techno .inner .contents .block .text {
    font-size: 14px;
  }
  #techno .inner .contents .block:nth-child(2) {
    margin-top: 45px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  padding-top: 100px;
  padding-bottom: 130px;
  letter-spacing: 0.08em;
  overflow: hidden;
  position: relative;
}
#news h2 {
  margin-bottom: 40px;
}
#news .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
#news .inner .left {
  width: 68%;
  flex-shrink: 0;
}
#news .inner .left .btn {
  margin-top: 60px;
}
#news .inner .left .btn a {
  color: #101010;
}
#news .inner .image {
  padding-left: 50px;
  margin-right: calc(50% - 50vw);
  width: calc((100vw - 1200px) / 2 + 380px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#news .inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#news article a {
  display: flex;
  padding: 0 10px 10px 10px;
  border-bottom: solid 1px #f3f3f3;
  text-decoration: none;
  color: #101010;
  transition: all 0.5s ease-out;
}
#news article a:hover {
  opacity: 0.6;
}
#news article a time {
  display: block;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 2.1428571429;
  letter-spacing: 0.08em;
  margin-right: 30px;
  font-weight: 600;
  color: #002c57;
}
#news article a .text {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.875;
  font-weight: 600;
}
#news article + article {
  margin-top: 25px;
}
@media (max-width: 1600px) {
  #news .inner .image {
    width: 36vw;
  }
}
@media (max-width: 1199px) {
  #news .inner .left {
    width: 100%;
  }
  #news .inner .image {
    display: none;
  }
}
@media (max-width: 767px) {
  #news {
    padding-top: 70px;
    padding-bottom: 75px;
    /* //画像あり
    article {
      flex-wrap: wrap;
       padding: 0 10px 5px 10px;
       & + article {
         margin-top: 30px;
       }
       time {
         margin-right: 0px;
       }
       .text {
         margin-top: 10px;
         width: 100%;
         font-size: 14px;
       }
     }
     */
  }
  #news .inner .left {
    width: 100%;
  }
  #news .inner .image {
    display: none;
  }
  #news .inner .btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-right: 25px;
  }
  #news article a {
    display: block;
    padding: 0 7px 5px 7px;
    /* カテゴリーあり
    flex-wrap: wrap;
    .cate {
      margin-right: 0px;
    }
     */
  }
  #news article a + article {
    margin-top: 30px;
  }
  #news article a time {
    font-size: 14px;
    margin-right: 0px;
  }
  #news article a .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
map
------------------------------------------------- */
#map iframe {
  width: 100%;
  height: 600px;
  display: block;
}
@media (max-width: 1199px) {
  #map iframe {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #map iframe {
    height: 240px;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- *//*# sourceMappingURL=index.css.map */