html {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    color: #202020;
}

body {
    min-width: 390px;
}

body.js-active {
  overflow: hidden;
}
@media screen and (max-width: 1000px){
	body{
		margin-bottom: 115px;
	}
}
main {
    overflow: hidden;
}

picture {
    display: block;
}

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

a {
    display: inline-block;
}

@media screen and (min-width: 901px) {
    a.--nomal {
        transition: opacity .5s;
    }

    a.--nomal:hover {
        opacity: 0.7;
    }
}

/* utility */
.u-en {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}

.u-main-bg{
  background:#007FC3;
  position: relative;
  overflow: hidden;
}

.u-band__wrapper{
  padding-left: 40px;
  padding-right: 40px;
}

.u-band__bottom{
  padding-left: 40px;
  padding-right: 40px;
}

.u-band{
  border-radius: 28px;
  text-align: center;
  padding: 55px 0 220px;
}

.u-reason {
  position: relative;
  display: inline-block;
  padding: 10px 32px;
  font-size: 20px;
  font-weight: 800;
  line-height: 125%;
  background: #FFF100;
  border-radius: 9999px;
  margin-bottom: 26px;
}

.u-reason:before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 13px solid #FFF100;
}

.u-band__title{
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 155%;
}

.u-band__title span{
  position: relative;
}

.u-band__title span:not([class])::after{
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #fff;
}

.u-band__title span.--l-space{
  letter-spacing: -19.8px;
}

.u-band__title span.--l2-space{
  letter-spacing: -8.8px;
}

.--blue{
  color: #007FC3;
}

/* layout */
.l-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}

@media screen and (max-width: 1100px){
  .u-band__title{
    font-size: 38px;
  }
}

@media screen and (max-width: 900px) {
    .l-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .l-inner {
        max-width: 520px;
    }

    .u-band__wrapper{
      padding-left: 10px;
      padding-right: 10px;
    }

    .u-band__bottom{
      padding-left: 15px;
      padding-right: 15px;
    }

    .u-band{
      border-radius: 20px;
      padding: 30px 0 180px;
    }

    .u-reason {
      padding: 5px 29px;
      font-size: 14px;
      margin-bottom: 17px;
    }

    .u-reason:before {
      margin-left: -7px;
      border: 7px solid transparent;
      border-top: 6px solid #FFF100;
    }

    .u-band__title{
      font-size: 26px;
    }

    .u-band__title span:not([class])::after{
      bottom: calc(100% - 3px);
      width: 5px;
      height: 5px;
    }

    .u-band__title span.--l-space{
      letter-spacing: -11.7px;
    }

    .u-band__title span.--l2-space{
      letter-spacing: initial;
    }
}

/* common */
.pc-only {
    display: block;
}

.br-pc-only {
    display: inline-block;
}

.sp-only {
    display: none;
}

.br-tb-only {
    display: none;
}
.br-sp-only {
    display: none;
}

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

    .br-pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .br-sp-only {
        display: inline-block;
    }
}
@media screen and (max-width: 1279px) {
    .br-tb-only {
        display: inline-block;
    }
}

