@charset "utf-8";
/* CSS Document */
/*
============================================================
*	style.css
==========================================================*/
#container {
  background-color: #FFFCF5;
}
#wrapper b {
  font-weight: bold;
}
#wrapper section {
  margin-bottom: 40px;
}

.inner {
  margin: auto 15px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}

.bgStripe {
  background: url(/sp/haken/img_n/index/background.png) no-repeat center center;
  background-size: cover;
  border: 2px solid #11A7D7;
  border-radius: 10px;
}

/* wrapperKV */
.wrapperKV {
  position: relative;
}
.wrapperKV .btn_entry {
  width: calc(100% - 20px);
  margin: 10px;
  position: absolute;
  bottom: 0;
  /* left: 50%; */
  /* transform: translateX(-50%); */
}

/* wrapperIntro */
.wrapperIntro {
  text-align: center;
  margin: 40px 15px;
}
.wrapperIntro h3 {
  display: inline-block;
  background: linear-gradient(transparent 60%, rgba(226, 27, 87, 0.15) 30%);
  font-weight: bold;
  font-size: 19px;
}
.wrapperIntro h3 + p {
  font-weight: bold;
  font-size: 16px;
}

/* wrapperAnchor */
.wrapperAnchor {
    margin: 0 15px 40px;
}
.wrapperAnchor ul {
  display: flex;
  justify-content: space-between;
}
.wrapperAnchor li {
  width: calc((100% - 21px) / 4);
}
.wrapperAnchor a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100px;
  border: 2px solid #11A7D7;
  border-radius: 3px;
  color: #444;  
  font-weight: bold;
  line-height: 1;
  padding-top: 15px;
  box-sizing: border-box;
  position: relative;
}
.wrapperAnchor a span {
  transform:scale(0.57);
  white-space: nowrap;
}
.wrapperAnchor a::after {
  content: "";
  display: block;
  width: calc(3px * (750 / 375));
  height: 100%;
  background: url(/sp/haken/img_n/index/icon/arrow.svg) no-repeat center center;
  transform: rotate(90deg); 
  position: absolute;
  bottom: -40px;
}
.wrapperAnchor .anchor1 a {
  background: url(/sp/haken/img_n/index/icon/anchor1.svg) no-repeat center top 65% #fff;
}
.wrapperAnchor .anchor2 a {
  background: url(/sp/haken/img_n/index/icon/anchor2.svg) no-repeat center top 65% #fff;
}
.wrapperAnchor .anchor3 a {
  background: url(/sp/haken/img_n/index/icon/anchor3.svg) no-repeat center top 65% #fff;
}
.wrapperAnchor .anchor4 a {
  background: url(/sp/haken/img_n/index/icon/anchor4.svg) no-repeat center top 65% #fff;
  padding-top: 8px;
}

/* wrapperContent */
.wrapperContent section h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  background: #38B5D5;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.wrapperContent section h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #38B5D5;
  position: absolute;
  bottom: -10px;
}

/* section2
======================================== */
#section2 .company {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  margin: auto 15px;
}
#section2 .company h4 {
  width: 119px;
  height: 88px;
  background: url(/sp/haken/img_n/index/companyTitle.png) no-repeat top center;
  background-size: contain;
  margin: 0 auto 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#section2 .company ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px auto 20px;
}
#section2 .company li {
  width: calc(100% / 3);
  text-align: center;
}
#section2 .company .link {
  background: url(/sp/haken/img_n/index/icon/arrow.svg) no-repeat right center;
  background-size: 8px 13px;
  padding-right: 20px;
}
#section2 .example {
  text-align: center;
}
#section2 .example li {
  margin-bottom: 10px;
}
#section2 .example p {
  font-weight: bold;
  font-size: 12px;
  margin-top: 15px;
}

/* section3
======================================== */
#section3 .support {
  padding: 30px 20px;
  margin: auto 15px;
}
#section3 .support h4 {
  height: 26px;
  margin: 0 auto 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#section3 .support ul {
  border-radius: 3px;
  border: 1px solid #ccc;
}
#section3 .support li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  background-color: #fff;
  color: #444;
  font-weight: bold;
  font-size: 16px;
  padding: 0 20px 0 55px;
}
#section3 .support li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url(/sp/haken/img_n/index/icon/arrow.svg) no-repeat right center;
}
#section3 .support li.link1 a {
  background: url(/sp/haken/img_n/index/icon/link1.svg) no-repeat left 15px center #fff;
}
#section3 .support li.link2 a {
  background: url(/sp/haken/img_n/index/icon/link2.svg) no-repeat left 15px center #fff;
}
#section3 .support li.link3 a {
  background: url(/sp/haken/img_n/index/icon/link3.svg) no-repeat left 15px center #fff;
}
#section3 .support li.link4 a {
  background: url(/sp/haken/img_n/index/icon/link4.svg) no-repeat left 15px center #fff;
}
#section3 .support li.link5 a {
  background: url(/sp/haken/img_n/index/icon/link5.svg) no-repeat left 15px center #fff;
}
#section3 .support li.link6 a {
  background: url(/sp/haken/img_n/index/icon/link6.svg) no-repeat left 15px center #fff;
}
#section3 .support li + li a {
  border-top: 1px solid #ccc;
}
#section3 .support > div {
  margin-bottom: 30px;
}
#section3 .support .supportBlock1 h4 {
  width: 92.5px;
  background: url(/sp/haken/img_n/index/supportTitle1.png) no-repeat top center;
  background-size: contain;
}
#section3 .support .supportBlock2 h4 {
  width: 180.5px;
  background: url(/sp/haken/img_n/index/supportTitle2.png) no-repeat top center;
  background-size: contain;
}

/* section4
======================================== */
#section4 ol {
  margin: auto 15px;
}
#section4 li {
  border: 2px solid #FF6565;
  border-radius: 10px;
  padding: 15px 15px 25px;
}
#section4 li + li {
  margin-top: 30px;
  position: relative;
}
#section4 li + li::after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 15px;
  background: url(/sp/haken/img_n/index/step_arrow.svg) no-repeat center center;
  position: absolute;
  top: -25px;
}
#section4 h4 {
  border-bottom: 2px dotted #FF6565;
  color: #FF6565;
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 10px 50px;
  margin-bottom: 15px;
  position: relative;
}
#section4 h4::before {
  content: "";
  display: block;
  width: 45px;
  height: 60px;
  position: absolute;
  top: -20px;
  left: 0;
}
#section4 .step1 {
  background: url(/sp/haken/img_n/index/step1_pic.svg) no-repeat bottom 15px right 15px #fff;
}
#section4 .step1 h4::before {
  background: url(/sp/haken/img_n/index/step1_ribbon.png) no-repeat top center;
  background-size: contain;
}
#section4 .step2 {
  background: url(/sp/haken/img_n/index/step2_pic.svg) no-repeat bottom 15px right 15px #fff;
}
#section4 .step2 h4::before {
  background: url(/sp/haken/img_n/index/step2_ribbon.png) no-repeat top center;
  background-size: contain;
}
#section4 .step3 {
  background: url(/sp/haken/img_n/index/step3_pic.svg) no-repeat bottom 15px right 20px #fff;
}
#section4 .step3 h4::before {
  background: url(/sp/haken/img_n/index/step3_ribbon.png) no-repeat top center;
  background-size: contain;
}