html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  width: 100vw;
  min-width: 100vw;
}

body{	color: #707070;}
p{margin-bottom: 0;}
.fontsize--40{	font-size: 40px;}
.fontsize--36{	font-size: 36px;}
.fontsize--30{	font-size: 30px;}
.fontsize--20{	font-size: 20px;}
.fontsize--18{	font-size: 18px;}
.fontsize--16{	font-size: 16px;}
.fontsize--14{	font-size: 14px;}
.fontsize--12{	font-size: 12px;}
.fontsize--10{	font-size: 10px;}

.font--orange{color: #FF5E34;}
.font--daidai{color: #FE9A04;}
.font--gray{color: #575656;}

.bo-gray{
	border: 1px solid #707070;
}
.bo--x{
	position: relative;
	display: inline-block;
	left: 50%;
  transform: translateX(-50%);
}

.bo--x:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;/*���̏㉺�ʒu*/
  display: inline-block;
  width: 150px;/*���̒���*/
  height: 1px;/*���̑���*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*�ʒu����*/
  background-color: #CCCCCC;/*���̐F*/
}
.bo--x:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*���̏㉺�ʒu*/
  display: inline-block;
  width: 150px;/*���̒���*/
  height: 1px;/*���̑���*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*�ʒu����*/
  background-color: #CCCCCC;/*���̐F*/
}
.btn--head a{
	display: block;
	background: #FE9A04;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
	text-decoration: none;
}
.btn--head a:hover{
	background: #FF5E34;
}
.btn--cv a{
	display: block;
	background: #FF5E34;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
	border-radius: 45px;
	box-shadow: 0 5px #D14E2C;
	line-height: 1.2;
}
.btn--cv a:hover{
	background: #D14E2C;
	box-shadow: 0 5px #92361E;
}

/*** �{�^�������点�� ***/
.shine{
display:inline-block;
position:relative;
overflow:hidden;
}
 
.shine:after {
content:"";
height:100%;
width:50px;
position:absolute;
top:-300px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.bg--cream{
	background: #FEF9EB;
background-image: url("img/bg-cream-bottom.png");
background-repeat: no-repeat;
background-position: bottom -1px center;
background-size: 100%;}

.bg--circle{
background-image: url("img/bg_circle.png");
background-repeat: no-repeat;
background-position: top center;
background-size: 130%;}

.bg--lightgray{	background: #F3F3F3;}
.bg-white .bg-white-pc{background: #FFF;}
.bold{font-weight: bold;}

#main_visual{
	background: #f2f2f2;
}

.width--20-sp{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.width--30-sp{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ta-center {
  text-align: center;
  margin: 0 auto;
}

.width--700{
	max-width: 700px;
  /* width: 54.6875vw;
  min-width: 600px; */
	margin-left: auto;
	margin-right: auto;
}
.width--980{
	max-width: 980px;
  width: 76.5625vw;
	margin-left: auto;
	margin-right: auto;
}

.balloon-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 2.5%;
  min-width: 100%;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
}

.balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #FFF;
}

.balloon-left p {
  margin: 0;
  padding: 0;
}

.balloon-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 2.5%;
  min-width: 100%;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
}

.balloon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #FFF;
}

.balloon-right p {
  margin: 0;
  padding: 0;
}

ul.nayami {
	display: table;
	/*margin-left: 2em;*/
	margin-right: auto;
}

ul.nayami li {
  margin-left: 1.4em;
    text-indent: -2em; /*�C���f���g�̒���*/
	list-style: none;
  line-height: 50px;
}

ul.nayami li i {
	color: #FE9A04;
	background: -webkit-linear-gradient(0deg, #FF5236, #FF931E);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: initial;
	padding: 0 10px;
}

.bg--flow{
	background: #FDF4DA;
	border-radius: 30px;
	padding: 10px;
}

#qanda .ttl-q{
	background: #F8F8F8;
	border: 1px solid #707070;
  position: relative;
  padding: 15px 30px;
	border-radius: 10px;
}

#qanda .ttl-q .ttl_icon{
  position: absolute;
  width: 40px;
  height: 40px;
  background: #FE9A04;
  border-radius: 50%;
  top: -15px;
  left: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.center-sp{	text-align: center;}


.wrap-bn img{
	border: #CCC 1px solid;
	
}

.box-base{
	position: relative;
}

.box-over{
	position: absolute;
    top: 0;
    left: 0;
}

a img.over {
    width: 96%;
    margin: 0 0 0 2%;
    padding: 28.7% 0 0;
	border: none;
}

.box-light{
	border: #ffacd8 18px solid;
box-sizing: border-box;}

.box-light h3{color: #ffacd8;}

.box-standard{
	border: #63ddfc 18px solid;
box-sizing: border-box;
}

.box-standard h3{color: #63ddfc;}

.box-consulting{
	border: #DDCE15 18px solid;
box-sizing: border-box;}

.box-consulting h3{color: #DDCE15;}

.box-standard{
}
.ribbon-wrap{
	  position: relative;

}

.ribbon{
	position: absolute;
	top: -10px;
	left: -0px;
	padding: 5px 10px;
	padding-right: 40px;
	letter-spacing: 0.1px;
	color: #ffffff;
	background: linear-gradient(-45deg,transparent,transparent 25%,#F6B545 0%,#D98A00);
}
/* .ribbon:after {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 3px solid transparent;
	border-top: 3px solid #5E35B1;
	border-right: 3px solid #5E35B1;
} */


@media screen and (max-width: 768px) {
.ribbon{
	display: inline-block;
  position: absolute;
  top: 0;
  left: 9px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 60px;
  text-align: center;
  color: white;
  font-size: 17px;
  background: linear-gradient(#F6B545 0%, #D98A00 100%);
  border-radius: 2px 0 0 0;
}
.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 30px solid #D98A00;
  border-right: 30px solid #D98A00;
  border-bottom: 10px solid transparent;
}
}

.flow_pdf{
	  position: relative;
}

.flow_pdf a{
	display: block;
    position: absolute;
    top: -20px;
    right: 20px;
    width: 100px;
    height: 100px;
    padding-top: 30px;
    background: #FE9A04;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    border-radius: 50px;
}

.flow_pdf a:hover{
    background: #D14E2C;
	text-decoration: none;
}


table.contact{	width: 100%;}
table.contact th,table.contact td{	padding: 10px 0;}
input,textarea{width: 100%;}
input.btn--contact{
	display: block;
	background: #FE9A04;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
	text-decoration: none;
	border-radius: 20px;
	border: 0;
	width: 200px;
	margin: 10px auto 0;
}
input.btn--contact:hover{
	background: #D14E2C;
}

.swiper{
  padding:0 50px;
}

.swiper--wrapper {
  /* wrapper�̃T�C�Y�𒲐� */
  width: 100%;
  height: 300px;
}

.swiper-slide {
  /* �X���C�h�̃T�C�Y�𒲐��A���g�̃e�L�X�g�z�u�����A�w�i�F */
  width: 90%;
  height: 90%;
	padding: 5%;
  text-align: center;
  line-height: 200px;
	background: #FFF;
}

.swiper-button-prev,
.swiper-button-next {
  width: 13px; /* �{�^���̕� */
  height: 18px; /* �{�^���̍��� */
  background-size: 13px 18px; /* �\���������T�C�Y */
  transform: translateY(-50%);
  margin-top: 0;
  top: 60% !important;
}

/* ���y�[�W�{�^���̃X�^�C�� */
.swiper-button-next {
background-image: url('img/a-right.svg');
	background-repeat: no-repeat;
}

/* �O�y�[�W�{�^���̃X�^�C�� */
.swiper-button-prev {
  background-image: url('img/a-right.svg');
	background-repeat: no-repeat;
  transform: translateY(-50%) scale(-1, 1); /* ���E���] */
}

.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
}

/* ��]����A�j���[�V���� */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* ���̃N���X������Ɖ�]�𖳌��ɌJ��Ԃ��܂� */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

.wrap--tel{
	background: linear-gradient(180deg, #FFF 0%, #FFF 10%, #FF5E34 10%, #FF5E34 100%);
  width: 100%;
}
.voice_img{margin-top: 10px;}

.pc{}
.sp{}

@media screen and (min-width:1024px) {
    /*�@��ʃT�C�Y��1024px����͂�����ǂݍ��ށ@*/
#main_visual h1{ margin-bottom: 0;}
.bg-white-pc{background: #FFF;}
.fontsize--30{	}
.fontsize--20{	font-size: 50px;}
.fontsize--18{	font-size: 30px;}
.fontsize--16{	font-size: 23px;}
.fontsize--14{	font-size: 15px;}
.fontsize--12{	}
.fontsize--10{	}
.fontsize--40-pc{	font-size: 40px;}
.fontsize--36-pc{	font-size: 36px;}
.fontsize--28-pc{	font-size: 28px;}
.fontsize--20-pc{	font-size: 20px;}
.fontsize--16-pc{	font-size: 16px;}
.fontsize--14-pc{	font-size: 14px;}
.bg--circle{background-size: 45%;}
.center-sp{	text-align: left;}
.pc{display: block;}
.sp{display: none;}
.line-svg{ width: 200px; height: auto;}
}

@media screen and (max-width: 1024px) {
/* 1024px�܂ł̕��̏ꍇ�ɓK�p����� */
#main_visual h1{ margin-bottom: 0;}
.bg-white-pc{background: #FFF;}
.fontsize--30{	}
.fontsize--20{	font-size: 40px;}
.fontsize--18{	font-size: 30px;}
.fontsize--16{	font-size: 23px;}
.fontsize--14{	font-size: 15px;}
.fontsize--12{	}
.fontsize--10{	}
.fontsize--40-pc{	font-size: 40px;}
.fontsize--36-pc{	font-size: 36px;}
.fontsize--28-pc{	font-size: 28px;}
.fontsize--20-pc{	font-size: 20px;}
.fontsize--16-pc{	font-size: 16px;}
.fontsize--14-pc{	font-size: 14px;}
.pc{display: block;}
.sp{display: none;}
.line-svg{ width: 200px; height: auto;}
}

@media screen and (max-width: 768px) {
/* 768px�܂ł̕��̏ꍇ�ɓK�p����� */
#main_visual h1{ margin-bottom: 0;}
.bg-white-pc{background: #FFF;}
.width--700,.width--980{ width: 90%; }
.pc{display: none;}
.sp{display: block;}
.line-svg{ width: 200px; height: auto;}
}

@media screen and (max-width: 480px) {
/* 480px�܂ł̕��̏ꍇ�ɓK�p����� */
.width--700,.width--980{ width: 90%; }
.fontsize--30{	font-size: 22px;}
.fontsize--20{	font-size: 20px;}
.fontsize--18{	font-size: 18px;}
.fontsize--16{	font-size: 16px;}
.fontsize--14{	font-size: 14px;}
.fontsize--12{	}
.fontsize--10{	}
.bg-white-pc{background: none;}
.pc{display: none;}
.sp{display: block;}
.width--20-sp{width: 20%;}
.width--30-sp{width: 30%;}
ul.nayami { margin-left: -26px;}
ul.nayami li { margin-left: 0.8em; text-indent: -2.5em; line-height: 26px;}
.balloon-left ,.balloon-right  { max-width: 95%; min-width: 95%;}
.balloon-left p,.balloon-right p { padding: 5px;}
.voice_img{margin-top: 60px;}
.line-svg{ width: 170px; height: auto;}
}

@media screen and (max-width: 320px) {
/* 320px�܂ł̕��̏ꍇ�ɓK�p����� */
.width--700,.width--980{ width: 90%; }
.fontsize--30{	font-size: 22px;}
.fontsize--20{	font-size: 20px;}
.fontsize--18{	font-size: 18px;}
.fontsize--16{	font-size: 16px;}
.fontsize--14{	font-size: 14px;}
.fontsize--12{	}
.fontsize--10{	}
.bg-white-pc{background: none;}
.pc{display: none;}
.sp{display: block;}
.width--20-sp{width: 20%;}
.width--30-sp{width: 30%;}
ul.nayami { margin-left: 0;}
ul.nayami li { margin-left: 0.8em; text-indent: -2.7em;}
.balloon-left ,.balloon-right  { max-width: 95%; min-width: 95%;}
.balloon-left p,.balloon-right p { padding: 5px;}
.voice_img{margin-top: 60px;}
}

@media screen and (max-width: 992px) {
  .bg-white-pc.first_item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .icon_img {
    width: 40%;
    flex: unset;
    margin: auto;
  }

  .icon_img02 {
    width: 30%;
    margin: auto;
  }

  .shine {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .icon_img {
    width: 100%;
  }

  .icon_img02 {
    width: 100%;
  }

  #qanda .ttl-q {
    padding: 10px 20px;
  }

  #qanda .ttl-q .ttl_icon{
    width: 30px;
    height: 30px;
    top: -12px;
    left: -12px;
  }

  header .mv_txt {
    font-size: calc(18px + 6 * (100vw - 320px) / 160);
  }

  header .mv_txt span {
    font-size: calc(24px + 6 * (100vw - 320px) / 160);
  }
}