/* 共通 */
.u-main-bg::before{
  content: "";
  width: 834.235px;
  height: 879.129px;
  background-image: url(../img/mv-left-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  right: 58%;
}

.u-main-bg::after{
  content: "";
  width: 834.235px;
  height: 879.129px;
  background-image: url(../img/mv-right-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-38%);
  -webkit-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  left: 60%;
}

.u-main-bg__inner{
  position: relative;
  z-index: 1;
}

.c-cv-btn{
  text-align: center;
  max-width: 892px;
  margin: 0 auto;
}

.c-cv-btn > p{
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 1.26px;
  margin-bottom: 12px;
}

.c-cv-btn > .c-cv-title span.--accent{
  position: relative;
}

.c-cv-btn > .c-cv-title span.--accent::before,
.c-cv-btn > .c-cv-title span.--accent::after{
  content: "";
  width: 13px;
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-cv-btn > .c-cv-title span.--accent::before{
  right: calc(100% + 3px);
  background-image: url(../img/cv-title-left.svg);
}
.c-cv-btn > .c-cv-title span.--accent::after{
  left: calc(100% + 3px);
  background-image: url(../img/cv-title-right.svg);
}

.c-cv-btn .offer{
  margin-top: 12px;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
}

.c-cv-btn .c-btn__inner{
  /* display: flex;
  align-items: center; */
  padding-left: 45px;
  background: url(../img//icn_mail_white.webp) no-repeat center left / 32px;
	display: inline-block;
}

.c-cv-btn .c-btn{
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.48px;
  padding: 25px 50px;
}

.c-cv-btn .c-btn svg{
  margin-left: 18px;
  margin-top: 2px;
}

.c-btn{
  position: relative;
  top: 0;
  border-radius: 10px;
  background: #FF5A00;
  color: #fff;
  box-shadow: 0 5px #D44B00;
  transition: .2s ease-in-out;
  display: inline-block;
}
.c-btn.--blue{
  background: #007FC3;
  box-shadow: 0 5px #005F91;
}
.c-btn:hover{
  top: 5px;
  box-shadow: 0 0 #D44B00;
}
.c-btn.--blue:hover{
  top: 5px;
  box-shadow: 0 0 #005F91;
}

.u-band__wrapper .c-cv-btn{
  margin-top: 80px;
}

@media screen and (max-width: 900px) {
  .u-main-bg::before{
    width: 200px;
    height: 200px;
    background-image: url(../img/left-bg-sp.webp);
    top: 0;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    right: initial;
    left: 0;
  }

  .u-main-bg::after{
    width: 200px;
    height: 200px;
    background-image: url(../img/right-bg-sp.webp);
    top: initial;
    bottom: 0;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    left: initial;
    right: 0;
  }

  .c-cv-btn > p{
    font-size: 14px;
    margin-bottom: 10px;
  }

  .c-cv-btn > p span::before,
  .c-cv-btn > p span::after{
    width: 11px;
    height: 15px;
  }
  .c-cv-btn > p span::before{
    right: calc(100% + 5px);
  }
  .c-cv-btn > p span::after{
    left: calc(100% + 5px);
  }

  .c-cv-btn .offer{
    margin-top: 10px;
    font-size: 12px;
  }

  .c-cv-btn .c-btn__inner{
    justify-content: center;
    width: 100%;
  }

  .c-cv-btn .c-btn{
    /* display: block; */
    font-size: 16px;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.48px;
    padding: 20px;
  }

  .c-cv-btn .c-btn svg{
    width: 8.5px;
    height: auto;
  }

  .u-band__wrapper .c-cv-btn{
    margin-top: 30px;
  }
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header{
	padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  top: 0;
	left: 0;
  width: 100%;
  z-index: 999;
	box-sizing: border-box;
}
/* 上部固定header */
.clone-header{ 
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #e6f8fc;
	padding-top: 6px;
  padding-bottom: 10px;

	transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
	pointer-events: none;
}
.clone-header .p-header__inner{
	max-width: 100%;
	width: 98%;
	padding-left: 0;
}
.clone-header .p-header__logo{
	width: 173px;
}
.clone-header .p-header__contact > p{
	font-size: 15px;
}
.clone-header.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
/* 上部固定header ここまで */

.p-header__inner{
	max-width: 1240px;
	width: 86%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
  padding-left: 80px;
}
.p-header__logo{
  width: 215px;
}
.p-header__logo img{
	width: 100%;
}
.p-header__right{
  display: flex;
  align-items: center;
  gap: 27px;
}
.p-header__tel{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-header__tel--main{
  color: #007FC3;
  font-size: 30px;
  line-height: 105%;
  display: flex;
  align-items: center;
  gap: 5px;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.p-header__tel > p{
	color: #007FC3;
  font-size: 10px;
  font-weight: 500;
  line-height: 125%;
	letter-spacing: .01em;
}
.p-header__contact{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
	border-radius: 6px;
}
.p-header__icon{
  width: 24px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-header__icon img{
  width: 100%;
}
.p-header__contact > p{
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: .01em;
}
@media screen and (max-width: 1300px){
	.p-header__inner{
		width: 82%;
	}
}
@media screen and (max-width: 1000px){
	.p-header__inner{
		padding-left: 0;
	}
	.p-header__right{
		display: none;
	}
	.p-header__logo{
		margin: 0 auto;
	}
	/* 上部固定header */
	.clone-header{ 
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		background: #e6f8fc;
		padding: 10px 10px 20px;
		transform: translateY(100%);
	}
	.clone-header .p-header__inner{
		width: 100%;
	}
	.clone-header .p-header__logo{
		display: none;
	}
	.clone-header .p-header__right{
		display: block;
		margin: 0 auto;
	}
	.p-header__tel--main{
		font-size: 24px;
	}
	.p-header__tel--main svg{
		width: 20px;
	}
	.p-header__contact{
		margin-top: 5px;
	}
	/* 上部固定header ここまで */
}
@media screen and (max-width: 900px) {
  .p-header__logo{
    width: 150px;
  }
}
/*===========================================================================*/
/*  p-kv  */
/*===========================================================================*/
.p-kv{
	box-sizing: border-box;
	height: 580px;
	padding: 110px 0 40px;
	position: relative;
}
.p-kv::before,
.p-kv::after{
	position: absolute;
	content: '';
	height: 100%;
	width: 168px;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.p-kv::before{
	left: 0;
	background: url(../img/kv_bg_left.png) no-repeat center left / 100%;
}
.p-kv::after{
	right: 0;
	background: url(../img/kv_bg_right.png) no-repeat center right / 100%;
}
.p-kv img{
	width: 100%;
}
.p-kv__inner{

}
.p-kv__ttl{
	max-width: 910px;
	width: 90%;
	margin: 0 auto;
}
.p-kv__txt{
	max-width: 612px;
	width: 60%;
	margin: 40px auto 0;
}
.p-kv .c-cv-btn{
	margin-top: 40px;
}
.p-kv .c-cv-btn .c-btn{
	font-size: 20px;
	letter-spacing: .01em;
	max-width: 445px;
	box-sizing: border-box;
	padding: 17px 45px;
	border-radius: 6px;
}
@media screen and (max-width: 1000px) {
  .p-kv{
		height: auto;
	}
}
@media screen and (max-width: 900px) {
	.p-kv{
		padding: 70px 0 30px;
	}
  .p-kv__ttl{
		max-width: 580px;
	}
	.p-kv__txt{
		max-width: 400px;
		margin: 15px auto 0;
	}
	.p-kv .c-cv-btn{
		position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -75px;
		width: 90%;
	}
	.c-cv-btn .c-btn__inner{
		background-size: 25px;
		padding-left: 38px;
	}
	.p-kv .c-cv-btn .c-btn{
		font-size: 18px;
		padding: 17px 8px 17px 15px;
	}
}
@media screen and (max-width: 600px) {
	.p-kv{
		height: 290px;
	}
	.p-kv::before,
	.p-kv::after{
		width: 86px;
	}
	.p-kv__ttl{
		max-width: 345px;
	}
	.p-kv__txt{
		max-width: 230px;
	}
}
/*===========================================================================*/
/*  p-lead  */
/*===========================================================================*/
.p-lead{
	background: #e6f8fc;
	padding: 57px 0 0;
}
.p-lead img{
	width: 100%;
}
.p-lead__wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row-reverse;
}
.p-lead__left{
	max-width: 188px;
	width: 20%;
	padding-left: 2.5%;
}
.p-lead__right{
	max-width: 830px;
	width: 78%;
	margin-bottom: 57px;
}
.p-lead__right__wrap{
	background: #fff;
	border-radius: 16px;
	display: flex;
	align-items: center;
	padding: 40px 20px 40px 32px;
	position: relative;
	z-index: 2;
}
.p-lead__right__wrap::after{
	position: absolute;
	content: '';
	width: 60px;
	height: 31px;
	background: url(../img/icn_triangle.png) no-repeat center center / 100%;
	top: 30px;
	left: -47px;
	z-index: -1;
} 
.p-lead__ttl{
	width: 136px;
	flex-shrink: 0;
	margin: 0 28px 0 0;
}
.p-lead__txt{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.9;
}
.p-lead__txt span{
	font-size: 1.4em;
	background: #e6ff8d;
}

@media screen and (max-width: 1000px){
	.p-lead__txt{
		font-size: 18px;
	}
}
@media screen and (max-width: 900px){
	.p-lead{
		padding: 110px 0 0;
	}
	.p-lead__wrap{
		display: block;
	}
	.p-lead__left{
		max-width: 156px;
		width: 100%;
		padding-left: 0;
		margin: 0 auto;
	}
	.p-lead__right{
		max-width: 100%;
		width: 100%;
		margin-bottom: 15px;
	}
	.p-lead__right__wrap{
		padding: 12px;
	}
	.p-lead__right__wrap::after{
		top: auto;
		left: auto;
		right: 70px;
    bottom: -18px;
    transform: rotate(-48deg);
	}
	.p-lead__ttl{
		max-width: 70px;
		width: 23%;
		margin: 0 10px 0 0;
	}
	.p-lead__txt{
		font-size: 16px;
	}
}
@media screen and (max-width: 600px){
	.p-lead__txt{
		font-size: 14px;
	}
	.p-lead__txt span{
		font-size: 1em;
	}
}
/*===========================================================================*/
/*  about  */
/*===========================================================================*/
.p-about{
  padding-bottom: 60px;
}
.p-about__content{
  background: #fff;
  padding: 50px 0;
}
.p-about__item{
  display: flex;
  justify-content: space-between;
}
.p-about__item:not(:first-child){
  margin-top: 40px;
}
.p-about__item__head{
  font-weight: bold;
  display: flex;
  align-items: flex-start;
}
.p-about__item__head img{
	width: 100%;
}
.p-about__item__txt{
  font-size: 16px;
  line-height: 2;
  margin-top: 24px;
}
.p-about__item__txt span{
	color: #ff5900;
	font-weight: bold;
}
.p-about__item__note{
  color: #666;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 5px;
	text-align: right;
}
.p-about__item__img{
  max-width: 430px;
  width: 40%;
  flex-shrink: 0;
  margin-left: 42px;
}
.p-about__item__img img{
	width: 100%;
}
.p-about__item__img--s{
  max-width: 386px;
  width: 36%;
  margin-right: 35px;
}
.p-about__copy{
  text-align: center;
  margin: 50px 0 30px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.9;
}
.about .c-cv-btn{
	margin-top: 30px;
}


.p-feature{
}
.p-feature *{
	box-sizing: border-box;
}
.p-feature__lead{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}
.p-feature__lead span{
	position: relative;
	padding: 0 36px;
	display: inline-block;
}
.p-feature__lead span::before,
.p-feature__lead span::after{
	position: absolute;
	content: '';
	bottom: 0;
	width: 18px;
  height: 36px;
}
.p-feature__lead span::before{
	left: 0;
	background: url(../img/icn_left.svg) no-repeat center center / 100%;
}
.p-feature__lead span::after{
	right: 0;
	background: url(../img/icn_right.svg) no-repeat center center / 100%;
}
.p-feature__list{
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	margin: 52px 0 25px;
}
.p-feature__item{
	max-width: 350px;
	width: 32%;
	padding: 18px 30px;
	border: 1px solid #007fc3;
}
.p-feature__img{
	max-width: 123px;
	margin: 0 auto;
}
.p-feature__img img{
	width: 100%;
}
.p-feature__ttl{
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.5;
	margin-top: 10px;
}
.p-feature__ttl span{
	color: #007FC3;
	font-size: 24px;
	background: #e6ff8d;
}
.p-feature__txt{
	font-size: 16px;
	line-height: 2;
	padding: 0 6px;
	margin-top: 10px;
}

@media screen and (max-width: 1000px){
	.p-feature__item{
		padding: 18px;
	}
}

@media screen and (max-width: 900px){
  .p-about__item{
    display: block;
  }
  .p-about__item__img{
    max-width: 100%;
    width: 100%;
    margin: 20px 0 0;
  }
  .p-about__content{
    padding: 40px 0;
  }
  .p-about__copy{
    margin: 30px 0 20px;
		font-size: 18px;
  }
  .p-about__item__txt{
    font-size: 15px;
    margin-top: 16px;
  }
  .p-about__item__note{
    font-size: 10px;
    margin-top: 5px;
  }
	
	.p-feature__lead{
		font-size: 24px;
	}
	.p-feature__list{
		display: block;
		margin: 30px 0 0;
	}
	.p-feature__item{
		width: 100%;
		padding: 20px;
		margin: 0 auto 10px;
	}
	.p-feature__ttl{
		font-size: 17px;
	}
	.p-feature__ttl span{
		font-size: 22px;
	}
	.p-feature__txt{
		font-size: 15px;
	}
}


/*===========================================================================*/
/*  user  */
/*===========================================================================*/
.p-user{
  padding-bottom: 84px;
}
.p-user h2{
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 135%;
}
.p-user__list{
  display: flex;
  gap: 40px;
  margin-top: 75px;
}
.p-user__item{
  border-radius: 30px;
  background: #F5F8F9;
  padding: 45px 40px 40px;
  position: relative;
  width: 100%;
}
.p-user__item::after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 77px;
  height: 6px;
  background: #007FC3;
}
.p-user__item h3{
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 155%;
}
.p-user__graph{
  width: 80%;
  max-width: 272px;
  margin: 15px auto 0;
}
.p-user__table{
  width: 100%;
  margin-top: 16px;
  aspect-ratio: 478/384;
}
.p-user__table.--short{
  aspect-ratio: 446/238;
}
.p-user__text{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 155%;
  margin-top: 25px;
  height: calc(1em * 1.55 * 2);
}
.p-user__text .--marker{
  background: linear-gradient(transparent 70%, #FFF100 30%);
}
.p-user__text .--middle{
  font-size: 34px;
  line-height: 125%;
}
.p-user__text .--big{
  font-size: 46px;
  line-height: 125%;
}
.p-user__info{
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 155%;
  margin-top: 13px;
}
@media screen and (max-width: 1100px) {
  .p-user h2{
    font-size: 38px;
  }
  .p-user__item h3{
    font-size: 24px;
  }
  .p-user__text{
    font-size: 18px;
  }
  .p-user__text .--middle{
    font-size: 28px;
  }
  .p-user__text .--big{
    font-size: 38px;
  }
}
@media screen and (max-width: 900px) {
  .p-user{
    padding-bottom: 40px;
  }
  .p-user h2{
    font-size: 26px;
  }
  .p-user__list{
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
  }
  .p-user__item{
    border-radius: 20px;
    padding: 35px 20px 30px;
  }
  .p-user__item::after{
    width: 67px;
    height: 5px;
  }
  .p-user__item h3{
    font-size: 22px;
  }
  .p-user__graph{
    width: 60%;
  }
  .p-user__table{
    margin-top: 5px;
    aspect-ratio: initial;
  }
  .p-user__table.--short{
    aspect-ratio: initial;
  }
  .p-user__item:last-child .p-user__table{
    padding: 0 5px;
  }
  .p-user__text{
    font-size: 20px;
    margin-top: 15px;
    height: initial;
  }
  .p-user__text .--middle{
    font-size: 28px;
  }
  .p-user__text .--big{
    font-size: 38px;
  }
  .p-user__info{
    font-size: 10px;
    margin-top: 10px;
  }
}

/*===========================================================================*/
/*  review  */
/*===========================================================================*/
.p-review{
  padding-bottom: 100px;
}

.p-review__list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 50px;
}

.p-review__card{
  border-radius: 20px;
  background: #F5F8F9;
  padding: 15px 15px 20px;
  width: calc(100% / 3 - 44px / 3);
}

.p-review__card figure{
  border-radius: 16px;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.p-review__card figure img{
  object-fit: cover;
  height: 100%;
}

.p-review__card--inner{
  padding: 16px 10px 0;
}

.p-review__card h3{
  font-size: 16px;
  font-weight: 700;
  line-height: 155%;
}

.p-review__company{
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 155%;
}

.p-review__company > p{
  flex-shrink: 0;
}

.p-review__company .--border{
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #007FC3, transparent);
}

.p-review__card dl{
  margin-top: 10px;
  color: #007FC3;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 155%;
}

.p-review__card dt{
  font-weight: 700;
}

.p-review__card dd{
  border-radius: 7px;
  background: #E8F0F5;
  font-weight: 400;
  padding: 2px 7px;
}

.p-review__text{
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

@media screen and (max-width: 900px) {
  .p-review{
    padding-bottom: 60px;
  }

  .p-review__list{
    gap: 15px;
    margin-bottom: 15px;
  }

  .p-review__card{
    padding: 10px 10px 20px;
    width: 100%;
  }

  .p-review__card h3{
    font-size: 15px;
  }

  .p-review__company{
    font-size: 14px;
  }

  .p-review__card dl{
    font-size: 11px;
  }

  .p-review__text{
    font-size: 13px;
  }

  .p-review__more{
    border-radius: 16px;
    background: #F5F8F9;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 22px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.32px;
    position: relative;
  }

  .p-review__more.close::after{
    transform: rotate(180deg) translateY(50%);
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
  }

  .p-review__more::after{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../img/more-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/*===========================================================================*/
/*  reason  */
/*===========================================================================*/
.p-reason__wrap{
  background: #F5F8F9;
  padding-top: 90px;
  padding-bottom: 100px;
}

.p-reason:not(:last-child){
  margin-bottom: 75px;
}

.p-reason__title{
  text-align: center;
}

.p-reason__title h2{
  display: inline-block;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
  position: relative;
  margin-bottom: 80px;
}

.p-reason__title h2::before,
.p-reason__title h2::after{

  position: absolute;
  width: 16px;
  height: 109px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-reason__title h2::before{
  right: calc(100% + 40px);
  content: url(../img/reason-title-left.svg);
}

.p-reason__title h2::after{
  left: calc(100% + 40px);
  content: url(../img/reason-title-right.svg);
}

.p-reason__title h2 .--big{
  font-size: 50px;
  font-weight: 700;
  line-height: 135%;
}

.p-reason__list{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: -176px;
}

.p-reason__card{
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 10px 10px 35px 0px rgba(7, 18, 76, 0.03);
  padding: 15px 15px 27px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.p-reason__card figure{
  aspect-ratio: 312/183;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F8F9;
  padding: 5px;
}

.p-reason__card figure img{
  max-width: 249px;
  border-radius: 5px;
}

.p-reason__card h3{
  font-size: 26px;
  font-weight: 700;
  line-height: 135%;
  margin-top: 20px;
}

.p-reason__card p{
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
  margin-top: 12px;
}

.p-reason__text{
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

/* reason02 */
.rp-user__item{
  border-radius: 30px;
  background: #F5F8F9;
  padding: 40px 25px;
  position: relative;
  box-shadow: 10px 10px 35px 0px rgba(7, 18, 76, 0.03);
  width: 100%;
}

.rp-user__info{
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 155%;
  margin-top: 13px;
}

/* reason03 */
.p-reason__table{
  margin-top: -176px;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 10px 10px 35px 0px rgba(7, 18, 76, 0.03);
  padding-bottom: 45px;
}

.p-reason__table--inner{
  overflow-x: scroll;
}

.p-reason__table--inner {
  -ms-overflow-style: none; /* IE対策 */
  overflow: -moz-scrollbars-none; /* Firefox対策 */
}
.p-reason__table--inner::-webkit-scrollbar { /* Google Chrome対策 */
  display: none;
}

.p-reason__table--item{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 940px;
  padding-top: 50px;
  padding-bottom: 40px;
  padding-right: 50px;
  padding-left: 50px;
}

.p-reason__table--btn_list{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  width: calc(100% - (100% * 183/995 ));
  margin-top: 4px;
}

.p-reason__table--btn_list li{
  width: 100%;
  text-align: center;
  background: #FAFAFA;
  padding: 19px 0;
}

.p-reason__table--btn{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 25px;
}

@media screen and (max-width: 1100px) {
  .p-reason__list{
    gap: 20px;
  }

  .p-reason__table--inner::-webkit-scrollbar {
    height: 5px;
  }

  .p-reason__table--inner {
    -ms-overflow-style: initial; /* IE対策 */
  }
  .p-reason__table--inner::-webkit-scrollbar { /* Google Chrome対策 */
    display: initial;
  }

  .p-reason__table--inner::-webkit-scrollbar-thumb {
    background: #d2b48c;
    border-radius: 30px;
    background: #CACACA;
  }

  .p-reason__table--inner::-webkit-scrollbar-track {
    background: #F3F3F3;
    border-radius: 30px;
  }

  .hidden-scroll {
    position: absolute;
    right: 0px;
    top: 0;
    width: 17px;
    height: 100%;
  }
  .hidden-scroll:not(.scroll-hidden) {
    opacity: 1;
    transition: opacity 2s;
  }
  .hidden-scroll.scroll-hidden {
    opacity: 0;
    pointer-events: none;
  }
}

@media screen and (max-width: 900px) {
  .p-reason__wrap{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-reason:not(:last-child){
    margin-bottom: 50px;
  }

  .p-reason__title h2{
    font-size: 18px;
    margin-bottom: 30px;
  }

  .p-reason__title h2::before,
  .p-reason__title h2::after{
    width: 13px;
    height: 112px;
  }

  .p-reason__title h2::before{
    content: url(../img/reason-title-left-sp.svg);
    right: calc(100% + 12px);
  }

  .p-reason__title h2::after{
    content: url(../img/reason-title-right-sp.svg);
    left: calc(100% + 12px);
  }

  .p-reason__title h2 .--big{
    font-size: 32px;
  }

  .p-reason__list{
    flex-direction: column;
    gap: 12px;
    margin-top: -166px;
  }

  .p-reason__card{
    border-radius: 16px;
    padding: 10px 10px 20px;
  }

  .p-reason__card figure img{
    max-width: 80%;
  }

  .p-reason__card h3{
    font-size: 20px;
    margin-top: 12px;
  }

  .p-reason__card p{
    font-size: 15px;
    margin-top: 6px;
  }

  .p-reason__text{
    text-align: left;
    margin-top: 20px;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* reason02 */
  .rp-user__item{
    border-radius: 20px;
    padding: 35px 20px 30px;
  }

  .rp-user__info{
    font-size: 10px;
    margin-top: 10px;
  }

  /* reason03 */
  .p-reason__table{
    margin-top: -166px;
    border-radius: 16px;
    padding-bottom: 30px;
  }

  .p-reason__table--item{
    min-width: 760px;
    padding-top: 25px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-reason__table--btn_list{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    width: calc(100% - (100% * 183/995 ));
    margin-top: 3px;
  }

  .p-reason__table--btn_list li{
    width: 100%;
    text-align: center;
  }

  .p-reason__table--btn{
    padding: 7px 20px;
    border-radius: 4px;
  }

  .p-reason__table--btn{
    font-size: 12px;
  }

  .p-reason__table--btn svg{
    width: 7px;
    margin-top: 2px;
  }
}

/*===========================================================================*/
/*  service  */
/*===========================================================================*/
.p-service__wrap{
  padding-top: 140px;
}

.p-service{
  padding-bottom: 140px;
}

.p-service:last-child{
  padding-bottom: 170px;
}

.p-service h2{
  color: #007FC3;
  font-size: 50px;
  font-weight: 700;
  line-height: 135%;
}

.p-service h2 .p-service__info{
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  color: #202020;
}

.p-service h2 .p-service__num{
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
  position: relative;
  padding: 0 15px;
  margin-right: 18px;
}

.p-service h2 .p-service__num::before,
.p-service h2 .p-service__num::after{
  width: 11px;
  height: 54px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-service h2 .p-service__num::before{
  content: url(../img/num-title-left.svg);
  left: 0;
}

.p-service h2 .p-service__num::after{
  content: url(../img/num-title-right.svg);
  right: 0;
}

.p-service__item--top{
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.p-service:nth-child(even) .p-service__item--top{
  flex-direction: row-reverse;
}

.p-service__item--icon{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 54%;
}

.p-service__item--icon li{
  border-radius: 10px;
  background: #FFF;
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.p-service__item--icon figure{
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
}

.p-service__item--icon_text{
  font-size: 17px;
  font-weight: 700;
  line-height: 135%;
  min-height: calc(1em * 1.35 * 3);
  display: flex;
  align-items: center;
}

.p-service__item--icon_text .--small{
  font-size: 12px;
  font-weight: 700;
  line-height: 135%;
}

.p-service__item--icon_text .--info{
  color: #B7B7B7;
  font-size: 10px;
  font-weight: 500;
  line-height: 135%;
}

.p-service__item--icon_text .--kome{
  font-size: 12px;
  line-height: 1.5;
  vertical-align: top;
}

.p-service__item--content{
  width: 46%;
}

.p-service__item--content figure img{
  border-radius: 10px;
}

.p-service__item--content_text{
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.16px;
  margin-top: 13px;
}

.p-service__item--content_info{
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.12px;
  margin-top: 10px;
}

.p-service__item--top .offer{
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.12px;
}

.p-service__btn--wrap{
  text-align: center;
  margin-top: 60px;
}

.p-service__btn{
  display: inline-flex;
  align-items: center;
  gap: 13px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.48px;
  padding: 25px 30px;
}

.p-service__btn svg{
  margin-top: 2px;
}

@media screen and (max-width: 1100px) {
  .p-service h2{
    font-size: 48px;
  }

  .p-service h2 .p-service__info{
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  /*===========================================================================*/
  .p-service__wrap{
    padding-top: 0;
  }

  .p-service{
    padding-bottom: 0;
    padding-top: 60px;
  }

  .p-service:last-child{
    padding-bottom: 50px;
  }

  .p-service h2{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 30px;
  }

  .p-service h2 .p-service__info{
    font-size: 16px;
    margin-top: 6px;
  }

  .p-service h2 .p-service__num{
    font-size: 22px;
    padding: 0 12px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .p-service h2 .p-service__num::before,
  .p-service h2 .p-service__num::after{
    width: 6px;
    height: 30px;
    top: calc(50% - 2px);
  }

  .p-service h2 .p-service__num::before{
    content: url(../img/num-title-left-sp.svg);
  }

  .p-service h2 .p-service__num::after{
    content: url(../img/num-title-right-sp.svg);
  }

  .p-service__item--top{
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 20px;
  }

  .p-service:nth-child(even) .p-service__item--top{
    flex-direction: column-reverse;
  }

  .p-service__item--icon{
    gap: 11px;
    width: 100%;
  }

  .p-service__item--icon li{
    border-radius: 8px;
    padding: 20px 5px;
    gap: 10px;
  }

  .p-service__item--icon figure{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
  }

  .p-service__item--icon_text{
    font-size: 13px;
  }

  .p-service__item--icon_text .--small{
    font-size: 10px;
  }

  .p-service__item--icon_text .--kome{
    font-size: 10px;
    line-height: 1.5;
  }

  .p-service__item--content{
    width: 100%;
  }

  .p-service__item--content figure img{
    border-radius: 8px;
  }

  .p-service__item--content_text{
    font-size: 14px;
    margin-top: 0;
  }

  .p-service__item--content_info{
    font-size: 10px;
    margin-top: 10px;
  }

  .p-service__item--top .offer{
    font-size: 10px;
  }

  .p-service__btn--wrap{
    margin-top: 30px;
  }

  .p-service__btn{
    display: flex;
    justify-content: center;
    gap: 40px;
    font-size: 16px;
    padding: 8px 10px;
    position: relative;
  }

  .p-service__btn::after{
    content: url(../img/btn-arrow.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 20px;
  }

  .p-service__btn svg{
    display: none;
  }
}

/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.p-faq{
  background: #F5F8F9;
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-faq__title{
  text-align: center;
}

.p-faq__title span{
  font-size: 40px;
  font-weight: 700;
  line-height: 135%;
  color: #007FC3;
  position: relative;
  padding: 0 69px;
}

.p-faq__title span::before,
.p-faq__title span::after{
  content: "";
  width: 16px;
  height: 54px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-faq__title span::before{
  left: 0;
  background-image: url(../img/num-title-left.svg);
}

.p-faq__title span::after{
  right: 0;
  background-image: url(../img/num-title-right.svg);
}

.p-faq__list{
  width: 100%;
  max-width: 910px;
  margin: 60px auto 0;
}

.p-faq__list dt{
  border-radius: 15px;
  background: #FFF;
  padding: 25px 40px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.p-faq__list dd{
  padding: 20px 0 40px 40px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.p-faq__list dt > p{
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
}

.p-faq__list dd > p{
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}

.p-faq__list dd a{
  text-decoration: underline;
  display: inline;
}

.p-faq__list--num{
  font-size: 22px;
  font-weight: 800;
  line-height: 125%;
}

.p-faq__list dt .p-faq__list--num{
  color: #007FC3;
}

.p-faq__list dd .p-faq__list--num{
  color: #FF5A00;
}

@media screen and (max-width: 900px){
  .p-faq{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-faq__title span{
    font-size: 28px;
    padding: 0 25px;
  }

  .p-faq__title span::before,
  .p-faq__title span::after{
    width: 10px;
    height: 42px;
  }

  .p-faq__title span::before{
    background-image: url(../img/num-title-left-sp.svg);
  }

  .p-faq__title span::after{
    background-image: url(../img/num-title-right-sp.svg);
  }

  .p-faq__list{
    margin-top: 30px;
  }

  .p-faq__list dt{
    border-radius: 10px;
    padding: 20px 18px;
  }

  .p-faq__list dd{
    padding: 15px 0 22px 20px;
  }

  .p-faq__list dt > p{
    font-size: 16px;
  }

  .p-faq__list dd > p{
    font-size: 14px;
  }

  .p-faq__list--num{
    font-size: 18px;
  }
}

/*===========================================================================*/
/*  contact  */
/*===========================================================================*/
.p-contact{
  padding-top: 90px;
  padding-bottom: 80px;
}

.p-contact h2{
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 135%;
}

.p-contact__text{
  margin-top: 30px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}

.p-contact__main{
  max-width: 910px;
  margin: 30px auto 0;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 10px 10px 35px 0px rgba(7, 18, 76, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 40px 20px;
}

.p-contact__tel{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.p-contact__tel a{
  font-size: 47.692px;
  font-weight: 900;
  line-height: 125%; /* 59.615px */
  letter-spacing: -0.954px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #007FC3;
}

.p-contact__tel p{
  font-size: 16.833px;
  font-weight: 500;
  line-height: 125%;
}

.p-contact__contact{
  display: flex;
  align-items: center;
  padding: 15px;
  gap: 20px;
  font-size: 23.593px;
  font-weight: 700;
  line-height: 130%; /* 30.671px */
  letter-spacing: 0.944px;
}

.p-contact__icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 900px){
  .p-contact{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-contact h2{
    font-size: 34px;
  }

  .p-contact__text{
    margin-top: 15px;
    text-align: left;
    font-size: 16px;
  }

  .p-contact__main{
    width: 100%;
    margin: 25px auto 0;
    border-radius: 16px;
    flex-direction: column;
    gap: 20px;
    padding: 20px 25px 30px;
  }

  .p-contact__tel{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .p-contact__tel a{
    font-size: 32px;
    gap: 5px;
  }

  .p-contact__tel p{
    font-size: 12px;
  }

  .p-contact__contact{
    display: flex;
    align-items: center;
    padding: 12px 25px;
    gap: 10px;
    font-size: 16px;
  }

  .p-contact__icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
  }

  .p-contact__icon svg{
    width: 18px;
    height: auto;
  }
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.footer {
  position: relative;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .footer {
    padding: 14px 0 23px;
  }
}
@media (min-width: 1025px) {
  .footer {
    padding: 30px 0 35px;
  }
}
.footer .container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.footer-row {
  overflow: hidden;
  *zoom: 1;
}

.footer-col {
  width: 50%;
  float: left;
}

.footer-left {
  display: table;
}
.footer-left-link {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .footer-left-link {
    width: 39px;
  }
}

.footer-privacy {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .footer-privacy {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  .footer-privacy {
    padding-left: 20px;
    width: auto;
  }
}
.footer-privacy-text {
  font-family: Meiryo, メイリオ, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 11px;
  display: none;
}
@media (min-width: 1025px) {
  .footer-privacy-text {
    display: block;
  }
}
.footer-privacy-link {
  font-size: 11px;
  color: #202020;
  text-decoration: none;
  padding-left: 7px;
  display: inline-block;
}
@media (min-width: 1025px) {
  .footer-privacy-link {
    text-decoration: underline;
  }
}
@media (min-width: 1025px) {
  .footer-privacy-link:hover {
    text-decoration: none;
  }
}
.footer-privacy-link .sp {
  display: block;
}
@media (min-width: 1025px) {
  .footer-privacy-link .sp {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer-privacy-int {
    display: none;
  }
}
@media (min-width: 1025px) {
  .footer-privacy-int {
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .footer-int {
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .footer-int-link {
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .footer-int-link:hover {
    opacity: 0.8;
  }
}

.footer-copyright {
  color: #202020;
  text-align: center;
  font-size: 10px;
}
@media (max-width: 1024px) {
  .footer-copyright {
    padding: 4px 0 0;
    font-size: 12px;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .footer-copyright {
    font-size: 12px;
    line-height: 2.5em;
    margin-top: 0;
  }
}


.button-scroll-top {
  position: fixed;
  bottom: 125px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 3px solid #007FC3;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
  z-index: 800;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media (min-width: 1001px) {
  .button-scroll-top {
    width: 49px;
    height: 49px;
    right: 20px;
    bottom: 20px;
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .button-scroll-top:hover {
    border-color: #f60;
  }
  .button-scroll-top:hover .button-scroll-top-left::after, .button-scroll-top:hover .button-scroll-top-right::after {
    width: 100%;
  }
}
.button-scroll-top.visible {
  opacity: 1;
}
.button-scroll-top-left, .button-scroll-top-right {
  background-color: #007FC3;
  border-radius: 4px;
  height: 3px;
  width: 15px;
}
@media (max-width: 1000px) {
  .button-scroll-top-left, .button-scroll-top-right {
    position: absolute;
    top: 13px;
  }
}
@media (min-width: 1001px) {
  .button-scroll-top-left, .button-scroll-top-right {
    position: absolute;
    top: 19px;
    width: 19px;
  }
}
.button-scroll-top-left::after, .button-scroll-top-right::after {
  background-color: #f60;
  content: "";
  height: 100%;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  width: 0;
}
.button-scroll-top-left {
  left: 3px;
  transform: rotate(-45deg);
}
@media (min-width: 1001px) {
  .button-scroll-top-left {
    left: 6px;
  }
  .button-scroll-top-left::after {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.button-scroll-top-right {
  right: 3px;
  transform: rotate(45deg);
}
@media (min-width: 1001px) {
  .button-scroll-top-right {
    right: 6px;
  }
  .button-scroll-top-right::after {
    position: absolute;
    top: 0;
    right: 0;
  }
}


.logo_persol {
  text-align: center;
  padding: 16px 10px;
}

.logo_persol img{
  width: 108px;
}
@media (min-width: 1025px) {
  .logo_persol {
    display: none;
  }
}

@media (min-width: 1025px){
  footer{
    border-bottom: 24px solid #7f7f7f;
  }
}

@media (max-width: 1024px) {
  .c-visible_wide {
    display: none;
  }
}


