@charset "UTF-8";
/* CSS Document */
body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
/* ------------------
header 
--------------------*/
header{
  width: 100%;
  padding: 15px;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  left: 50%;
  transform: translateX(-50%);
  background: none;
}
header.bg{
  background: rgba(255 252 248 / 80%);
}
.header_content{
  width: 100%;
  margin: 0 auto;
}
.header_items{
  display: flex;
  justify-content: space-between;
  align-items: center;
}






.logo_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
}
#main .logo_box{
  flex-direction: row;
  column-gap: 12px;
}
.header_img{
  background: url("../calomeal-promotion/img/logo-mark.svg") no-repeat;
  background-size: 100% auto;
  height: 66px;
  width: 65px;
  display: block;
}
.header_title{
  margin: 0 auto;
  position: relative;
}
.header_title a{
  color: #3a4758;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0 0.3rem;
  text-align: left;
  text-decoration: none;
  display: block;
  line-height: 1.8;
  writing-mode: vertical-rl;
}
#main .header_title a{
  writing-mode: unset;
}

.shadow .header_content .header_txt{
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: ease .6s;
}












@media screen and (max-width: 1220px) {
  header{
    padding: 15px 15px;
  }
  
}
@media screen and (max-width: 768px) {
  header{
    padding: 0;
  }
  header.bg{
    background: rgba(255 252 248 / 80%);
  }
  .header_content{
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
  .logo_box{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #main .logo_box{
    flex-direction: row;
    column-gap: 0vw;
  }
  .header_img{
    height: 10vw;
    width: 10vw;
  }
  .header_title{
    position: relative;
    margin: 0 0 0 5px;
  }
  .header_title a{
    -ms-writing-mode: unset;
    writing-mode: horizontal-tb;
    line-height: 1.4;
  }
  
  .header_items{
    padding: 8px 10px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
@media screen and (max-width: 480px) {
  .header_items{
    padding: 8px 10px;
  }
  
  
}














.overlay.on{
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(100, 100, 100, .8);
  z-index: 1000;
}



.sp_menu_header .header_title a{
  font-size: 15px;
}









/* ------------------
form
--------------------*/
.top_form_box{
  z-index: 3;
  width: 33%;
  background: rgb(59 168 142 / 40%);
  padding: 0 1.3rem 1rem;
  border-radius: 8px;
}
p.top_form_ttl{
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #3a4758;
  margin-block: 0.7em 0.3em;
}
p.top_form_read{
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin-block: 0.5em 0.7em;
}
span.free-tag{
  display: inline-block;
  background: #20c49c;
  font-size: 0.8em;
  padding: 0.3em 0.4em;
  border-radius: 4px;
  font-weight: bold;
  margin-inline-end: 0.5em;
  line-height: inherit;
  vertical-align: bottom;
}
.form-group{
  margin-bottom: clamp(9px, 1vw, 16px);
  position: relative;
}
.form-group::before{
  content: "必須";
  font-size: 11px;
  display: none;
  position: absolute;
  top: -8px;
  z-index: 3;
  color: #fa277e;
  left: 13px;
  font-weight: bold;
}
.form-group.optional::before{
  content: "任意";
  font-size: 10px;
  display: block;
  position: absolute;
  top: -8px;
  z-index: 3;
  color: #606a75;
  left: 13px;
}
.form-group.consentBox{
  text-align: left;
}
.form-group.consentBox::before{
  display: none;
}
.form-control{
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.selectbox{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  background: url("../calomeal-promotion/lp/img/icon_triangle.svg") no-repeat center right 10px #fff;
  background-size: 12px 10px;
  font-size: 0.85rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #495057;
  font-weight: 400;
}
.d-none{
  display: none !important;
}
.form-check.checkbox-wrapper-46{
  text-align: center;
}
.top_form .form-group label.form-check-label{
  display: inline-block;
  text-align: left;
  font-size: 14px;
}
.top_form_box .form-group label{
  display: none;
}
label.form-check-label.ml-2{
  display: inline-block;
}
form-check.checkbox-wrapper-46{
  text-align: center;
}
.checkbox-wrapper-46 input[type="checkbox"]{
  /*visibility: hidden;*/
  opacity: 0;
  pointer-events: none;
}
.top_form_box .form-group .checkbox-wrapper-46 label.cbx{
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
  padding-inline-start: 0;
  position: relative;
  left: -1rem;
}
.checkbox-wrapper-46 .cbx span{
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-46 .cbx span:first-child{
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}
.checkbox-wrapper-46 .cbx span:first-child svg{
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-46 .cbx span:first-child:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #fd6e4a;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.checkbox-wrapper-46 .cbx span:last-child{
  padding-left: 8px;
  font-size: 0.85rem;
}
.checkbox-wrapper-46 .cbx:hover span:first-child{
  border-color: #fd6e4a;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child{
  background: #fb277e;
  border-color: #fb277e;
  animation: wave-46 0.4s ease;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg{
  stroke-dashoffset: 0;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before{
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}
@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}
.pp{
  color: #3a4858;
  text-decoration: underline;
}
.form-control:required:valid{
  background-color: rgb(232, 240, 254);
}
.form-control:required{
  background-color: rgb(243 243 243);
}
::placeholder{
  color: #495057;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.85rem;
}
button, [type="button"], [type="reset"], [type="submit"]{
  -webkit-appearance: button;
  font-size: clamp(14px, 1.3vw, 16px);
}
button.top_form_btn-primary{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #20c49c;
  padding: 0.9em 1em;
  margin-inline: auto;
  border-radius: 8px;
  color: #fff;
  font-size: clamp(14px, 1.3vw, 16px);
  position: relative;
  text-align: center;
  transition: all ease .6s;
  border: none;
  font-weight: 700;
  margin-block: 1rem 0;
  width: 100%;
}
.top_form_btn-primary::after{
  content: "";
  display: inline-block;
  position: relative;
  background: url(../calomeal-promotion/lp/img/icon_download_white.svg) no-repeat;
  background-size: 100% auto;
  width: 27px;
  height: 27px;
  margin-left: 11px;
  vertical-align: middle;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .top_form_box{
    z-index: 3;
    width: 100%;
    padding: 0 4vw 5vw;
  }
}
/* ------------------
contents
--------------------*/
.top_group{
  background: #FAFFFE;
}
.top_group.main{
  padding-top: 90px;
  background: url("../calomeal-promotion/lp/img/main_bg.png") no-repeat top 2vw left 5vw;
  background-size: 60% auto;
}

.top_group.services{
  padding-top: 30px;
}
.top_inner{
  max-width: 1400px;
  margin: 0px auto 3vw;
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 5vw;
  align-items: stretch;
}
.top_txt_box{
  width: 50%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  background: url("../calomeal-promotion/lp/img/main.png") no-repeat top center;
  background-size: 100% auto;
}
.top_txt_box_inner p{
  line-height: 1.7;
  margin-block: 0.3em;
}
.marker{
  background: linear-gradient(0deg, #cdff1d 40%, transparent 40%);
}
.ex_txt{
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: 700;
  background: #2ab183;
  display: inline-block;
  padding: 2px 24px;
  color: #fff;
  border-radius: 5px;
  position: relative;
}
.ex_txt::before{
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../calomeal-promotion/img/ex-txt_bg.svg) no-repeat;
  background-size: auto 100%;
  width: 18px;
  height: auto;
  aspect-ratio: 1 / 1;
  bottom: 4px;
  left: 4px;
}
.ex_txt::after{
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../calomeal-promotion/img/ex-txt_bg.svg) no-repeat;
  background-size: auto 100%;
  width: 18px;
  height: auto;
  aspect-ratio: 1 / 1;
  bottom: 4px;
  right: 4px;
}

.main_copy{
  font-size: 36px;
  color: #3A4658;
  font-weight: 900;
  letter-spacing: 0.03em;
  margin: 0;
  position: relative;
  left: -4px;
  font-style: italic;
  /*background: rgb(255 255 255 / 60%);*/
  backdrop-filter: blur(3px);
  display: inline-block;
  white-space: nowrap;
}







@media screen and (max-width:768px) {
  .top_group.services{
    padding-top: 15vw;
  }
  .top_group.main{
    padding-top: 90px;
    background: url(../calomeal-promotion/lp/img/main_bg.png) no-repeat top 18vw center;
    background-size: 97% auto;
  }
  .top_inner{
    flex-wrap: wrap;
    padding-inline: 4vw;
  }
  .top_txt_box{
    width: 100%;
    height: clamp(354px, 105vw, 600px);
    margin-block-end: 5vw;
  }
  .top_txt_box_inner p{
    line-height: 1.7;
    margin-block: 0.3em;
    font-size: clamp(11px, 3.7vw, 16px);
  }
  .main_copy{
    font-size: clamp(18px, 6vw, 30px);
  }
  
}
/* contact-section */



















/* -------------------
company_list section
-------------------- */
.company_list_box{
  margin-block-end: 3vw;
  max-width: 1200px;
  margin-inline: auto;
}
.company_list{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding-inline: 0;
  column-gap: 3vw;
}
.company_list_item{
  height: clamp(60px, 6.4vw, 80px);
  width: auto;
  background: #cfcfcf;
}
.company_list_item:last-child{
  margin-right: 0;
}
.company_list_item img{
  display: inline-block;
  height: 100%;
  width: auto;
}
@media screen and (max-width:768px) {
  .company_list{
    padding-inline: 0;
    padding-block: 9vw;
  }
  .company_list_item{
    height: clamp(60px, 19vw, 90px);
  }
}
.secBase{
  padding: 6rem 0 6rem;
}
.secInnerBase{
  padding-inline: 5vw;
}
/* -------------------
case section
-------------------- */
section.case{
  background: #c1cbd8;
  background-size: 16px 16px;
  padding: 6rem 0;
}
.case_inner{
  padding-inline: 5vw;
}
.sec_subHeader{
  color: #29B183;
  font-size: 21px;
  display: block;
  text-align: center;
  line-height: 2;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-block-end: 0.5em;
}
.sec_header{
  color: #3A4658;
  font-size: 25px;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  text-align: center;
  letter-spacing: 1px;
}
.secHeader_box{
  margin-block-end: 4rem;
  position: relative;
}
.secHeader_box::after{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #29b183;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.case_sec1{
  display: flex;
  justify-content: center;
  margin-top: 73px;
  column-gap: 5vw;
  row-gap: 5vw;
  flex-wrap: wrap;
  max-width: 1024px;
  margin-inline: auto;
}
.case .sec_subHeader{
  color: #fff;
}
.case .secHeader_box::after{
  background: #fff;
}
.case_item{
  width: clamp(230px, 48%, 400px);
  background: #fff;
  border-radius: 7px;
  box-shadow: 1px 1px 6px -2px #76837e8f;
  padding: 1rem 1.8rem 1.5rem;
  position: relative;
}
.tags{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 1.8rem;
  background: #3a4758;
  border-radius: 7px 7px 0 0;
}
.case_item img{
  display: block;
  width: 100%;
  margin-block: 20px 4px;
  max-width: 250px;
  margin-inline: auto;
  text-align: center;
}
.case_item h3{
  color: #3A4658;
  font-weight: 700;
  line-height: 1.6;
  margin: 9px 0 0;
  font-size: clamp(16px, 1.7vw, 20px);
}
.company{
  font-size: 13px;
  display: block;
  color: #29b183;
  margin-bottom: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 2px dashed #29b183;
  padding-block-end: 0.3em;
}
.type{
  font-size: 12px;
  background: #29b183;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 100vh;
  padding: 3px 0.8em;
  display: inline-block;
  font-weight: 700;
}
.type:nth-child(n/**/+2){
  margin-inline-start: 0.5em;
}

.what-we-can-do .sec_subHeader{
  color: #fff;
}
.what-we-can-do .secHeader_box::after{
  background: #fff;
}














.feature_inner.secInnerBase{
    max-width: 1200px;
    margin-inline: auto;
}











.sp{
    display: none;
  }
@media screen and (max-width:768px) {
  h2.sec_header{
    font-size: clamp(20px, 4vw, 25px);
  }
  
  
  
  
  section.case{
    padding-inline: 4vw;
    padding-block: 9vw;
  }
  .case_sec1{
    margin-top: 9vw;
    column-gap: 1vw;
    row-gap: 6vw;
  }
  .case_item{
    width: 100%;
    padding: 1rem 4vw;
  }
  .tags{padding: 3vw}
  .type{
    font-size: 10px;
  }
  
  
  
  
  
  
  
  
  
  
}
@media screen and (max-width:620px) {
  .sp{
    display: inline-block;
  }
  
}
/* footer */
footer{
  background: #3A4658;
  padding: 1rem 2.85% 0;
}
.footer_inner{
  max-width: 1400px;
  margin: 0 auto;
}
.footer_mainInfo{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  padding: 0px 40px;
  border-bottom: solid 1px #fff;
  padding-bottom: 1rem;
}
.link ul{
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  column-gap: 2rem;
  margin-block: 0.8rem;
}
.link ul li a{
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 3;
  font-weight: 700;
}
.info_group{
  width: 60%;
}
.f_logo{
  display: flex;
  align-items: center;
}
.f_logo a{
  font-weight: bold;
  color: #29b183;
  font-size: 16px;
  display: inline;
  vertical-align: middle;
}
.f_logo_img{
  background: url(../calomeal-promotion/img/logo-mark.svg) no-repeat center;
  background-size: 100% auto;
  height: 35px;
  width: 35px;
  max-width: 100%;
  display: inline-block;
  margin-right: 11px;
}
.downloadGide h4{
  color: #fff;
  font-feature-settings: "palt";
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-block: 0 0.8em;
}
.downloadGide .bnrBox{
  display: flex;
  justify-content: center;
}
.downloadGide .bnrBox a{
  display: inline-block;
  width: 140px;
}
.downloadGide .bnrBox a:nth-child(1){
  margin-right: 10px;
}
.downloadGide .bnrBox a img{
  display: inline-block;
  width: 100%;
}
.footer_subInfo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 27px;
}
.subInfo_link, .copyright{
  font-size: 12px;
  padding: 0 40px;
  color: #fff;
}
.subInfo_link a{
  margin: 0 5px;
  color: #fff;
  text-decoration: none;
}


@keyframes fuwafuwa_1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -4%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  footer{
    padding: 17vw var(--side-padding) 0vw;
  }
  .footer_mainInfo{
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto 4vw;
    padding: 7vw 0 5vw;
  }
  .f_logo{
    margin-bottom: 5vw;
    margin-right: 0;
  }
  
  .link ul{
    flex-direction: column;
    display: none;
  }
  .link ul li a{
    font-size: 12px;
    line-height: 2.5;
  }
  
  .info_group{
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 1vw;
  }
  
  
  
  
  
  
  .footer_subInfo{
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 3vw;
  }
  .subInfo_link, .copyright{
    padding: 0;
  }
  .copyright{
    font-size: 11px;
  }
  .subInfo_link{
    margin-bottom: 3vw;
  }
  .downloadGide h4{
    margin-block: 0.8em;
  }
}

