@charset "utf-8";

html { scroll-behavior: smooth;}

body{
  margin-left: 300px !important;
  font-size:16px;
  font-family: "Zen Maru Gothic", sans-serif;
  color:#000;
  font-weight: bold;
  word-break: auto-phrase;
}

h1,h2,h3,h4,h5{
  margin:0;
  font-weight: bold;
  line-height:1.5;  
}

p{
  margin:0;
  line-height:1.5;  
  font-weight: bold;
}

.sp{
  display:none;
}

a{
  color: #000;
  cursor: pointer;
  display:inline-block;
  transition:0.3s;
  font-weight: bold;
}

a:hover{
  color: #000;
  text-decoration:none;
  opacity:0.7;
}


a p{
  line-height:1.5;
  font-weight: 500;
}

.container{
  padding:0 !important;
  width: 90%;
  margin: 0 auto;
  max-width: 1345px;
}

.btn{
  padding:16px 2.5rem 16px 2rem;
  text-align:center;
  border-radius:3rem;
  margin:0 auto;
  display:block;
  width: fit-content;
  background:#fff;
  color:#01A0EA;
  position:relative;
  border:3px solid #01A0EA;
  font-size:18px;
  box-shadow:0px 3px 6px rgba(0,0,0,0.36);
  width:300px;
}
.btn p{
  line-height:1;
}
.btn.blue{
  background:#0B82E6;
  border:none;
  color:#fff;
}

.btn:hover{
  transform:translateY(3px);
  color:#01A0EA;
  box-shadow:0px 3px 3px rgba(0,0,0,0.36);
  opacity:1;
}

.btn.blue:hover{
  color:#fff;
}

.btn::before{
  content:"";
  position:absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #01A0EA;
  border-right: 0;
  right:1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition:0.3s;
}

.btn.blue::before{
  border-left: 9px solid #ffffff;
}

.btn.long{
  border-radius: 10px;
  color: #000;
}

.btn.long::after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px dashed #01A0EA;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 8px;
}

.btn.long.red{
  border: 3px solid #DD1D1E;
}

.btn.long.red::before {
  border-left: 9px solid #DD1D1E;
}

.btn.long.red::after {
  border: 1px dashed #DD1D1E;
}


.btn.long.green{
  border: 3px solid #1EAD4C;
}

.btn.long.green::before {
  border-left: 9px solid #1EAD4C;
}

.btn.long.green::after {
  border: 1px dashed #1EAD4C;
}

img{
  width:100%;
  object-fit: contain;
  display:block;
}

.row{
  margin:0;
}

.lower-fv{
  background:#CAEAF1;
  color:#01A0EA;
  padding:7.5rem 5% 5rem;
}

.lower-fv p{
  font-size:clamp(0.875rem, 0.466rem + 1.36vw, 2rem);
}

.lower-fv h1{
  font-size:clamp(1.5rem, 0.955rem + 1.82vw, 3rem);
}

.pankuzu{
  display: flex;
  width:90%;
  margin: 0.5rem auto 7.5rem;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size:clamp(0.875rem, 0.693rem + 0.61vw, 1.375rem);
  color:#01A0EA;
}

.pankuzu a{
  color:#01A0EA;
  position: relative;
}

.pankuzu a:hover{
  opacity:0.7;
}

.pankuzu a::before{
  content:">";
  position: absolute;
  right: -1.2rem;
  top: -6px;
}

.pankuzu p{
  line-height:1;
}


strong{
  display: inline-block;
}

em{
  display: inline-block !important;
  font-style: normal;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong{
  font-weight:bold;
}


.cta{
  display:flex;
  align-items: center;
  padding: 0 8%;
  justify-content: space-between;
  background:url(https://use-partner.com/system_panel/uploads/images/20250729180316970547.png) no-repeat center/cover;
}

.cta > img{
  width:42%;
}

.cta-wrap{
  display:flex;
  justify-content: space-between;
  width:55%;
}

.cta-wrap a{
  width:30%;
}

.cta-wrap a img{
  box-shadow:0px 3px 6px #000;
  border-radius:10px;
}

.cta-wrap a:hover{
  opacity:1;
  transform:translateY(3px);
}

.cta-wrap a:hover img{
  box-shadow:0px 3px 3px #000;
}

.lower-title{
  margin:0 auto 2.5rem;
  text-align:center;
}

.lower-title img{
  width:75px;
  margin:0 auto;
}

.lower-title p{
  color:#CAEAF1;
  font-size:clamp(2rem, 1.636rem + 1.21vw, 3rem);
  line-height:1;
}

.lower-title h2{
  font-size:clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
}

.lower-title.flex{
  padding:3.5rem 10% 3rem;
  background:#E1FFEB;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  color:#1EAD4C;
  position:relative;
  margin-bottom:2.5rem;
}

.lower-title.flex.blue{
  color:#01A0EA;
  background:#DDF4FF;
}

.lower-title.flex::before{
  content:"";
  position:absolute;
  width:7.5%;
  height:6px;
  background:#1EAD4C;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.lower-title.flex.blue::before{
  background:#01A0EA;
}

.lower-title.flex.green p{
  color:#1EAD4C;
}

.lower-title.flex.blue p{
  color:#01A0EA;
}

.lower-title.flex p{
  position:relative;
}

.lower-title.flex p::before{
  content:"";
  position:absolute;
  width:80px;
  aspect-ratio:151/49;
  background:url(https://use-partner.com/system_panel/uploads/images/20250730142936800101.png) no-repeat center/contain;
  left: -20px;
  top: -20px;
}

.lower-title.flex.blue p::before{
  background:url(https://use-partner.com/system_panel/uploads/images/20250730164644107869.png) no-repeat center/contain;
}

.lower-title.flex h2{
  font-size:clamp(0.875rem, 0.648rem + 0.76vw, 1.5rem);
}


@media (min-width: 768px) {
  @media (max-height: 750px) {
    body{
      margin-left: 0px !important;
    }
    .lower-fv{
      margin-top:4rem !important;
    }
  }
}


@media screen and (max-width: 1279px) {
  .lower-fv{
    margin-top:59px !important;
  }
  body {
    margin-left: 0px !important;
  }
  .pankuzu{
    margin:0.5rem auto 5rem;
  }
  .cta{
    padding:0 3%;
  }
}

@media screen and (max-width: 1180px){
  .lower-fv{
    margin-top:3rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .cta{
    padding: 0 3% 2rem;
    flex-direction: column;
  }
  .cta > img {
    width: 100%;
    max-width: 500px;
  }
  .cta-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body{
    margin-left: 0px !important;
    font-size:14px;
  }
  .lower-fv{
    padding:100px 5% 20px;
  }
  .pankuzu{
    width: 90%;
    margin: 8px 5% 2.5rem;
  }
  .sp{
    display:block;
  }
  .pc{
    display:none;
  }
  .lower-title {
    margin: 0 auto 1.5rem;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding:0;
  }
  .cta{
    padding:20px 3% 5rem; 
    background:url(https://use-partner.com/system_panel/uploads/images/20250801154656672448.png) no-repeat center/cover;
  }
  .cta-wrap{
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .cta-wrap a {
    width: 240px;
  }
  .lower-title.flex {
    padding: 2rem 5% 2rem 15%;
  }
  .lower-title.flex::before {
    width: 10%;
    height: 4px;
  }
  .lower-title.flex p::before{
    width: 40px;
    left: -12px;
    top: -10px;
  }
}
