@charset "UTF-8";
/*
Theme Name: honeycomb
*/
img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
}

p {
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 16px;
  font-weight: 500;
}

li {
  list-style: none;
}

a {
  color: black;
  text-decoration: none;
}

article {
  margin: 32px 0;
}

.wrapper {
  width: 80%;
  margin: 0 auto;
  max-width: 1140px;
}
@media (max-width: 768px) {
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 768px) {
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.con {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .con {
    padding: 40px 0;
  }
}

#hani {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #481E00;
}
#hani .m1 {
  font-family: "M PLUS 1", sans-serif;
}
#hani h2 {
  font-size: clamp(24px, 2vw, 48px);
  color: #481E00;
  text-align: center;
  position: relative;
  z-index: 2;
}
#hani .red-box {
  display: inline-block;
  color: #F05A29;
  border: 1px solid #F05A29;
  padding: 10px 15px;
  text-align: center;
}
#hani .bg-title {
  font-size: clamp(64px, 8vw, 128px);
  color: #DEDEDE;
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  text-align: center;
  font-weight: 900;
}
@media (max-width: 768px) {
  #hani .bg-title {
    top: -50px;
  }
}
#hani .bg-title span {
  color: #F0DB71;
}
#hani .btn {
  display: block;
  margin: 60px auto 0;
  width: 305px;
  height: 79px;
  background-image: url(../../assets/img/btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#hani .top {
  height: 100vh;
  background-image: url(../../assets/img/top3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  #hani .top {
    background-image: url(../../assets/img/top4.jpg);
  }
}
@media (max-width: 576px) {
  #hani .top {
    height: 80vh;
  }
}

#hani .top .wrapper h1 {
  color: #fff;
  font-size: 64px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5019607843);
  font-size: clamp(40px, 2vw, 64px);
}
#hani .komaru {
  background-image: url(../../assets/img/komaru-bg2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 576px) {
  #hani .komaru {
    background-position: -1000px center;
  }
}
#hani .komaru section article p {
  text-align: center;
  color: #000;
}
#hani .komaru section:nth-of-type(1) {
  width: 55%;
  margin: 60px auto 60px 10%;
}
@media (max-width: 768px) {
  #hani .komaru section:nth-of-type(1) {
    width: 100%;
    margin: 60px 0;
  }
}
#hani .komaru section:nth-of-type(2) {
  width: 60%;
  margin: 60px 10% 60px auto;
}
@media (max-width: 768px) {
  #hani .komaru section:nth-of-type(2) {
    width: 100%;
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  #hani .komaru section:nth-of-type(2) .line-pc {
    display: none;
  }
}
#hani .komaru section:nth-of-type(2) .line-sp {
  display: none;
}
@media (max-width: 768px) {
  #hani .komaru section:nth-of-type(2) .line-sp {
    display: block;
  }
}
#hani .komaru section:nth-of-type(3) {
  width: 60%;
  margin: 60px auto 60px 5%;
}
@media (max-width: 768px) {
  #hani .komaru section:nth-of-type(3) {
    width: 100%;
    margin: 60px 0;
  }
}
#hani .yajirusi {
  margin-top: -10px;
}
#hani .kaiketu .flex-container {
  margin: 60px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hani .kaiketu .flex-container .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10%;
}
@media (max-width: 768px) {
  #hani .kaiketu .flex-container .left {
    margin-right: initial;
    margin-bottom: 40px;
  }
}
#hani .kaiketu .flex-container .left img {
  -webkit-box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.5019607843);
          box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.5019607843);
  margin: 0;
}
@media (max-width: 768px) {
  #hani .kaiketu .flex-container .left img {
    margin: 0 auto;
  }
}
#hani .kaiketu .flex-container .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#hani .kaiketu .tigai {
  border: 1px solid #DEDEDE;
  padding: 10px;
}
#hani .kaiketu .tigai h4 {
  font-size: 16px;
}
#hani .kaiketu .tigai p {
  font-size: 14px;
}
#hani .merit {
  position: relative;
  padding-top: 0;
  margin-top: 50px;
  background: linear-gradient(103.96deg, #FDF4D7 0%, rgba(253, 244, 215, 0) 100%);
}
#hani .merit .merit-item {
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.2509803922);
          box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.2509803922);
  width: 80%;
  margin: 40px 0 40px auto;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  #hani .merit .merit-item {
    width: 100%;
    padding: 20px;
  }
}
#hani .merit .merit-item .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
#hani .merit .merit-item .left img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(-50% - 20px);
  z-index: 1;
  aspect-ratio: 386/250;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #hani .merit .merit-item .left img {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
