@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
	margin: 0;
	padding: 0;
 	-webkit-box-sizing: inherit;
 	box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}
body, .page{
	overflow: visible;
}
.container{
	width: 100%;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}
header.header--small{
	width: 97.5%;
}
.footer__contents .copyright__logo img{
	height: 21px;
	width: auto;
}

.text--orange{
	color: #ff6010;
}
.text--white{
	color: #fff;
}
.section--gray{
	background-color: #fff
}
.section--white{
	background-color: #fff;
}
.section--orange{
	background-color: #fff2e6;
}

	.pc { display: none !important; }
	.sp { display: block !important; }

@media screen and (min-width: 960px) {
	.pc { display: block !important; }
	.sp { display: none !important; }
}


.text--h2 {
	font-size: 1.8rem;/* calcサポート外をフォールバック */
	line-height: 1.3;
	text-align: center;
	font-weight: bolder;
	padding: 0 0 5%;
}
.text--h3 {
	font-size: 1.2rem;
	line-height: 1.3;
	font-weight: bold;
}
.text {
	font-size: 1.0rem;
	line-height: 1.3;
}
.text--caution{
	font-size: 1.0rem;
	line-height: 1.3;
	text-align: justify;
	margin-top: 10px;
}
.text--small{
	font-size: 80%;
}
a.btn-c {
	font-size: 1.8rem;
}


.btn,
a.btn,
button.btn {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 1rem;
}

.button__section{
	padding: 5%;
	box-shadow: 0 -1px 6px 0 rgb(0 0 0 / 10%);
	position: relative;
	z-index: 100;
}
.button__section--orange{
	background-color: #fff0e8;
}
.button__section--yellow{
	background-color: #fff3d8;
}
.button__wrapper{
	max-width: 590px;
	margin: 0 auto;
}
.button__section a{
	width: 100%;
}
a.btn--orange {
	color: #fff;
	background-color: #ff6010;
}
a.btn--orange.btn--cubic {
  	border-bottom: 5px solid #bf480c;
}
a.btn--orange.btn--cubic:hover {
  	margin-top: 3px;
  	border-bottom: 2px solid #bf480c;
}
a.btn-c {
	position: relative;
	padding: 1.8rem 3rem 1.8rem 2rem;
}
a.btn-c:after {
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  line-height: 1;

  position: absolute;
  top: calc(50% - 0.9rem);
  right: 1rem;

  margin: 0;
  padding: 0;

  content: "\f30b";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-sticky{
	-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  position: sticky;
  bottom: 0;
  z-index: 100;

}
.show{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}



.kv__section{
	background: url("../img/bg_orange.png")center top/cover no-repeat;
}
.kv__section .kv__wrapper{
	max-width: 590px;
	margin: 0 auto;
	padding: 5% 0 0;
	position: relative;
}
.kv__section .kv__wrapper::after{
	display:block;
	content:'';
	width:100%;
	height:0; /* 必ず「0」に指定 */
	padding-top:108%; /* ココを指定 */
}
.kv__section .kv__wrapper .kv__img{
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	width:100%;
	height:100%;
	background: url("../img/bg_kv_sp.png")center bottom/contain no-repeat;
}
.kv__section .kv__wrapper .kv__content{
	position: absolute;
	right: 0;
	left: 0;
}
.kv__section .kv__wrapper .kv__content--text{
	background: #fff;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	line-height: 2;
}
.kv__section .kv__wrapper .kv__content--title{
	padding: 5%;	
}



.section--arrow-gray, .section--arrow-white {
	position: relative;
}
.section--arrow-gray:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 40px 60px;
	margin-left: -60px;
}
.section--arrow-white:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 40px 60px;
	margin-left: -60px;
}


