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

#keyview{
  width: 100%;
  position: relative;
  height: 476px;
}
.bg_keyview{
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 476px;
  position: relative;
  overflow: hidden;
}
.bg_keyview img{
  width: 100%;
  height: auto;
  min-width: 1366px;
  position: absolute;
  top:0;
  left: 0;
  z-index: -1;
}
#keyview h2{
  position: absolute;
  top: 45%;
  left:50%;
  font-size: 48px;
  line-height: 58px;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-weight: 700;
  transform:translateX(-45%) translateY(50%);
  -webkit- transform:translateX(-45%) translateY(50%);
  z-index: 11;
}
#keyview h2 span{
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 29px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  z-index: 11;
}
#keyview h2 span::before{
  content: '';
  position: absolute;
  top: 15px;
  left: -10px;
  background-color: #FFF;
  width: 15px;
  height: 6px;
}
#keyview h2 span::after{
  content: '';
  position: absolute;
  top: 15px;
  right: -10px;
  background-color: #FFF;
  width: 15px;
  height: 6px;
}


/* cont_business */
#cont_business{
  position: relative;
  width: 1200px;
  margin: 100px auto 160px;

}
#cont_business h3{
  width: 590px;
  font-size: 45px;
  line-height: 58px;
  color: #0000FF;
  font-family: "Noto Serif JP";
  font-weight: 700;
}
.br_sp{
  display: none;
}
.business_img{
  position: absolute;
  top: 0;
  left: 50%;
  width: 683px;
}
.business_img img{
  width: 100%;
}
.business_txt{
  width: 570px;
}
.business_txt p{
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.5em;
  color: #2b2b2b;
}
.br_p{
  display: block;
  margin: 1em 0 1em;
  font-size: 18px;
  line-height: 1.5em;
  color: #2b2b2b;
}

/* bg_wrap */
#bg_wrap{
  width: 100%;
  background-color: #FAFAF7;
  padding: 100px 0 160px;
}
#cont_category{
  width: 1200px;
  margin: 0 auto 0;
  padding-bottom: 160px;
  overflow: hidden;
}
#cont_category h3{
  font-size: 48px;
  line-height: 50px;
  color: #0000FF;
  font-family: "Noto Serif JP";
  font-weight: 700;
  text-align: center;
}
#cont_category h3 br{
  display: none;
}
#category_card{
  width: 100%;
  margin: 60px 0 0 10px;
}
#category_card li{
  float: left;
  width: 575px;
  margin: 30px 0 0 30px;
  padding: 30px 0 30px;
  background-color: #FFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
#category_card li:nth-child(odd){
  margin-left: 0;
}
#category_card li:nth-child(1),
#category_card li:nth-child(2) {
  margin-top: 0;
}
#category_card li:last-child {
  padding: 30px 0 30px;
}
.category_list{
  width: 525px;
  margin: 0 auto 0;
}
.category_list_img{
  width: 100%;
  height: 375px;
  overflow: hidden;
}
.category_list_img img{
  width: auto;
  height: 100%;
}
.category_list h4{
  margin-top: 10px;
  font-size: 28px;
  line-height: 50px;
  color: #0000FF;
  font-weight: 700;
}
.category_list p{
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.5em;
  color: #2b2b2b;
}
.category_list_detail{
  width: 100%;
}
.category_list_detail ul{
  display: flex;
}
.category_list_detail li{
  float: none!important;
  width: auto!important;
  margin: 20px 0 0 5px!important;
  padding: 10px 15px 10px!important;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  background-color: #FFD100!important;
}
.category_list_detail li:nth-child(1){
  margin-left: 0px;
}
.category_list_last{
  width: 525px;
  height: 565px;
  margin: 0 auto 0;
}
.category_list_last img{
  width: 100%;
  height: 565px;
}


