@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/

.btn {
  position: relative;
  border: 2px solid #ffd700;
  background-color: #ffd700;
  width: 100%;
  height: 60px;
}
.btn a {
  display: block;
  color: #000;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  background-color: #fff;
}
.btn02{
  position: relative;
  border: 1px solid #000;
  background-color:#FFF;
  width: 260px;
  height: 50px;
  border-radius: 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn02 a{
  display: block;
  color:#262626;
  width: 260px;
  margin-top: -1px;
  font-size:18px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.btn02:hover{
  border: 1px solid #43910E;
  background-color:#43910E;
}
.btn02 a:hover{
  color: #FFF;
}
.none_br {
  display: none;
}
a[href^="tel:"] {
  pointer-events: none;
}

img {
  width: 100%;
  height: 100%;
}

/*PC*/
/*keyview*/
#keyview {
  position: relative;
  width: 1366px;
  margin: 0 auto;
  height: 638px;
}
.bg_keyview {
  position: absolute;
  top: 110px;
  right: 0px;
  width: 680px;
}
.bg_keyview img {
  width: 100%;
}
.key_txt {
  position: absolute;
  top: 250px;
  left: 30px;
  width: 500px;
}
.key_txt h2 {
  font-size: 36px;
  line-height: 1.5em;
  color: #000;
  font-family: "Noto Serif JP";
  font-weight: 700;
  text-align: center;
}
.key_txt p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5em;
  color: #000;
  font-family: "Noto Serif JP";
  font-weight: 400;
  text-align: center;
}
#product_01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 250px;
  text-align: center;
  background-color: #fff;
}

#product_01 h3 {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 30px;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
}

#product_01 p {
  width: 1280px;
  margin: 0 auto;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

#product_02 {
  width: 1280px;
  margin: 0 auto;
}

.product_cont {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-left: 20px;
}

.product_top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 120px;
  background-color: #3b3b3b;
}

.product_cont span {
  width: 20px;
  height: 60px;
  font-family: "Noto Serif JP";
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
  color: #fff;
}

.product_cont .product_txt {
  margin-left: 40px;
}

.product_cont h3 {
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.product_cont p {
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 44px;
}

.product_table_02 {
  height: 500px;
  margin-left: 120px;
  margin-top: 40px;
}

.product_table_02 ul {
  width: 700px;
  float: left;
}

.product_table_02 .product_box {
  float: left;
}

.product_table_02 .product_btn_box {
  float: left;
  width: 410px;
}

#product_03 .product_cont {
  clear: both;
}

.product_list_02 h4 {
  font-family: "Noto Serif JP";
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
}

.product_list_02 p {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

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

.product_img {
  width: 410px;
  height: 385px;
}

.product_btn {
  margin: 50px auto 0;
}

#product_03 {
  width: 1280px;
  margin: 0 auto;
}
.product_cont {
  margin-top: 100px;
}
.product_table_03 {
  margin-top: 40px;
}

.product_table_03 ul {
  display: flex;
  justify-content: center;
  width: 1280px;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.product_table_03 ul li {
  display: flex;
  justify-content: center;
  width: 378px;
  height: 418px;
  padding: 9px;
  border: 1px solid #000;
  background-color: #fff;
}

.product_list_img {
  width: 380px;
  height: 245px;
}

.product_list_box p {
  text-align: center;
  margin-top: 40px;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

#product_04 {
  width: 1280px;
  margin: 110px auto;
  text-align: center;
}

#product_04 h3 {
  margin-bottom: 40px;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

#product_04 p {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

#product_04 p br {
  display: none;
}

/*スマホ*/
@media (max-width: 767px) {
  .btn02{
    position: relative;
    border: 1px solid #000;
    background-color:#FFF;
    width: 252px;
    height: 40px;
  }
  .btn02 a{
    display: block;
    color:#262626;
    width: 252px;
    margin-top: -1px;
    font-size:18px;
    font-family: "Noto Serif JP";
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
  }
  .btn02:hover{
    border: 1px solid #43910E;
    background-color:#43910E;
  }
  .btn02 a:hover{
    color: #FFF;
  }
  .none_br{
    display: block;
  }
  a[href^="tel:"] {
    pointer-events:auto;
  }

  #keyview{
    position: static;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .bg_keyview{
    position: static;
    top: auto;
    right: auto;
    width: calc(100% - 20px);
    margin: 25px auto 0;
  }
  .bg_keyview img{
    width: 100%;
  }
  .key_txt{
    position: static;
    top: auto;
    left: auto;
    width: calc(100% - 20px);
    margin: 70px auto 0;
  }
  .key_txt h2{
    font-size: 24px;
    line-height: 1.5em;
    color: #000;
    font-family: "Noto Serif JP";
    font-weight: 700;
    text-align: center;
  }
  .key_txt p{
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    font-family: "Noto Serif JP";
    font-weight: 400;
    text-align: center;
  }
  #product_01 {
    width: 100%;
    height: auto;
    margin-top: 80px;
    padding: 25px 0 35px;
    background-color: #4e4e4e;
  }
  #product_01 h3 {
    width: calc(100% - 40px);
    line-height: 1.5em;
    font-size: 22px;
    color: #fff;
  }

  #product_01 p {
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
  }

  #product_01 p br {
    display: none;
  }

  #product_02 {
    width: calc(100% - 20px);
    margin-top: 80px;
  }
  .product_cont {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
  }

  #product_02 .product_top {
    width: 35px;
    height: 65px;
  }

  .product_cont span {
    width: 10px;
    height: 40px;
    font-size: 11px;
    line-height: 20px;
  }

  .product_cont .product_txt {
    display: flex;
    flex-direction: column;
    height: 65px;
    margin-left: 20px;
  }

  .product_cont h3 {
    margin-top: 0;
    font-size: 22px;
    line-height: 1.2em;
  }

  .product_cont p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }

  .product_table_02 {
    display: flex;
    margin: 35px auto 0;
    flex-direction: column;
    height: 100%;
  }

  .product_table_02 ul {
    width: calc(100% - 20px);
    margin: 20px auto 0;
    order: 2;
  }

  .product_list_02 h4 {
    font-size: 20px;
  }

  .product_list_02 p {
    font-size: 16px;
    margin: 15px 0 30px;
  }

  .product_table_02 .product_box {
    display: flex;
    justify-content: center;
    order: 1;
  }

  .product_img {
    width: calc(100% - 20px);
    height: 100%;
  }

  .product_table_02 .product_btn_box {
    width: 100%;
    margin: 0 auto;
    order: 3;
  }

  .product_btn {
    margin: 20px auto 0;
  }

  #product_03 {
    width: calc(100% - 20px);
    margin-top: 80px;
  }
  #product_03 .product_cont h3 {
    margin-top: 10px;
}
#product_03 .product_top {
  width: 25px;
  height: 65px;
}

  .product_table_03 ul {
    width: 350px;
    height: 100%;
    margin: 0 auto;
    gap: 10px;
  }

  .product_table_03 ul li {
    height: auto;
    padding-bottom: 10px;
  }

  .product_list_03 {
    width: 100%;
    height: 100%;
  }

  .product_list_img {
    width: 100%;
    height: auto;
  }

  .product_list_box p {
    margin-top: 10px;
    font-size: 16px;
  }

  #product_04 {
    width: 100%;
    margin: 60px auto 0;
  }

  #product_04 h3 {
    margin-bottom: 0;
    font-size: 21px;
  }

  #product_04 p {
    margin: 20px 0 0px;
    font-size: 16px;
    text-indent: -1em;
  }

  #product_04 p br {
    display: flex;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
}