#hani .merit .merit-item .right {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#hani .merit .merit-item .right h4 {
  font-size: clamp(18px, 2vw, 20px);
}
#hani .demerit {
  position: relative;
  margin: 50px 0;
}
#hani .demerit .bg-title {
  top: -35px;
}
#hani .demerit article {
  margin: 60px 0;
}
#hani .demerit article h3 {
  font-size: clamp(18px, 2vw, 20px);
}
#hani .demerit article h3:before {
  content: url(../../assets/img/kurukuru-left.png);
}
#hani .demerit article h3:after {
  content: url(../../assets/img/kurukuru-right.png);
}
#hani .demerit .demerit-bottom {
  width: 80%;
  margin: 180px auto 0;
  padding: 10px 20px;
  background-color: #F4CB01;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.2509803922);
          box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.2509803922);
}
@media (max-width: 768px) {
  #hani .demerit .demerit-bottom {
    width: 100%;
    margin: 100px 0 0;
  }
}
#hani .demerit .demerit-bottom p {
  text-align: center;
  font-weight: bold;
  font-size: clamp(18px, 2vw, 20px);
  margin: 0;
  text-shadow: 4px 4px 4px rgba(72, 30, 0, 0.2509803922);
}
#hani .heru {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0.734375) 79.69%, #F1F1F1 100%);
}
#hani .heru article {
  margin-top: 80px;
}
#hani .heru article p {
  margin: 32px 0;
  text-align: center;
}
#hani .heru article p span {
  font-size: clamp(18px, 2vw, 20px);
  color: #F05A29;
  font-weight: 700;
}
#hani .reco {
  background: linear-gradient(136.3deg, rgba(253, 244, 215, 0) 0%, #FDF4D7 100%);
}
#hani .reco .title-p {
  text-align: center;
  font-size: clamp(18px, 2vw, 24px);
}
@media (max-width: 768px) {
  #hani .reco .red-box-pc {
    display: none;
  }
}
#hani .reco .red-box-sp {
  display: none;
}
@media (max-width: 768px) {
  #hani .reco .red-box-sp {
    display: inline-block;
    margin-bottom: 10px;
  }
}
#hani .reco section:nth-of-type(1) {
  margin: 60px 0 40px;
}
#hani .reco section:nth-of-type(1) .flex-container .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#hani .reco section:nth-of-type(1) .flex-container .left img {
  width: 80%;
  margin: 0;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.5019607843);
          box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.5019607843);
}
@media (max-width: 768px) {
  #hani .reco section:nth-of-type(1) .flex-container .left img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #hani .reco section:nth-of-type(1) .flex-container .left {
    margin-bottom: 16px;
  }
}
#hani .reco section:nth-of-type(1) .flex-container .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#hani .reco section:nth-of-type(1) .flex-container .right p {
  margin: 0;
}
#hani .reco section:nth-of-type(2) {
  margin: 40px 0;
}
@media (max-width: 768px) {
  #hani .reco section:nth-of-type(2) {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #hani .reco section:nth-of-type(2) .red-box {
    margin: 40px 0 10px;
  }
}
#hani .reco section:nth-of-type(2) .flex-container {
  margin: 10px 0 20px;
}
@media (max-width: 768px) {
  #hani .reco section:nth-of-type(2) .flex-container {
    margin: 0 0 40px;
  }
}
#hani .reco section:nth-of-type(2) .flex-container .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 16px;
}
@media (max-width: 768px) {
  #hani .reco section:nth-of-type(2) .flex-container .left {
    padding-right: 0;
    padding-bottom: 16px;
  }
}
#hani .reco section:nth-of-type(2) .flex-container .left img {
  -webkit-box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.5019607843);
          box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.5019607843);
}
#hani .reco section:nth-of-type(2) .flex-container .right {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
#hani .reco section:nth-of-type(2) .flex-container .right p {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  #hani .reco section:nth-of-type(2) .flex-container .right p {
    font-size: 16px;
  }
}
#hani .company section {
  margin: 60px 0;
}
@media (max-width: 768px) {
  #hani .company section {
    margin: 30px 0;
  }
}
#hani .company section .company-title {
  color: #F05A29;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding: 30px 0;
}
#hani .company section .company-title:before {
  content: "01";
  font-family: "M PLUS 1", sans-serif;
  font-size: 96px;
  font-weight: 900;
  color: #DEDEDE;
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
#hani .company section .flex-container {
  margin: 60px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  #hani .company section .flex-container {
    margin: 30px 0;
  }
}
#hani .company section .flex-container .item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  border: 1px solid #F4CB01;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.2509803922);
          box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.2509803922);
  padding: 10px;
  position: relative;
}
@media (max-width: 768px) {
  #hani .company section .flex-container .item {
    margin: 40px 0;
  }
}
#hani .company section .flex-container .item h4 {
  position: absolute;
  top: -27px;
  left: 10px;
  z-index: 1;
  background-color: #F4CB01;
  text-align: center;
  padding: 10px 15px;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
}
#hani .company section .flex-container .item p {
  margin: 0;
}
#hani .company section:nth-of-type(2) .company-title::before {
  content: "02";
}
#hani .company section:nth-of-type(2) .item:last-child {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 768px) {
  #hani .company section:nth-of-type(2) .item:last-child {
    display: none;
  }
}
#hani .cta1 {
  background-color: #F4CB01;
}
#hani .cta1 .bg {
  background-image: url(../../assets/img/cta-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  #hani .cta1 .bg {
    background-size: contain;
  }
}
#hani .cta1 p {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
  text-align: center;
}
#hani .success {
  margin: 50px 0 0;
  position: relative;
}
#hani .success .bg-title {
  top: -30px;
}
#hani .success .flex-container {
  margin-top: 60px;
}
@media (max-width: 768px) {
  #hani .success .flex-container {
    margin-top: 0;
  }
}
#hani .success .flex-container .item {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 600px;
}
@media (max-width: 768px) {
  #hani .success .flex-container .item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 60px auto;
  }
}
#hani .success .flex-container .item h3 {
  text-align: center;
  font-size: clamp(18px, 2vw, 20px);
  border: 1px solid #F4CB01;
  padding: 5px 10px;
  margin: 0 0 20px 0;
}
#hani .success .flex-container .item .main-image {
  width: 100%;
 -webkit-box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.5019607843);
          box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.5019607843);
}
#hani .success .flex-container .item section {
  margin: 30px 0;
}
#hani .success .flex-container .item section h4 {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  background: #F05A29;
  font-size: clamp(18px, 2vw, 20px);
  margin-bottom: 10px;
}
#hani .success .flex-container .item section p {
  margin: 0;
}
#hani .success .flex-container .item section img {
  margin: 16px auto;
}
#hani .success .flex-container .item section:nth-of-type(1) p {
  text-align: center;
}
#hani .success .flex-container .item section:nth-of-type(1) .red {
  color: #F05A29;
  font-size: 18px;
  font-weight: 700;
}
#hani .polygon {
  background-image: url(../../assets/img/sccess-bg2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#hani .polygon .flex-container article {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
#hani .polygon .flex-container article h4 {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
  margin-bottom: 16px;
}
#hani .taisaku h2 {
  margin-bottom: 16px;
}
#hani .taisaku section {
  margin: 80px 0;
}
#hani .taisaku section:nth-of-type(1) .type1 {
  margin: 40px 0;
}
@media (max-width: 768px) {
  #hani .taisaku section:nth-of-type(1) .type1 {
    margin: 60px 0;
  }
}
#hani .taisaku section:nth-of-type(1) .type1 .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  #hani .taisaku section:nth-of-type(1) .type1 .left {
    margin-bottom: 20px;
  }
}
#hani .taisaku section:nth-of-type(1) .type1 .left img {
  width: 80%;
  margin: 0;
}
@media (max-width: 768px) {
  #hani .taisaku section:nth-of-type(1) .type1 .left img {
    width: auto;
    margin: 0 auto;
  }
}
#hani .taisaku section:nth-of-type(1) .type1 .right {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
#hani .taisaku section:nth-of-type(1) .type1 .right h3 {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
  color: #F05A29;
  text-shadow: 4px 4px 4px rgba(72, 30, 0, 0.2509803922);
}
@media (max-width: 768px) {
  #hani .taisaku section:nth-of-type(1) .type1 .right h3 {
    margin-bottom: 10px;
  }
}
#hani .taisaku section:nth-of-type(1) .type2 article {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media (max-width: 768px) {
  #hani .taisaku section:nth-of-type(1) .type2 article {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
  }
}
#hani .taisaku section:nth-of-type(2) {
  margin-bottom: 0;
}
#hani .taisaku section:nth-of-type(2) .title-p {
  text-align: center;
  margin: 16px 0 60px;
}
#hani .taisaku section:nth-of-type(2) .type3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
  border: 1px solid #F4CB01;
  padding: 10px 15px;
}
#hani .taisaku section:nth-of-type(2) .type3 .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#hani .taisaku section:nth-of-type(2) .type3 .left .number {
  font-size: 48px;
  font-weight: 900;
  color: #F05A29;
  text-shadow: 3px 3px 4px rgba(72, 30, 0, 0.2509803922);
  margin: 0 16px 0 0;
}
#hani .taisaku section:nth-of-type(2) .type3 .right {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}
#hani .taisaku section:nth-of-type(2) .type3 .right p {
  margin: 0;
}
#hani .kyujin {
  background: linear-gradient(106.95deg, rgba(253, 244, 215, 0) 0%, #FDF4D7 100%);
}
#hani .kyujin .item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  background-color: #fff;
  border: 1px solid #F4CB01;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.2509803922);
          box-shadow: 4px 4px 4px 0px rgba(72, 30, 0, 0.2509803922);
  padding: 10px;
  position: relative;
  margin: 60px 0;
}
#hani .kyujin .item h4 {
  position: absolute;
  top: -27px;
  left: 10px;
  z-index: 1;
  background-color: #F4CB01;
  text-align: center;
  padding: 10px 15px;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
}
#hani .kyujin .item p {
  margin: 0;
}
#hani .kyujin .item:last-of-type {
  margin-bottom: 20px;
}
#hani .point {
  background: #FBFBFB;
}
#hani .point h2 {
  margin-bottom: 30px;
}
#hani .point .flex-container .item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 7px 3px #FDF4D7;
          box-shadow: 4px 4px 7px 3px #FDF4D7;
  padding: 100px 5px 0;
  margin: 120px 0 40px;
  position: relative;
}
@media (max-width: 768px) {
  #hani .point .flex-container .item {
    padding: 100px 5px 60px;
  }
}
#hani .point .flex-container .item .title {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../assets/img/Polygon102x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
}
#hani .point .flex-container .item .title p {
  color: #F05A29;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  margin: 0;
}
#hani .point .flex-container .item .title p span {
  font-size: 64px;
}
#hani .point .flex-container .item h3 {
  text-align: center;
  color: #F05A29;
  text-shadow: 3px 3px 4px rgba(72, 30, 0, 0.2509803922);
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
  min-height: 100px;
}
@media (max-width: 768px) {
  #hani .point .flex-container .item h3 {
    min-height: initial;
  }
}
#hani .cta2 {
  background-image: url(../../assets/img/cta2-bg_24.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  #hani .cta2 {
    background-position: -200px center;
  }
}
#hani .cta2 article p {
  font-size: clamp(18px, 2vw, 24px);
  text-align: center;
  font-weight: 700;
}