@charset "UTF-8";

/*  *******************
フォント設定関連
********************** */

.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.playwrite-de-grund-light {
  font-family: "Playwrite DE Grund", cursive;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.playwrite-de-grund-regular {
  font-family: "Playwrite DE Grund", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-extrabold {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}

html{
  font-feature-settings:"palt";
}

body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

@media screen and (min-width: 769px) {
  .sp-br{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc-br{
    display: none;
  }
}


.--max1000{
  max-width: 1000px;
  margin-inline: auto;
}

.--sp-f20{
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  .--sp-f20{
  font-size: 28px;
}
}

.--f28{
  font-size: 24px;
}

@media screen and (min-width: 769px) {
  .--f28{
    font-size: 34px;
  }
}

@media screen and (min-width: 1024px) {
    .header {
      z-index: 1000;
    }
}

/*  *******************
LPの設定
********************** */

.border-mountains{
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: auto;
  z-index: -9999;
}

@media screen and (min-width: 769px) {
  .border-mountains{
    height: min(5.8565vw, 80px);
  }
}

.border-downward{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
}

.fc-lp{
  background-color: #095988;
}
@media screen and (min-width: 769px) {
  .fc-lp{
    max-width: 1366px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .fc-lp{
    padding-block: 110px;
  }
}
  .lip-fv__mainvisual{
  width: 100%;
  }


.lp-fv__wrapper{
    width: auto;
    /* padding-top: 10px; */
    position: relative;
}

@media screen and (min-width: 769px) {
  .lp-fv__wrapper{
    margin: 0 auto;
    text-align: center;
    display: block;
    position: relative;
    padding-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .lp-fv__box{
    width: 100%;
    max-width: 1100px;
    margin-inline: auto;
  }
}
.lp-fv__inner--wrap{
  position: absolute;
  top: min( 3.7333vw , 14px);
  left: min( 4vw , 15px);
  width: calc(100% - 30px);
  margin-inline: auto;
}

@media screen and (min-width: 769px) {
  .lp-fv__inner--wrap{
    right: min(9.736456808vw, 133px);
    top: min(2.1229vw , 29px);
    width: min(29.721815519vw, 406px);
    margin-right: 0;

  }
}

.lp-fv__inner--cont{
  position: absolute;
  top: min( 4vw , 15px );
  right: 50%;
  transform: translateX( 50%);
  width: min(  87.466666vw, 328px);
}

@media screen and (min-width: 769px) {
  .lp-fv__inner--cont{
    width: min( 29.7218vw , 406px);
    right: min( 9.73645vw , 133px);
    top: min( 2.12298vw , 29px);
    transform:none;
  }
}

.lp-fv__inner--cont img{
  width: 87.466666666vw;
  max-width: 100%;
  height: auto;
}

.lp-fv__inner--link{
  display: flex;
  align-items: center;
  gap: min(0.7320vw, 10px);
  margin-inline: auto;
  color: #0070B3;
}

.lp-fv__inner--icon{
  display: flex;
  align-items: center;
  width: min(6.856vw, 25.71px);
}

@media screen and (min-width: 769px) {
  .lp-fv__inner--icon{
    display: flex;
    align-items: center;
    width: min(1.8821vw, 25.71px);
}
}

.lp-fv__inner--icon img{
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .lp-fv__inner--icon img{
  width: min(1.8821vw, 25.71px);
  height: auto;
}
}

.lp-fv__inner--text {
  line-height: 1;
}

.lp-fv__inner--btn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: min( 22.666666vw , 85px);
    right: 50%;
    transform: translateX( 50%);
    max-width: min( 74.666666666vw, 410px);
    white-space: nowrap;
    text-align: center;
    padding: 17px 68px;
    background-color: #e1f252;
    border-radius: 30px;
    border:3px solid #fff;
    font-size: 18px;
    line-height: 1;
    color: #0070B3;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 769px) {
  .lp-fv__inner--btn{
    width: fit-content;
    padding: min(1.171303074vw, 16px) min(4.9780vw, 68px) min(1.317715959vw ,18px);
    right: min( 14.34846vw , 196px);
    bottom: min( 15.4465vw, 211px );
    transform:none;
  }
}

.lp-fv__recruitment-area{
  padding: 1.724137931vh 4.933333333vw 1.84729064vh;
  background-color: #DEF2F7;
  border-radius: 10px;
  position: absolute;
  bottom: max( -28vw, -105px);
  right: 50%;
  transform: translateX(50%);
  width: min(  92vw , 345px);
}

@media screen and (min-width: 769px) {
  .lp-fv__recruitment-area{
    box-sizing: border-box;
    width: min(29.282576866vw, 400px);
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline: min(3.367vw, 46px);
    padding-block-start: min(1.0248vw, 14px);
    padding-block-end: min(1.098vw , 15px);
    right: min( 9.95607vw, 136px);
    bottom: min( 1.61054vw, 22px);
    transform:none;
  }
}

.lp-fv__inner--recruitment{
  font-size: 20px;
  width: fit-content;
  margin-inline: auto;
  margin-block-end: 6px;
  line-height: 1.5;
  color: #00A0E9;
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (min-width: 769px) {
    .lp-fv__inner--recruitment{
    font-size:clamp(0.75rem, 0.026rem + 1.51vw, 1.25rem);
    line-height: 1.5;
    color: #00A0E9;
    letter-spacing: 0.05em;
    position: relative;
    margin-block-end: min(0.4392vw , 6px);
  }
}

.lp-fv__inner--recruitment::before{
  content: url(../img/lp/diagonal-line-left.svg);
  display: block;
  position: absolute;
  left: -12px;
  bottom: -8px;
}

.lp-fv__inner--recruitment::after{
  content: url(../img/lp/diagonal-line-right.svg);
  display: block;
  position: absolute;
  right: -12px;
  bottom: -8px;
}

.lp-fv__inner--recruitment--blue{
  color: #0070B3;
  font-size: 16px;
}

@media screen and (min-width: 769px){
  .lp-fv__inner--recruitment--blue{
    font-size: clamp(0.688rem, 0.235rem + 0.94vw, 1rem);
}
}

.f16{
  font-size: 16px;
}

@media screen and (min-width: 769px){
  .f16{
  font-size: clamp(0.688rem, 0.235rem + 0.94vw, 1rem);
}
}

.f20{
  font-size: 20px;
}

@media screen and (min-width: 769px){
  .f20{
    font-size:clamp(0.75rem, 0.026rem + 1.51vw, 1.25rem);
}
}

.lp-fv__recruitment-area--list{
  display: flex;
  justify-content: center;
  margin-inline: auto;
  gap: min(1.0666666vw , 4px);
}

@media screen and (min-width: 769px) {
  .lp-fv__recruitment-area--list img{
  width: 7.320644216vw;
}
}

.with-rizumu__box{
  margin-block-start: min( 38.4vw, 144px);
  margin-block-end: 8vw;
  text-align: center;
  width: calc(100% - 30px);
  margin-inline: auto;
}

@media screen and (min-width: 769px){
  .with-rizumu__box{
    width: 100%;
    max-width: 100%;
    margin-block-start: min( 2vw, 40px);
    margin-block-end: min( 4.9780vw , 60px);
}
}

.with-rizumu__head{
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #E1F252;
  margin-bottom: 6px;
}

@media screen and (min-width: 769px){
  .with-rizumu__head{
  font-size: 28px;
  line-height: 1.71428;
  margin-bottom: min( 1vw, 25px);
  }
}

.with-rizumu__copy--paragraph{
  color: #fff;
  font-size: 100%;
  line-height: 1.75;
  text-align: left;
}

@media screen and (min-width: 769px){
  .with-rizumu__copy--paragraph{
  font-size: 18px;
  line-height: 2.11111111111;
  text-align: center;
  margin-top: -8px;
  margin-bottom: -8px;
}
}

.with-rizumu__photograph{
  padding-left:15px;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .with-rizumu__photograph{
    padding-left:0;
    margin-bottom: min(65885vw, 90px);
  }
}

.with-rizumu__photograph--img{
  padding-inline-start: 15px;
}

@media screen and (min-width: 769px){
  .with-rizumu__photograph--img{
    width: min( 80vw , 1100px);
    text-align: center;
    margin-inline: auto;
  }
}

.rizumu-franchise__wrap{
  position: relative;
  z-index: 2;
  margin-block-start: min( 32vw, 120px);
}

@media screen and (min-width: 679px){
  .rizumu-franchise__wrap{
  position: relative;
  z-index: 2;
  margin-block-start: min( 12.445vw, 170px);
}
}

.rizumu-franchise__head{
  position: relative;
  font-size: 28px;
  color: #ffffff;
  line-height: 1.42857142857;
  text-align: center;
  padding-bottom: 20px;
  margin-block-start: max( -1.333333vw, -5px);
}

@media screen and (min-width: 769px){
  .rizumu-franchise__head{
    font-size: clamp(2.188rem, 1.785rem + 0.84vw, 2.5rem);
    line-height: 1.45;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: max( -1.8301vw, -25px);
  }
}

.rizumu-franchise__head::before{
  position: absolute;
  content: "";
  display: block;
  background-image: url("../img/lp/rizumu_franchise_icon.svg");
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  top: max( -18.666666vw, -70px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.rizumu-franchise__head::after{
  content: "Business Model";
  display: block;
  font-family: "Playwrite DE Grund", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E1F252;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 3px;
}

@media screen and (min-width: 769px){
  .rizumu-franchise__head::after{
    font-size: 16px;
    margin-top: min( 0.2196vw, 3px);
  }
}

.rizumu-franchise__inner{
  background-color: #0070B3;
}

/* @media screen and (min-width: 769px){
    .rizumu-franchise__inner{

  }
} */

.rizumu-franchise__cont{
  width: calc( 100% - 30px);
  margin-inline: auto;
}

@media screen and (min-width: 769px){
  .rizumu-franchise__cont{
    width: min( 73.206vw, 1000px);
    padding-block-start: 94px;
  }
}

@media screen and (min-width: 769px){
  .rizumu-franchise__cont--main{
    display: grid;
    grid-template-areas:
    "rizumu-franchise__cont--img rizumu-franchise__rightarea";
    grid-template-columns: auto 1fr;
    column-gap: min( 2.9282vw, 40px);
    row-gap: min( 1.4641vw, 20px);
    margin-block-end: 80px;
  }
}

.rizumu-franchise__cont--img{
  margin-bottom: min( 3.73333vw, 14px);
  text-align: center;
}

@media screen and (min-width: 769px){
  .rizumu-franchise__cont--img{
    margin: 0;
    grid-area: rizumu-franchise__cont--img;
    width: min( 36.6032vw, 500px);
    height: auto;
  }

  .rizumu-franchise__cont--img img{
    width: 100%;
    height: auto;
  }
}

.rizumu-franchise__cont--rightbox{
  grid-area: rizumu-franchise__rightarea;
}

.rizumu-franchise__paragraph--head {
  font-size: 18px;
  line-height: 1.88888888889;
  color: #ffffff;
  margin-bottom: min( 3.2vw , 12px);
}

@media screen and (min-width: 769px){
  .rizumu-franchise__paragraph--head{
    font-size: 22px;
    line-height: 1.72727;
    height: fit-content;
  }
}

.rizumu-franchise__paragraph{
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
}

@media screen and (min-width: 769px){
  .rizumu-franchise__paragraph{
    font-size: 16px;
    line-height: 1.75;
  }
}

.rizumu-franchise__what-rizumu{
  margin-block-start: 50px;
  padding-block: 20px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

@media screen and (min-width: 769px){
  .rizumu-franchise__what-rizumu{
    padding-block: min( 2.196vw, 30px);
    display: grid;
    row-gap: 20px;
    column-gap: 40px;
    grid-template-areas:
    "rizumu-franchise__what-rizumu--head rizumu-franchise__what-rizumu--img"
    "rizumu-franchise__what-rizumu--paragraph rizumu-franchise__what-rizumu--img";
  }
}

.rizumu-franchise__what-rizumu--head{
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-block-end: 15px;
  margin-inline: auto;
  text-align: center;
}

@media screen and (min-width: 769px){
  .rizumu-franchise__what-rizumu--head{
    font-size: 28px;
    line-height: 1.4285;
    grid-area: rizumu-franchise__what-rizumu--head;
    margin: 0;
    text-align: left;
  }
}
.rizumu-franchise__what-rizumu--img{
  display: block;
  margin-block-end: 15px;
  margin-inline: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 769px){
  .rizumu-franchise__what-rizumu--img{
    grid-area: rizumu-franchise__what-rizumu--img;
    margin-block-end: 0;
  }

  .rizumu-franchise__what-rizumu--img img{
    width: 290px;
    height: auto;
  }
}

@media screen and (min-width: 769px){
  .rizumu-franchise__what-rizumu--paragraph{
    grid-area: rizumu-franchise__what-rizumu--paragraph;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}

.rizumu-franchise__what-rizumu--paragraph-in{
  margin-block-end: 15px;
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
}

@media screen and (min-width: 769px){
  .rizumu-franchise__what-rizumu--paragraph-in{
    margin-block-end: 20px;
}
}

.rizumu-franchise__what-rizumu .rizumu-franchise__what-rizumu--paragraph-in:last-child{
  margin-block-end: 0;
}

.rizumu-franchise__strong{
  padding-block-start: 50px;
  padding-block-end: 10px;
  margin-block-end: 50px;
}

@media screen and (min-width: 769px) {
  .rizumu-franchise__strong{
  padding-block-start: 80px;
  padding-block-end: 0px;
  margin-block-end: 80px;
  }
}

.rizumu-franchise__strong--head{
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-block-end: 15px;
  margin-inline: auto;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .rizumu-franchise__strong--head{
    font-size: 28px;
    line-height: calc(40 / 28);
  }

  .rizumu-franchise__strong--cont{
    width: min( 67.2035vw , 918px);
    margin-inline: auto;
  }
}

.rizumu-franchise__strong--list-wrap{
  display: flex;
  flex-direction: column;
  padding-inline-start: 15px;
  gap: 5px;
}

@media screen and (min-width: 769px) {
  .rizumu-franchise__strong--list-wrap{
    flex-direction: row;
    gap: 15px;
    padding-inline-start: 0;
  }
}

.rizumu-franchise__strong--list{
  background-color: #E9F5F8;
  padding-inline: 15px;
  padding-block: 20px;
  border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

@media screen and (min-width: 769px) {
  .rizumu-franchise__strong--list{
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex: 1;
    gap: 15px;
    padding: 20px 18px;
  }
}


.rizumu-franchise__strong--no{
  color: #0070B3;
  line-height: 1.75;
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .rizumu-franchise__strong--no{
  color: #0070B3;
  line-height: 1.75;
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}
}

.rizumu-franchise__strong--inner{
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

@media screen and (min-width: 769px) {
  .rizumu-franchise__strong--inner{
    flex-direction: column;
    align-items: center;
  }
}


.rizumu-franchise__strong--icon-wrap{
  width:fit-content;
  height: 75px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .rizumu-franchise__strong--icon-wrap{
  width:fit-content;
  height: 75px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-top: 0px;
}
}

.rizumu-franchise__strong--icon{
  width: 75px;
  height: 75px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.business-continuity{
  background-image: url("../img/lp/business-continuity.svg");
}

.open-your-business-with-peace-of-mind{
  background-image: url("../img/lp/open-your-business-with-peace-of-mind.svg");
}

.fellow{
  background-image: url("../img/lp/fellow.svg");
}

.rizumu-franchise__strong--body{
  display: block;
}

.rizumu-franchise__strong--body h4{
  font-size: 18px;
  line-height: 1.55555555556;
  margin-bottom: 10px;
  color: #0070B3;
}

@media screen and (min-width: 769px) {
  .rizumu-franchise__strong--body h4{
  font-size: 18px;
  line-height: calc(28 / 18);
  text-align: center;
}
}

.rizumu-franchise__strong--body p{
  font-size: 16px;
  line-height: 1.5;
  color: #0070B3;
}

.opening-operation-support{
  width: calc( 100% - 30px);
  margin-inline: auto;
}

@media screen and (min-width: 769px) {
  .opening-operation-support{
  max-width: 1100px;
  margin-inline: auto;
  padding-block-end: 30px;
  }
}

.opening-operation-support__head{
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-size: 22px;
  margin-block-end: 10px;
}

@media screen and (min-width: 769px) {
  .opening-operation-support__head{
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-size: 28px;
  margin-block-end: 15px;
  line-height: calc( 40 / 28);
  }
}

.opening-operation-support__paragraph{
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .opening-operation-support__paragraph{
  font-size: 16px;
  line-height: calc( 28 / 16);
  color: #ffffff;
  margin-bottom: 20px;
}
}

.opening-operation-support__opening{
  margin-block-end: 10px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .opening-operation-support__opening{
    width: min( 19.033674vw, 260px );
  }
}

@media screen and (min-width: 769px) {
  .opening-operation-support__menu{
    width: min( 18.7408vw, 250px);
    flex-shrink:0 ;
  }
}

.opening-operation-support__menu--head{
  font-size: 20px;
  line-height: 1.8;
  padding-inline-end: 5px;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}

@media screen and (min-width: 769px) {
  .opening-operation-support__menu--head{
  line-height: calc( 36/ 20);
  color: #ffffff;
  text-align: left;
  margin-block-start: -5px;
}
}

.opening-operation-support__menu--cont{
  padding-top: 10px;
  margin-block-end: 30px;
}

@media screen and (min-width: 769px) {
  .opening-operation-support__menu--cont{
  padding-top: 10px;
  margin-block-end: 0px;
}
}

.opening-operation-support__menu--list{
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  margin-block-end: 10px;
  position: relative;
  padding-inline-start: 10px;
}

.opening-operation-support__menu--list:last-child{
  margin-block-end: 0;
}

.opening-operation-support__menu--list::before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(../img/lp/list-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5.66px;
  height: 5.66px;
}

@media screen and (min-width: 769px) {
  .opening-operation-support__opening--wrapper-of-wrapper{
    display: flex;
    gap: 40px;
  }

  .opening-operation-support__mainbody{
    display: flex;
    gap: 20px;
  }

  .operation-support__menu{
    width: min(18.7408vw, 250px);
    flex-shrink: 0;
  }
}

.operational-support__menu--head{
  font-size: 20px;
  line-height: 1.8;
  padding-inline-end: 5px;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}

@media screen and (min-width: 769px) {
    .operational-support__menu--head{
    font-size: 20px;
    line-height: calc( 36/ 20);
    text-align: left;
    margin-block-start: -5px;
  }
}

.operational-support__wrap{
  margin-block-end: 10px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .operational-support__wrap{
    width: min(19.033674vw, 260px);
    flex-shrink: 0;
  }
}

.operational-support__menu--cont{
  padding-top: 10px;
  padding-bottom: 20px;
}

.operational-support__menu--list{
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  margin-block-end: 10px;
  position: relative;
  padding-inline-start: 10px;
}

.operational-support__menu--list:last-child{
  margin-block-end: 0;
}

.operational-support__menu--list::before{
    content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background-image: url(../img/lp/list-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5.66px;
  height: 5.66px;
}

.hr-photos{
  margin-block-end: 50px;
  position: relative;
}

.hr-photos__underphotos{
  display: none;
}

@media screen and (min-width: 769px) {
  .hr-photos{
    margin-block-end: 50px;
    position: relative;
    z-index: 2;
  }

  .hr-photos__underphotos{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-block-end: 100px;
    display: block;
  }
}

.hr-photos img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.looking-for-partners__head{
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-block-end: 15px;
}

@media screen and (min-width: 769px) {
  .looking-for-partners__head{
  font-size: 28px;
  line-height: calc( 50/ 34);
  color: #ffffff;
  text-align: center;
  margin-block-start: 310px;
  margin-block-end: 30px;
  font-weight: bold;
  }
}

.looking-for-partners__head--yellow{
  color: #E1F252;
  font-weight: bold;
  font-size: 24px;
}

@media screen and (min-width: 769px) {
  .looking-for-partners__head--yellow{
  font-size: 34px;
  }
}

.looking-for-partners--box{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc( 100% - 30px);
  margin-inline: auto;
  margin-block-end: 94px;
}

@media screen and (min-width: 769px) {
  .looking-for-partners--box{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  max-width: 1055px;
  margin-inline: auto;
  margin-block-end: 180px;
}
}

.looking-for-partners--list{
  background-color: #FDF5FB;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
  border-color: #FD95E2;
  padding-block: 15px;
  color: #FD95E2;
}

@media screen and (min-width: 769px) {
  .looking-for-partners--list{
    flex: 1;
} 
}

.looking-for-partners--list:first-child{
  background-color: #EAF5EB;
  border-color: #58BA66;
  color: #58BA66;
}

.looking-for-partners--list:last-child{
  background-color: #E9F5F8;
  border-color: #00A0E9;
  color: #00A0E9;
}

.looking-for-partners__list-head{
  font-size: 22px;
  text-align: center;
  margin-block-end: 10px;
  line-height: 1.63636363636;
}

.looking-for-partners__list-head--small{
  font-size: 18px;
}

.looking-for-partners__list-visual{
  margin-block-end: 10px;
}

.looking-for-partners__list-visual img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.looking-for-partners__list-paragraph{
  font-size: 16px;
  line-height: 1.5;
  color: #0070B3;
  padding-inline: min( 5.333333vw, 20px );

}

@media screen and (min-width: 769px) {
  .looking-for-partners__list-paragraph{
  font-size: 16px;
  line-height: 1.5;
  color: #0070B3;
  padding-inline: min( 1.31771vw, 18px );
  margin-inline: auto;
}
}

.business-start-up-support__wrap{
  position: relative;
  /* padding-block-start: 50px; */
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .business-start-up-support__wrap{
  position: relative;
  padding-block-start: 0px;
  z-index: 1;
}
}

/* .business-start-up-support__wrap::before{
  content: "";
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url(../img/lp/mountains.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
} */

.bisiness-start-up-support__box{
  background-color: #0070B3;
  padding-top: 10px;
}

@media screen and (min-width: 769px) {
  .bisiness-start-up-support__box{
  padding-top: 0;
}
}

.bisiness-start-up-support__inner{
  width: calc(100% - 30px);
  margin-inline: auto;
  padding-block-end: 20px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .bisiness-start-up-support__inner{
    margin-inline: auto;
    padding-block-end: 64px;
}
}

.bisiness-start-up-support__head{
  margin-block-end: 10px;
  max-width: 318px;
  height: auto;
  margin-inline: auto;
}

@media screen and (min-width: 769px) {
  .bisiness-start-up-support__head{
  margin-block-end: 30px;
  max-width: 404px;
  height: auto;
  margin-inline: auto;
  margin-top: -5px;
}
}

.bisiness-start-up-support__head img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.bisiness-start-up-support__paragraph{
  color: #ffffff;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .bisiness-start-up-support__paragraph{
    color: #ffffff;
    font-size: 16px;
    line-height: calc(28/ 16);
    text-align: center;
}
}

.bisiness-start-up-support__flexbox{
    margin-block: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (min-width: 769px) {
  .bisiness-start-up-support__flexbox{
    margin-block: 30px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: min( 68.4480vw , 935px);
    margin-inline: auto;
  }
}

.bisiness-start-up-support__flexbox--body{
  padding-inline: 15px;
  padding-block: 12px;
  background-color: #F4F4F4;
  }

@media screen and (min-width: 769px) {
  .bisiness-start-up-support__flexbox--body{
  padding-inline: 15px;
  padding-block: 17px;
  background-color: #F4F4F4;
  }
}

.bisiness-start-up-support__flexbox--cont{
  display: flex;
}

.bisiness-start-up-support__flexbox--img{
  flex-shrink: 0;
  width: min( 32vw, 120px);
}
.bisiness-start-up-support__flexbox--figure {
  height: 100%;
}
.bisiness-start-up-support__flexbox--figure img {
  object-fit: cover;
  object-position: right;
  height: 100%;
}
@media screen and (min-width:769px) {
  .bisiness-start-up-support__flexbox--figure img {
    max-width: none;
  } 
}

@media screen and (min-width: 769px) {
  .bisiness-start-up-support__flexbox--img{
  flex-shrink: 0;
  width: min( 13.1771vw, 180px);
  }


}

.bisiness-start-up-support__flexbox--body h3{
  margin-block-end: 10px;
  font-size: 18px;
}

.bisiness-start-up-support__flexbox--body p{
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (min-width: 769px) {
  .bisiness-start-up-support__flexbox--body p{
  line-height: calc( 28/ 16);
}
}

.bisiness-start-up-support__flexbox--body{
  color:#0070B3;
  flex-grow: 1;
  border-radius: 0 5px 5px 0;
}

.bisiness-start-up-support__outside-paragraph p{
  margin-block-end: 20px;
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .bisiness-start-up-support__outside-paragraph p{
  margin-block-end: 50px;
  font-size: 16px;
  line-height: calc( 28 / 16);
  color: #ffffff;
  text-align: center;
  }
}

@media screen and (min-width: 769px) {
.cpa-entry__wrap{
  display: flex;
  width: min( 74.6705vw, 1020px);
  margin-inline: auto;
  }
}

.cpa-entry__img--r5{
  border-radius: 5px 5px 0 0;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .cpa-entry__img--r5{
  border-radius: 10px 0 0 10px;
}
}

.cpa-entry__img img{
  width: 100%;
  /* max-width: 100%; */
  max-width: none;
  /* height: auto; */
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .cpa-entry__img img{
    width: min( 42.45973vw, 580px);
  }
}

.cpa-entry__cont{
  padding-block-end: 30px;
  padding-block-start: 20px;
  background-color: #00A0E9;
  border-radius: 0 0 5px 5px;
}

@media screen and (min-width: 769px) {
  .cpa-entry__cont{
  padding: 40px;
  background-color: #00A0E9;
  border-radius: 0 10px 10px 0;
  flex: 1;
}
}

.cpa-entry__cont h2{
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  color: #E1F252;
  margin-block-end: 10px;
}

@media screen and (min-width: 769px) {
  .cpa-entry__cont h2{
    font-size: 30px;
    line-height: calc( 50 / 30);
    letter-spacing: 0.1em;
    text-align: left;
    color: #E1F252;
    margin-block-end: 10px;
}
}

.cpa-entry__cont--paragraph{
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  margin-block-end: 20px;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .cpa-entry__cont--paragraph{
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.1em;
    text-align: left;
    margin-block-end: 20px;
    color: #ffffff;
}
}

.cpa-entry__cont--link{
  display: block;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (min-width: 769px) {
  .cpa-entry__cont--link{
  display: block;
  width: fit-content;
  margin-inline-end: auto;
  margin-inline-start: 0;
}
}

.cpa-entry__cont--btn{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 280px;
  white-space: nowrap;
  text-align: center;
  padding: 16px 68px 18px;
  background-color: #e1f252;
  border-radius: 30px;
  border:3px solid #fff;
  font-size: 18px;
  line-height: 1;
  color: #0070B3;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) ;
}

@media screen and (min-width: 769px) {
  .cpa-entry__cont--btn{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    white-space: nowrap;
    text-align: center;
    padding: 16px 68px 18px;
    background-color: #e1f252;
    border-radius: 30px;
    border:3px solid #fff;
    font-size: 18px;
    line-height: 1;
    color: #0070B3;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) ;
}
}

.cpa-entry__cont--icon{
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.how-to-join-us__wrap{
  background-color: #095988;
  margin-block-start: 150px;
  margin-block-end: 50px;
  margin-inline: auto;
  width: calc( 100% - 30px);
}

@media screen and (min-width: 769px) {
  .how-to-join-us__wrap{
    background-color: #095988;
    margin-block-start: 240px;
    margin-block-end: 85px;
    margin-inline: auto;
    width: min( 58.5651vw, 800px);
  }
}

.how-to-join-us__head{
  position: relative;
  font-size: 28px;
  color: #ffffff;
  line-height: 1.42857142857;
  text-align: center;
  padding-bottom: 20px;
  margin-block-end: 20px;
}

@media screen and (min-width: 769px) {
  .how-to-join-us__head{
    position: relative;
    font-size: 40px;
    color: #ffffff;
    line-height: 1.42857142857;
    text-align: center;
    padding-bottom: 0;
    margin-block-end: 27px;
}
}

.how-to-join-us__head::before{
  position: absolute;
  content: "";
  display: block;
  background-image: url("../img/lp/how-to-join-us.svg");
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.how-to-join-us__head::after{
  content: "How To Join Us";
  display: block;
  font-family: "Playwrite DE Grund", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E1F252;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 3px;
}

@media screen and (min-width: 769px) {
  .how-to-join-us__head::after{
    content: "How To Join Us";
    display: block;
    font-family: "Playwrite DE Grund", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #E1F252;
    font-size: 16px;
    line-height: 1.75;
    margin-top: 3px;
}
}

.how-to-join-us__child-head{
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #E1F252;
  text-align: center;
  line-height: 1.66666666667;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {

.how-to-join-us__child-head{
    font-size: 26px;
    line-height: calc( 46/ 26);
    margin-bottom: 13px;
  }
}

.how-to-join-us__paragraph{
  line-height: 1.75;
  font-size: 16px;
  color: #ffffff;
  margin-block-end: 30px;
}

@media screen and (min-width: 769px) {
  .how-to-join-us__paragraph{
  text-align: center;
  line-height: calc( 28 / 16);
  margin-block-end: 50px;
  }
}

.how-to-join-us--step__head{
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .how-to-join-us--step__head{
    display: flex;
    flex-direction:row-reverse;
    justify-content: flex-end;
    align-items: baseline;
    gap: 16px;
    margin-block-start: -5px;
  }
}


.how-to-join-us--step__grid-box{
  display: grid;
  grid-template-areas: "icon heading"
  "paragraph paragraph";
  grid-template-columns:auto 1fr ;
  column-gap: 10px;
  row-gap: 5px;
  padding-block-end: 15px;
  border-bottom: 1px solid #ffffff;
  margin-block-end: 15px;
}

@media screen and (min-width: 769px) {
  .how-to-join-us--step__grid-box{
    display: grid;
    grid-template-areas: "icon heading"
    "icon paragraph";
    grid-template-columns:auto 1fr ;
    column-gap: 15px;
    row-gap: 0;
    padding-block-end: 15px;
    border-bottom: 1px solid #ffffff;
    margin-block-end: 17px;
  }
}

.how-to-join-us--step__grid-box:last-child{
  border-bottom: none;
}

.how-to-join-us--step__icon{
    grid-area: icon;
}

.how-to-join-us--step__heading{
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  grid-area: heading;
}

@media screen and (min-width: 769px) {
  .how-to-join-us--step__heading{
  font-weight: 500;
}
}

.how-to-join-us--step__sub{
  color:#E1F252;
  font-size: 14px;
  /* line-height: 2.57142857143; */
}

.bigger-font{
  font-size: 20px;
  line-height: 1.8;
}

.how-to-join-us--step__paragraph{
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  grid-area: paragraph;
}



.owner-voice__body{
  padding-block-start: 115px;
  background-color: #0070B3;
  position: relative;
}

@media screen and (min-width: 769px) {
  .owner-voice__body{
  padding-block-start: 0;

}
}

.owner-voice__head{
  position: relative;
  font-size: 28px;
  color: #ffffff;
  line-height: 1.42857142857;
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (min-width: 769px){
  .owner-voice__head{
    font-size: clamp(2.188rem, 1.785rem + 0.84vw, 2.5rem);
    line-height: 1.45;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: max( -1.8301vw, -25px);
}
}

.owner-voice__head::before{
  position: absolute;
  content: "";
  display: block;
  background-image: url("../img/lp/owner-voice.svg");
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  top: min( 4.758vw, -65px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.owner-voice__head::after{
  content: "Message from Franchiseer";
  display: block;
  font-family: "Playwrite DE Grund", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E1F252;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 3px;
}

@media screen and (min-width: 769px){
  .owner-voice__head::after{
    font-size: 16px;
    margin-top: min( 0.2196vw, 3px);
  }
}
/* 
.owner-voice__head{
  position: relative;
  font-size: 28px;
  color: #ffffff;
  line-height: 1.42857142857;
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .owner-voice__head{
    position: relative;
    font-size: 40px;
    color: #ffffff;
    line-height: 1.42857142857;
    text-align: center;
    padding-bottom: 40px;
    margin-block-start: -25px;
}
}

.owner-voice__head::before{
  position: absolute;
  content: "";
  display: block;
  background-image: url("../img/lp/owner-voice.svg");
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.owner-voice__head::after{
  content: "Message from Franchiseer";
  display: block;
  font-family: "Playwrite DE Grund", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E1F252;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 3px;
}

@media screen and (min-width: 769px) {
  .owner-voice__head::after{
    content: "Message from Franchiseer";
    display: block;
    font-family: "Playwrite DE Grund", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #E1F252;
    font-size: 16px;
    line-height: 1.75;
    margin-top: 3px;
}
} */

.owner-voice__cont{
  width: calc(100% - 30px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  padding-block-end: 30px;
}

@media screen and (min-width: 769px) {
  .owner-voice__cont{
    width: min( 57.10102vw, 780px);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    padding-block-end: 30px;
    padding-block-start: 94px;
  }
}

.owner-voice__cont--entry{
  background-color: #FFFFFF;
  border-radius: 10px;
}

@media screen and (min-width: 769px) {
  .owner-voice__cont--entry{
    background-color: #FFFFFF;
    border-radius: 10px;
    display: flex;
}
}

.owner-voice__cont--img{
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .owner-voice__cont--img{
  margin-block-end: 0;
  width: 260px;
  height: 300px;
  flex-shrink: 0;
  }
}

@media screen and (min-width: 769px) {
  .owner-voice__cont--body{
    padding-inline-end: 40px;
    padding-block: 33px;
    padding-inline-start: 30px;
    text-align: left;
    color: #0070B3;
  }
}

.owner-voice__cont--heading{
  padding-inline: 20px;
  margin-block-end: 10px;
  text-align: left;
  color: #0070B3;
  font-size: 18px;
  line-height: calc( 30 / 18);
}

@media screen and (min-width: 769px) {
  .owner-voice__cont--heading{
    padding-inline: 0;
  }
}

.owner-voice__cont--paragraph{
  padding-inline: 20px;
  margin-block-end: 10px;
  color: #0070B3;
  line-height: calc( 26 / 16);
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .owner-voice__cont--paragraph{
    padding-inline: 0;
  }
}

.owner-voice__cont--store-name{
  font-size: 14px;
  margin-block-start: 10px;
  margin-block-end: 5px;
  line-height: 2.14285714286;
  padding-inline: 20px;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .owner-voice__cont--store-name{
    margin-block-start: 0 ;
    margin-block-end: 0;
    line-height: calc( 30 / 20);
    line-height: 1;
  }
}

.owner-voice__cont--category{
  display: inline-block;
  color: #ffffff;
  border-radius: 13px;
  padding: 2px 10px;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .owner-voice__cont--category{
    padding: 2 10px;
    line-height: 1;
  }
}

.cat-seikatsu{
  background-color: #FD95E2;
}

.cat-typeb{
  background-color: #00A0E9;
}

.owner-voice__cont--human-name{
  font-size: 20px;
  line-height: 1.5;
  color: #00A0E9;
  padding-inline: 20px;
  text-align: right;
  margin-block-end: 20px;
}

@media screen and (min-width: 769px) {
  .owner-voice__cont--human-name{
    margin-block-end: 0;
    padding-inline-end: 0;
  }
}

.smaller-font{
  font-size: 14px;
}

/*
原稿到着後削除箇所
*/
.owner-voice__coming-soon{
  padding-block-start: 30px;
  padding-block-end: 40px;
  color: #CEEBF2;
  font-size: 22px;
  line-height: 1.63636363636;
  text-align: center;
  background-color: #0070B3;
}

@media screen and (min-width: 769px) {
  .owner-voice__coming-soon{
   padding-block-start: 120px;
    padding-block-end: 40px;
    color: #CEEBF2;
    font-size: 32px;
    line-height: calc( 36 / 32);
    text-align: center;
    background-color: #0070B3;
}
}
/*
//原稿到着後削除箇所
*/

.question-area__wrap{
  margin-block-start: min( 42.66666vw , 160px);
  width: calc(100% - 30px);
  margin-inline: auto;
}

.question-area__head{
  position: relative;
  font-size: 28px;
  color: #ffffff;
  line-height: 1.42857142857;
  text-align: center;
  margin-block-end: 20px;
}

@media screen and (min-width: 769px) {
  .question-area__head{
    margin-block-end: 30px;
    padding-bottom: 0;
    margin-block-start: 245px;
    font-size: 40px;
}
}

.question-area__head::before{
  position: absolute;
  content: "";
  display: block;
  background-image: url("../img/lp/question-area-icon.svg");
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.question-area__head::after{
  content: "FAQ";
  display: block;
  font-family: "Playwrite DE Grund", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E1F252;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 3px;
}

@media screen and (min-width: 769px) {
  .question-area__head::after{
  content: "FAQ";
  display: block;
  font-family: "Playwrite DE Grund", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E1F252;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 3px;
}
}

@media screen and (min-width: 769px) {
    .question-area__cont{
    width: min( 51.24450vw, 700px);
    margin-inline: auto;
    margin-block-end: 60px;
  }
}

.question-area__cont--question{
  display: flex;
  color: #E1F252;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.55555555556;
  margin-block-end: 10px;
}

.question-area__cont--question::before{
  content: "Q.";
  font-weight: 500;
  font-style: normal;
  color: #E1F252;
  font-size: 18px;
  line-height: 1.55555555556;
  margin-inline-end: 5px;
}

.question-area__cont--answer{
  line-height: 1.75;
  font-size: 16px;
  color: #ffffff;
  padding-block-end: 20px;
  margin-block-end: 20px;
  border-bottom: 1px solid #ffffff;
}

.question-area__cont--answer:last-child{
  border-bottom: none;
}

.footer__fix-menu{
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .footer__fix-menu{
    display: none;
  }
}

.footer__fix-menu--pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .footer__fix-menu--pc {
    position: fixed;
    display: block;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  .bottom-nav-link--contact {
    display: grid;
    grid-template-columns: 25px auto;
    align-items: center;
    gap: 10px;
    border-radius: 20px 0px 0px 0px;
    background: var(--color-contact);
    box-shadow: 0px 0px 25px rgba(0, 160, 233, 0.15);
    font-weight: 700;
    font-size: 18px;
    padding: 14px 39px;
  }
  .bottom-nav-link--contact:before {
    content: "";
    height: 20px;
    margin-block: 2px;
    background: url(../img/lp/mail.png) no-repeat center / contain;
  }
  .bottom-nav-link--contact:hover {
    opacity: 1;
  }
}

.footer__fix-menu--box{
  background-color: #ffffff;
}

.footer__fix-menu--list-wrap{
  display: flex;
  gap: 3px;
  font-size: 10px;
  text-align: center;
}

.footer__fix-menu--list{
  flex: 1;
  padding-inline: 3px;
  padding-block-end: 3px;
  padding-block-start: 5px;

}

.footer__fix-menu--list a{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.footer__fix-menu--list:last-child{
  background-color: #E1F252;
}