/* cont_maker */
#cont_maker{
  clear: both;
  width: 1200px;
  margin: 0 auto 160px;
}
#cont_maker h3{
  font-size: 48px;
  line-height: 50px;
  color: #0000FF;
  font-family: "Noto Serif JP";
  font-weight: 700;
  text-align: center;
}
.kind_maker{
  width: 100%;
  margin: 60px 0 0;
  padding: 0 0 30px;
  background-color: #FFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.kind_maker ul{
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* ロゴ間のスペース */
}
.kind_maker li{
  width: 200px;    /* 枠の幅統一 */
  height: 100px;   /* 枠の高さ統一 */
  display: flex;
  align-items: center;   /* 縦中央 */
  justify-content: center; /* 横中央 */
  box-sizing: border-box;
}
.kind_maker li img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* 比率を保って収める */
}
.kind_maker p{
  clear: both;
  width: 1065px;
  margin: 0 auto;
  text-align: right;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}

/* cont_product */
#cont_product{
  width: 1200px;
  margin: 0 auto;
}
#cont_product h3{
  font-size: 48px;
  line-height: 50px;
  color: #0000FF;
  font-family: "Noto Serif JP";
  font-weight: 700;
  text-align: center;
}
.product_list{
  display: flex;
  background-color: #FFF;
  width: 1170px;
  margin: 60px 0 0;
  padding: 30px 0 30px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.product_list p{
  width: 600px;
  font-size: 18px;
  line-height: 1.5em;
  color: #2B2B2B;
}
.br_p{
  display: inline-block;
  margin-top: 1em;
  font-size: 18px;
  line-height: 1.5em;
  color: #2B2B2B;
}
.br_p a{
  font-size: 18px;
  line-height: 1.5em;
  color: #0056B3;
  font-weight: 700;
  text-decoration: underline;
}
.br_p a:hover{
  color: #2563EB;
}
.product_list_btn{
  position: relative;
  width: 510px;
  height: 160px;
  margin-left: 30px;
  background-color: #FFD100;
}
.product_list_btn::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  transform:translateY(-50%);
  background: url(../images/business_icon_product01.png)no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
}
.product_list_btn::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform:translateY(-50%);
  background: url(../images/business_icon_arrow.png)no-repeat;
  background-size: cover;
  width: 17px;
  height: 24px;
}
.product_list_btn a{
  display: block;
  width: 510px;
  font-size: 32px;
  line-height:160px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}
.product_list_btn:hover{
  background-color: #0000FF
}