.problem__section .problem__wrapper{
	max-width: 590px;
	margin: 0 auto;
	padding: 2% 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.problem__section .problem__wrapper h2{
	text-align: left;
	padding: 0;
}
.problem__section .problem__wrapper .problem__wrapper--pic{
	width: 20%;
}
.problem__section .problem__list{
	padding: 0 5%;
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: .5rem;
}
.problem__section .problem__list .problem__item{
	width: 100%;
	padding: 1rem;
	background: #f5f4f0;
	border-radius: 1rem;
	text-align: center;
	display: flex;
	align-items: center;
}
.problem__section .problem__list .problem__item p{
	font-size: 1.2rem;
	line-height: 1.3;
}

.section--underline::after{
	content: "";
	display: block;
	width: 90%;
	margin: auto;
	border-bottom: 1px solid #ccc;
}
.solution__section .solution__wrapper{
	max-width: 590px;
	margin: 0 auto;
	padding: calc(40px + 5%) 0 5%;
}
.solution__section .solution__wrapper h2{
	font-size: 2.0rem;
}
.solution__section .solution__wrapper--list{
	padding: 0 5%;
}
.solution__section .solution__wrapper--list .solution__item {
    margin: 0 auto 5%;
    text-align: center;
}

.solution__section .solution__wrapper--list .solution__item--box{
    background: #fff;
    box-shadow: 0 0 1rem -0.4rem rgb(0 0 0 / 50%);
    border-radius: 1rem;
}

.solution__section .solution__wrapper--list .box__wrapper{
	padding: 5%;
}

.solution__section .solution__wrapper--list .box__wrapper .box__wrapper--h3{
	background: #ff6010;
	border-radius: 100vh;
}
.solution__section .solution__wrapper--list .box__wrapper .box__wrapper--h3 h3{
	line-height: 2;
	text-align: center;
	margin: 0 0 5%;
}

.solution__section .solution__wrapper--list .box__wrapper .box__wrapper--img{
}
.solution__section .solution__wrapper--list .box__wrapper .box__wrapper--interview{
	position: relative;
	padding: 0 10% 0 0;
	margin: 0 0 5%;
}
.solution__section .solution__wrapper--list .box__wrapper .intervier--left{
	position: relative;
	padding: 0 0 0 10%;
	margin: 0 0 5%;
}

.box__interview--text{
	background: #f5f4f0;
	border-radius: 1rem;
	padding: 5% 15% 5% 5%;
	text-align: justify;
	font-size: 1.0rem;
}
.intervier--left .box__interview--img{
	position: absolute;
	bottom: 0;
	left: -3%;
}
.intervier--left  .box__interview--text{
	background: #f5f4f0;
	border-radius: 1rem;
	padding: 5% 5% 5% 15%;
	text-align: justify;
	font-size: 1.0rem;
}
.box__interview--img{
	position: absolute;
	bottom: 0;
	right: -3%;
}
.box__interview--img img{
	height: 80px;
}
.box__interview--wrapper{
	position: relative;
}
.img--report{
	background: #fff3d8;
	border-radius: 1rem;
	padding: 5%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5%;
	text-align: justify;
}
.img--report h4{
	font-size: 1.2rem;
	line-height: 1.3;
	margin-bottom: .5rem;
}


.step__section .step__wrapper{
	max-width: 590px;
	margin: 0 auto;
	padding: 5% 0 5%;
}
.step__section .step__wrapper--list{
	padding: 0 5%;
}
.step__section .step__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap:.5rem;
}
.step__section .step__list .step__item{
	width: 100%;
	flex: 1;
}
.step__section .step__list .step__item{
	background: #fff;
	box-shadow: 0 0 1rem -0.4rem rgba(0 0 0 / 0.5);
	border-radius: 1rem;
}
.step__section .step__list .step__item .item__wrapper{
	padding: 8%;
	text-align: justify;
	align-content: baseline;
}
.step__section .step__list .step__item .item__wrapper .item__wrapper--number{
	width: 80%;
	background: #ff6010;
	border-radius: 100vh;
	line-height: 2.0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
}
.step__section .step__list .step__item .item__wrapper .text--h3{
	line-height: 3;
	text-align: center;
}
.step__section .step__list .step__item .item__wrapper .iteam__wrapper--pic{
	margin: auto;
}
.step__section .step__list .step__item .item__wrapper .iteam__wrapper--pic img{
	max-height: 120px;
}
.step__section .step__list .step__item .step__item--caution{
	margin-top: 1rem;
	text-align: justify;
}



.start__section .start__wrapper{
	max-width: 590px;
	margin: 0 auto;
	padding: calc(40px + 5%) 0 5%;
}
.start__section .start__wrapper .start__box{
	text-align: center;
}
.start__section .start__wrapper .start__box--number{
	display: inline-block;
	background: #ff6010;
	border-radius: 100vh;
	text-align: center;
	margin: -50vh auto 0;
	padding: 0.5rem 2rem;
}
.start__section .start__wrapper .start__box--number h3{
	font-size: 1.4rem;
	font-weight: bolder;
	letter-spacing: 0.6rem;
	color: #fff;
}
.start__section .start__wrapper .start__box--text{
	padding: 3%;
}
.start__section .start__wrapper .start__box--text p{
	font-size: 1.6rem;
	font-weight: bold;
}
.start__section .start__wrapper .start__box--pic{
	width: 100%;
	max-width: 590px;
	margin: auto;
}


.button--contact .button__wrapper .buntton__wrapper--text{
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #ff6010;
	margin: 0 0 1rem;
	position: relative;
}
.button--contact .button__wrapper .buntton__wrapper--text:before{
	margin-right: 1rem;
	content: '＼';
	color: #000;
}
.button--contact .button__wrapper .buntton__wrapper--text:after{
	margin-left: 1rem;
	content: '／';
	color: #000;
}
.button--contact .button__wrapper .btn-c{
	font-size: 2.0rem;
}


.qa__section .qa__wrapper{
	max-width: 590px;
	margin: 0 auto;
	padding: 5% 0 0;
}
.qa__section .qa__wrapper--list{
	padding: 0 5%;
}
.qa__section .qa__list .qa__item{
	margin: 0 0 5%;
}
.qa__section .qa__list .qa__item h3{
	margin: 0 0 1rem;
	padding-left: 4rem;
	position: relative;
}
.qa__section .qa__list .qa__item h3::before{
	content: "Q";
	border-radius: 100vh;
	width: 3rem;
	height: 3rem;
	font-size: 1.5rem;
	text-align: center;
	line-height: 3rem;

	background: #ff6010;
	color: #fff;

	display: block;

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.qa__section .qa__list .qa__item p{
	background: #f5f4f0;
	padding: 3%;
	margin-top: 3%;
}
.qa__section .qa__wrapper a.text--underbar{
	text-decoration: none;
}
.qa__section .qa__wrapper a.text--underbar:hover{
	text-decoration:underline;
}
.qa__section .qa__wrapper a.text--orange{
	color: #ff6010;
}

#page_top{
  width: 80px;
  height: 80px;
  position: sticky;
  bottom: 18%;
  background: #b3b3b3;
  opacity: 0.9;
  border-radius: 50%;
  z-index: 101;
  display: inline-block;
  margin-left: calc(100% - 85px);
  margin-bottom: 5px;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 40px;
  color: #fff;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

