@charset "utf-8";
/* CSS Document */
p span, h2 span {
  display: inline-block;
}
.youtube_wrap {
  background-color: #F7F7F7;
}
.youtube_wrap .titlebox {
  flex-direction: column;
}
.youtube_wrap .titlebox img {
  width: 15%;
}

.more-youtube .more-title {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 10px;
  color: #0158A6;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.more-youtube .more-title::before, .more-youtube .more-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25px;
  height: 1.5px;
  background-color: #0158A6;
  transform-origin: center;
}
.more-youtube .more-title::before {
  left: -10%;
  transform: rotate(65deg);
}
.more-youtube .more-title::after {
  right: -10%;
  transform: rotate(-65deg);
}
.more-youtube .more-title p {
  letter-spacing: 0.2em;
}
.more-youtube img {
  max-width: 280px;
}
.more-youtube i {
  margin-left: 20px;
  color: #fff;
  font-size: 14px;
  background-color: #0158A6;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.more-youtube a:hover i {
  transform: translateX(5px);
}
.cate1 .box_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1480px;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.cate1 .bg-green {
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #FDFBF0;
  border-radius: 15px;
  z-index: 1;
  transform: translateY(25%);
}
.cate1 .box-item {
  position: relative;
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.cate1 .imgbox {
  width: 40%;
}
.cate1 .imgbox img {
  width: 100%;
  height: auto;
  display: block;
}
.cate1 .txtbox {
  width: 50%;
  height: 90%;
}
.cate1 .concept-label {
  position: relative;
  display: flex;
  align-items: center;
}
.cate1 .concept-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #E2BD25;
  margin-right: 10px;
}
/* ---------- cate2 ---------- */
.cate2 .box_wrap {
  max-width: 1480px;
  margin: 0 auto;
  gap: 20px;
  align-items: stretch;
}
.cate2 .box_wrap .box-item {
  width: calc((100% - 40px) / 3);
  flex-direction: column;
  flex: 1;
}
.cate2 .box_wrap2 {
  max-width: 1480px;
  margin: 0 auto;
}
.cate2 .box_wrap2 .bottombox {
  column-gap: 10px;
  row-gap: 30px;
  flex-wrap: wrap;
}
.cate2 .box_wrap2 .bottombox .box-item {
  width: calc((100% - 40px) / 5);
}
.cate2 .box_wrap2 .linebox {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.cate2 .box_wrap2 .linebox p {
  margin-right: 30px;
  white-space: nowrap;
}
.cate2 .box_wrap2 .linebox::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #E2BD25;
}
/* ---------- cate3 ---------- */
.cate3 .box_wrap {
  background-color: #FDFBF0;
  max-width: 1480px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: center;
  gap: 20px;
}
.cate3 .box_wrap .box-item {
  background-color: #fff;
  border: #EAD064 solid 1px;
  padding: 20px;
  border-radius: 10px;
  min-width: 250px;
}
/* ---------- cate4 ---------- */
.cate4 {
  background-color: #EAD064;
}
.cate4 .box_wrap {
  background-color: #FDFBF0;
  position: relative;
  padding: 80px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  overflow: visible;
  margin-top: 60px;
  max-width: 1480px;
  margin: 0 auto;
}
.cate4 .titlebox1 {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.cate4 .titlebox1 .bgitem {
  background-image: url("https://hashimoto-tane.net/system_panel/uploads/images/seeds-titlebg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: inline-block;
  width: 500px;
  height: 100px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
}
.cate4 .box-item {
  gap: 70px;
}
.cate4 .box-item .imgbox {
  width: calc(50% - 35px);
}
.cate4 .box-item .imgbox img {
  border-radius: 10px;
}
.cate4 .box-item .txtbox {
  width: calc(50% - 35px);
  justify-content: flex-start;
}
.cate4 .titlebox2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cate4 .titlebox2 h3 {
  position: relative;
  padding: 0 20px;
  font-weight: bold;
}
.cate4 .titlebox2 h3::before, .cate4 .titlebox2 h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25px;
  height: 1.5px;
  background-color: #333;
  transform-origin: center;
}
.cate4 .titlebox2 h3::before {
  left: -10%;
  transform: rotate(65deg);
}
.cate4 .titlebox2 h3::after {
  right: -10%;
  transform: rotate(-65deg);
}
.cate4 .point-box {
  background-color: #fff;
  border: #E2BD25 solid 1px;
  border-radius: 10px;
  padding: 40px 70px;
}
.cate4 .point-box .point-item {
  gap: 40px;
  flex-direction: column;
}
.cate4 .point-box .point-item .item {
  gap: 50px;
  align-items: stretch;
  width: 100%;
}
.cate4 .point-box .point-item .item .leftbox {
  width: calc(40% - 25px);
  padding-right: 20px;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.cate4 .point-box .point-item .item .leftbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #E2BD25;
}
.cate4 .point-box .point-item .item .rightbox {
  width: calc(60% - 25px);
  justify-content: flex-start;
}
.cate4 .point-box .point-item .item .num-label {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #383838;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cate4 .moon-box .title-box {
  flex-direction: column;
}
.cate4 .moon-box .title-box img {
  width: 4%;
  margin-bottom: 5px;
}
.cate4 .moon-box .item_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
.cate4 .moon-box .item_wrap .box-item2 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cate4 .moon-box .item_wrap .box-item2 .imgbox img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
}
.cate4 .moon-box .item_wrap .box-item2 .txtbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .cate4 .point-box .point-item .item {
    flex-direction: column;
    gap: 20px;
  }
  .cate4 .point-box .point-item .item .leftbox {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .cate4 .point-box .point-item .item .leftbox::after {
    /* 右の縦線 → 下の横線に変更 */
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #E2BD25;
  }
  .cate4 .point-box .point-item .item .rightbox {
    width: 100%;
  }
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .cate1 .box-item {
    width: 90%;
  }
  .cate1 .imgbox {
    width: 25%;
  }
  .cate1 .txtbox {
    width: 70%;
  }
  .cate4 .box-item {
    flex-direction: column;
    gap: 50px;
  }
  .cate4 .box-item .imgbox {
    width: 100%;
  }
  .cate4 .box-item .txtbox {
    width: 100%;
  }
  .cate4 .moon-box .item_wrap .box-item2 .txtbox p {
    text-align: left;
  }
  .cate4 .moon-box .item_wrap {
    display: flex;
    flex-direction: column;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .cate1 .box_wrap {
    padding-bottom: 0px;
  }
  .cate1 .bg-green {
    height: 75%;
  }
  .cate1 .box-item {
    flex-direction: column;
  }
  .cate1 .imgbox {
    width: 60%;
    margin: 40px;
  }
  .cate1 .txtbox {
    width: 90%;
    margin-bottom: 40px;
  }
  .cate2 .box_wrap {
    flex-direction: column;
    align-items: center;
  }
  .cate2 .box_wrap .box-item {
    width: 80%;
  }
  .cate2 .box_wrap2 .bottombox {
    flex-direction: column;
    align-items: center;
  }
  .cate2 .box_wrap2 .bottombox .box-item {
    width: 80%;
  }
  .cate4 .box_wrap {
    background-color: #FDFBF0;
    position: relative;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    overflow: visible;
    margin-top: 60px;
    max-width: 1480px;
    margin: 0 auto;
  }
  .cate4 .point-box {
    padding: 40px 50px;
  }
  .cate4 .box-item {
    gap: 30px;
  }
  .cate4 .point-box .point-item {
    gap: 20px;
  }
  .cate4 .moon-box .item_wrap {
    gap: 30px;
  }
  .cate4 .moon-box .title-box img {
    width: 8%;
  }
  .cate4 .titlebox1 .bgitem {
    width: 380px;
    height: 70px;
  }
  .cate4 .point-box .point-item .item .num-label {
    width: 24px;
    height: 24px;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .cate4 .titlebox1 .bgitem {
    width: 330px;
    height: 60px;
  }
  .cate4 .box_wrap {
    padding: 20px;
  }
  .cate4 .point-box {
    padding: 20px;
  }
  .cate4 .point-box .point-item {
    gap: 30px;
  }
  .cate4 .point-box .point-item .item .leftbox {
    padding-bottom: 10px;
  }
  .cate4 .point-box .point-item .item .leftbox h4 {
    font-size: 14px;
  }
  .more-youtube img {
    width:
      180px;
  }
  .more-youtube .more-title {
    width: 60%;
  }
  .more-youtube .more-title::before {
    left: -7%;
  }
  .more-youtube .more-title::after {
    right: -7%;
  }
  .more-youtube {
    padding: 30px 0;
  }
  .more-youtube img {
    width: 180px;
  }
  /* ---------- 350px ~ ---------- */
  @media screen and (max-width: 350px) {}