/* cont_check */
#cont_check{
  width: 100%;
  margin: 100px auto 160px;
}
.check{
  width: 1200px;
  margin: 0 auto;
}
.check h3{
  font-size: 48px;
  line-height: 50px;
  color: #0000FF;
  font-family: "Noto Serif JP";
  font-weight: 700;
  text-align: center;
}
.check ul{
  display: flex;
  width: 100%;
  margin: 90px 0 60px;
}
.check li{
  width: 280px;
  margin-left: 30px;
  padding: 130px 0 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.check li:first-child{
  margin-left: 0px;
}
.check li p{
  padding: 10px 15px 0px;
  font-size: 16px;
  line-height: 1.5em;
  color: #2b2b2b;
}
.check01{
  position: relative;
  width: calc(100% - 2px);
  margin: 0 auto;
}
.check01::before{
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform:translateX(-50%);
  background: url(../images/business_icon_check01.png)no-repeat;
  background-size: cover;
  width: 95px;
  height: 70px;
}
.check01 h4{
  padding: 10px 15px 10px;
  background-color: #0086FF;
  font-size: 28px;
  line-height: 1.5em;
  color: #FFF;
  text-align: center;
}
.check02{
  position: relative;
  width: calc(100% - 2px);
  margin: 0 auto;
}
.check02::before{
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform:translateX(-50%);
  background: url(../images/business_icon_check02.png)no-repeat;
  background-size: cover;
  width: 95px;
  height: 70px;
}
.check02 h4{
  padding: 10px 15px 10px;
  background-color: #FFD100;
  font-size: 28px;
  line-height: 1.5em;
  color: #FFF;
  text-align: center;
}
.check03{
  position: relative;
  width: calc(100% - 2px);
  margin: 0 auto;
}
.check03::before{
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform:translateX(-50%);
  background: url(../images/business_icon_check03.png)no-repeat;
  background-size: cover;
  width: 95px;
  height: 70px;
}
.check03 h4{
  padding: 10px 15px 10px;
  background-color: #3939AA;
  font-size: 28px;
  line-height: 1.5em;
  color: #FFF;
  text-align: center;
}
.check04{
  position: relative;
  width: calc(100% - 2px);
  margin: 0 auto;
}
.check04::before{
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform:translateX(-50%);
  background: url(../images/business_icon_check04.png)no-repeat;
  background-size: cover;
  width: 95px;
  height: 70px;
}
.check04 h4{
  padding: 10px 15px 10px;
  background-color: #406180;
  font-size: 28px;
  line-height: 1.5em;
  color: #FFF;
  text-align: center;
}
.check p{
  font-size: 18px;
  line-height: 1.5em;
  color: #2B2B2B;
}
.br_p{
  display: block;
  margin-top: 1em;
  font-size: 18px;
  line-height: 1.5em;
  color: #2B2B2B;
}



/*スマホ*/
@media (max-width: 767px){
  #keyview{
    width: 100%;
    height: 395px;
  }
  .bg_keyview{
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 395px;
    overflow: hidden;
  }
  .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top:-10%;
    left: -150%;
  }
  #keyview h2{
    position: absolute;
    top: 40%;
    left:50%;
    font-size: 32px;
    line-height: 1.5em;
    color: #FFF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    transform:translateX(-50%) translateY(40%);
    -webkit- transform:translateX(-50%) translateY(40%);
    z-index: 60;
  }
  #keyview h2 span{
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    z-index: 11;
  }
  #keyview h2 span::before{
    content: '';
    position: absolute;
    top: 13px;
    left: 5px;
    background-color: #FFF;
    width: 10px;
    height: 3px;
  }
  #keyview h2 span::after{
    content: '';
    position: absolute;
    top: 13px;
    right: 5px;
    background-color: #FFF;
    width: 10px;
    height: 3px;
  }
  /* cont_business */
  #cont_business{
    position: static;
    width: calc(100% - 20px);
    margin: 50px auto 80px;

  }
  #cont_business h3{
    width: 100%;
    font-size: 28px;
    line-height: 34px;
    color: #0000FF;
    font-family: "Noto Serif JP";
    font-weight: 700;
  }
  .br_sp{
    display: block;
  }
  .business_img{
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    margin: 30px 0 0px;
  }
  .business_img img{
    width: 100%;
  }
  .business_txt{
    width: 100%;
  }
  .business_txt p{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5em;
    color: #2b2b2b;
  }
  .br_p{
    display: block;
    margin: 1em 0 1em;
    font-size: 16px;
    line-height: 1.5em;
    color: #2b2b2b;
  }

  /* bg_wrap */
  #bg_wrap{
    width: 100%;
    background-color: #FAFAF7;
    padding: 50px 0 80px;
  }
  #cont_category{
    width: calc(100% - 20px);
    margin: 0 auto 0;
    padding-bottom: 80px;
    overflow: hidden;
  }
  #cont_category h3{
    font-size: 28px;
    line-height: 38px;
    color: #0000FF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    text-align: center;
  }
  #cont_category h3 br{
    display: block;
  }
  #category_card{
    width: 100%;
    margin: 30px 0 0;
  }
  #category_card li{
    float: none;
    width: calc(100% - 20px);
    margin: 10px auto;
    padding: 15px 0 30px;
    background-color: #FFF;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }
  #category_card li:nth-child(odd){
    margin-left: auto;
  }
  #category_card li:nth-child(1),
  #category_card li:nth-child(2) {
    margin-top: 0;
  }
  #category_card li:last-child {
    padding: 15px 0 30px;
  }
  .category_list{
    width: calc(100% - 30px);
    margin: 0 auto 0;
  }
  .category_list_img{
    width: 100%;
    height: auto;
  }
  .category_list_img img{
    width: 100%;
    height: auto;
  }
  .category_list h4{
    margin-top: 0px;
    font-size: 20px;
    line-height: 50px;
    color: #0000FF;
    font-weight: 700;
  }
  .category_list p{
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.5em;
    color: #2b2b2b;
  }
  .category_list_detail{
    width: 100%;
  }
  .category_list_detail ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .category_list_detail li{
    float: none!important;
    width: auto!important;
    margin: 5px 0 0 5px!important;
    padding: 5px 10px 5px!important;
    box-shadow: none !important;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    background-color: #FFD100!important;
    white-space: nowrap;
  }
  .category_list_detail li:nth-child(1){
    margin-left: 0px;
  }
  .category_list_last{
    width: calc(100% - 30px);
    height: auto;
    margin: 0 auto 0;
  }
  .category_list_last img{
    width: 100%;
    height: auto;
  }

  /* cont_maker */
  #cont_maker{
    clear: both;
    width: 100%;
    margin: 0 auto 80px;
  }
  #cont_maker h3{
    font-size: 28px;
    line-height: 38px;
    color: #0000FF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    text-align: center;
  }
  .kind_maker {
    width: calc(100% - 60px);
    margin: 30px auto 0;
    padding: 0 15px 15px;
    background-color: #FFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

  .kind_maker ul {
    display: flex;
    flex-wrap: nowrap; /* 折り返さない */
    justify-content: flex-start !important; /* 中央寄せを上書き */
    gap: 10px;
    width: auto;
    margin: 0 auto 30px;
    padding: 30px 15px 30px 0px;
    overflow-x: scroll;   /* 横スクロール有効化 */
    overflow-y: hidden; /* 縦スクロールは消す */
    -webkit-overflow-scrolling: touch; /* スムーズスクロール */
    white-space: nowrap; /* 横並び強制（float不要） */
    list-style: none;
  }

  .kind_maker li {
    flex: 0 0 auto;  /* 縮まない・伸びない */
    width: 160px;    /* 枠の幅（スマホ用） */
    height: 80px;    /* 枠の高さ（スマホ用） */
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #fff; /* 任意：背景つけると見やすい */
  }

  .kind_maker li img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .kind_maker p{
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
  }
  /* cont_product */
  #cont_product{
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  #cont_product h3{
    font-size: 28px;
    line-height: 38px;
    color: #0000FF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    text-align: center;
  }
  .product_list{
    display: block;
    width: 100%;
    margin: 30px 0 0;
    padding: 20px 0 20px 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  .product_list p{
    width: calc(100% - 30px);
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5em;
    color: #2B2B2B;
  }
  .br_p{
    display: block;
    margin-top: 1em;
    font-size: 16px;
    line-height: 1.5em;
    color: #2B2B2B;
  }
  .br_p a{
    font-size: 16px;
    line-height: 1.5em;
    color: #0056B3;
    text-decoration: underline;
  }
  .product_list_btn{
    position: relative;
    width: calc(100% - 30px);
    height: 100px;
    margin: 30px auto 0;
    background-color: #FFD100;
  }
  .product_list_btn::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform:translateY(-50%);
    background: url(../images/business_icon_product01.png)no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
  }
  .product_list_btn::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform:translateY(-50%);
    background: url(../images/business_icon_arrow.png)no-repeat;
    background-size: cover;
    width: 12px;
    height: 18px;
  }
  .product_list_btn a{
    display: block;
    width: 100%;
    font-size: 18px;
    line-height:100px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
  }
  .product_list_btn:hover{
    background-color: #0000FF
  }

  /* cont_check */
  #cont_check{
    width: 100%;
    margin: 50px auto 80px;
  }
  .check{
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .check h3{
    font-size: 28px;
    line-height: 38px;
    color: #0000FF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    text-align: center;
  }
  .check ul{
    display: block;
    width: 100%;
    margin: 30px 0 30px;
  }
  .check li{
    width: 100%;
    margin: 10px 0 0 0;
    padding: 130px 0 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  }
  .check li:first-child{
    margin: 0 0 0 0px;
  }
  .check li p{
    padding: 10px 15px 0px;
    font-size: 14px;
    line-height: 1.5em;
    color: #2b2b2b;
  }
  .check01{
    position: relative;
    width: calc(100% - 2px);
    margin: 0 auto;
  }
  .check01::before{
    content: '';
    position: absolute;
    top: -80%;
    left: 50%;
    transform:translateX(-50%);
    background: url(../images/business_icon_check01.png)no-repeat;
    background-size: cover;
    width: 95px;
    height: 70px;
  }
  .check01 h4{
    padding: 10px 15px 10px;
    background-color: #0086FF;
    font-size: 24px;
    line-height: 1.5em;
    color: #FFF;
    text-align: center;
  }
  .check02{
    position: relative;
    width: calc(100% - 2px);
    margin: 0 auto;
  }
  .check02::before{
    content: '';
    position: absolute;
    top: -80%;
    left: 50%;
    transform:translateX(-50%);
    background: url(../images/business_icon_check02.png)no-repeat;
    background-size: cover;
    width: 95px;
    height: 70px;
  }
  .check02 h4{
    padding: 10px 15px 10px;
    background-color: #FFD100;
    font-size: 24px;
    line-height: 1.5em;
    color: #FFF;
    text-align: center;
  }
  .check03{
    position: relative;
    width: calc(100% - 2px);
    margin: 0 auto;
  }
  .check03::before{
    content: '';
    position: absolute;
    top: -80%;
    left: 50%;
    transform:translateX(-50%);
    background: url(../images/business_icon_check03.png)no-repeat;
    background-size: cover;
    width: 95px;
    height: 70px;
  }
  .check03 h4{
    padding: 10px 15px 10px;
    background-color: #3939AA;
    font-size: 24px;
    line-height: 1.5em;
    color: #FFF;
    text-align: center;
  }
  .check04{
    position: relative;
    width: calc(100% - 2px);
    margin: 0 auto;
  }
  .check04::before{
    content: '';
    position: absolute;
    top: -80%;
    left: 50%;
    transform:translateX(-50%);
    background: url(../images/business_icon_check04.png)no-repeat;
    background-size: cover;
    width: 95px;
    height: 70px;
  }
  .check04 h4{
    padding: 10px 15px 10px;
    background-color: #406180;
    font-size: 24px;
    line-height: 1.5em;
    color: #FFF;
    text-align: center;
  }
  .check p{
    font-size: 16px;
    line-height: 1.5em;
    color: #2B2B2B;
  }
  .br_p{
    display: block;
    margin-top: 1em;
    font-size: 16px;
    line-height: 1.5em;
    color: #2B2B2B;
  }



}

@media (max-width: 767px) and (orientation:landscape){
  #keyview{
    width: 100%;
    height: 316px;
  }
  #keyview .bg_keyview{
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 316px;
    overflow: hidden;
  }
  #keyview .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top: -40%;
    left: -50%;
  }
  #keyview h2{
    font-size: 32px;
    color: #FFF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    position: absolute;
    top: 40%;
    left:50%;
    transform:translateX(-50%) translateY(40%);
    -webkit- transform:translateX(-50%) translateY(40%);
    z-index: 1;
  }
  .br_sp{
    display: none;
  }

}
