@charset "utf-8";
:root {--main-color: linear-gradient(#FFAB8A, #C84800);}
:root {--text-color: #383838;}

header,
section,
.about{
	width: 100%;
	padding: 53px 0;
	position: relative;
	overflow: hidden;
}
.inner{
	width: 88%;
	max-width: 460px;
	margin: 0 auto;
    position: relative;
}
h1,h2,h3,h4,h5,h6{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.12em;
}
p{
	font-size: 14px;
	line-height: 2.2;
    letter-spacing: 0.16em;
	margin: 0 0 35px;
}
.btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 420px;
	height: 56px;
	font-family: "Noto Sans JP" , sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #FFF;
	background: var(--main-color);
	border-radius: 3px;
	margin: 0 auto;
}

/*==================================================================================================*/
.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
	align-content: center;
    justify-content: center;
	flex-wrap: wrap;
    font-size: 20px;
    color: black;
    z-index: 1000;
	animation: open 4s forwards;
}
@keyframes open {
	0% { 
		opacity: 1;
	}
	70% { 
		opacity: 1;
	}
	100% { 
		opacity: 0;
	}
}


.splash-screen div{
	width: 100%;
}
.splash-screen div:nth-child(1) img{
	display: block;
	width: 194px;
	margin: 0 auto 115px;
}
.splash-screen div:nth-child(2) img{
	display: block;
	width: 121px;
	margin: 0 auto;
}
/*==================================================================================================*/
body{
	position: relative;
}
main{
	width: 100%;
	max-width: 600px;
	background: rgba(239,239,239,1.00);
	box-shadow: 0 4px 54px #C5C5C5;
	margin: 0 auto;
}
/*==================================================================================================*/
/*fv-*/
.fv{
	height: 100vh;
	max-height: 600px;
}
.fv h1{
	width: 116px;
	position: absolute;
	top: 15px;
	left: 10px;
}
.fv h2{
	font-size: 27px;
	letter-spacing: 0.4em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 20px 0 0;
}
.fv h2 span{
	display: inline-block;
	letter-spacing: 0;
	transform: rotate(-90deg);
	margin: 0 0 6px;
	position: relative;
	top: -3px;
}
@media screen and (max-width: 428px) {
}
/*==================================================================================================*/
/*about-*/
.about p span{
	font-weight: bold;
}
.popSlider{
	margin: 0 0 35px;
}
.popSlider li{
	padding: 0 5px;
}
.fukidashi{  
    width: 100%;
	margin: 0 0 35px;
    position: relative ;
}
.fukidashi div{
	width: 100%;
	margin: 0 0 40px;
}
.fukidashi div img{
    display: block;
    height: 45px;
    object-fit: contain;
    margin: 0 0 0 auto;
}
.fukidashi div:nth-child(even) img{
	margin: 0 auto 0 0;
}
.fukidashi div:nth-child(1) img{
	margin: 0 20px 0 auto;
}
.fukidashi div:nth-child(2) img{
	margin: 0 auto 0 50px;
}
.fukidashi div:nth-child(3) img{
	margin: 0 10px 0 auto;
}
.fukidashi div:nth-child(4) img{
	margin: 0 auto 0 40px;
}
.fukidashi div:nth-child(8) img{
	margin: 0 auto 0 30px;
}

@media screen and (max-width: 428px) {
}
/*==================================================================================================*/
/*approach-*/
.approach h2{
	width: 88%;
	max-width: 460px;
	line-height: 2.2;
	margin: 0 auto 40px;
}
.approach .popSlider2{
	margin: 0 auto 58px;
}
.approach ul li.card{
	padding: 0 5px;
}
.approach ul li.card a{
	height: 100%;
	min-height: 295.86px;
	display: block;
	padding: 14px 22px;
	background: linear-gradient(#FFEDE0, #FFDDCF);
	border-radius: 10px;
	position: relative;
}
.approach ul li span{
	font-size: 10px;
	color: #ED7240;
	padding: 0 10px 3px;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 15px;
}
.approach ul li img{
	display: block;
	width: 100px;
	padding: 50px 0;
	margin: 0 auto;
}
.approach ul li h3{
	font-size: 16px;
	color: #C94901;
	margin: 0 0 8px;
}
.approach ul li p{
	font-size: 12px;
	letter-spacing: 0.12em;
	color: #F29368;
	margin: 0;
}
@media screen and (max-width: 421px) {
	.approach ul li.card a{
		min-height: 322.26px;
	}
}
@media screen and (max-width: 405px) {
	.approach ul li.card a{
		min-height: 348.66px;
	}
}
/*==================================================================================================*/
/*service-*/
.service{
	background: #ED7240;
}
.service h2{
	color: #FFF;
	margin: 0 0 15px;
}
/*ベース*/
.toggle {
	display: none;
}
.Label {
	width: 100%;
	height: 48px;
    display: flex;
    align-items: center;
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
    background: #D24B14;
	padding: 0 15px;
	position: relative;
}
.Label:hover{
    cursor: pointer;
}
.Label span{
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.Label span::before,
.Label span::after{
    display: block;
	content:"";
	width: 100%;
	height: 1px;
	background: #FFF;
	position: absolute;
    top: 8px;
	left: 0;
}
.Label span::after{
	transform: rotate(90deg);
	transition: 0.3s;
}
.toggle:checked + .Label span::after {
	transform: rotate(0deg);
}

.Label,
.accordion .box {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accordion .box{
	height: 0;
	overflow: hidden;
	border: 0;
	background: #D24B14;
	margin: 0 0 10px;
}
.toggle:checked + .Label + .box {
	height: auto;
	transition: all .3s;
}
.accordion .box p {
    width: calc(100% - 10px);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 2;
    background: #FFF;
    padding: 10px 15px;
    color: #434343;
    margin: 5px;
}

/*1つ目の記述*/
.accordion .box01 {
	height: auto;
	transition: all .3s;
}
.toggle:checked + .Label + .box01 {
	height: 0;
	overflow: hidden;
}
.Label.label01 span::after {
	transform: rotate(0deg);
}
.toggle:checked + .label01 span::after {
	transform: rotate(90deg);
}
@media screen and (max-width: 428px) {
}
/*==================================================================================================*/
/*member-*/
.member h2{
	text-align: center;
	margin: 0 0 19px;
}
.member ul li.card{
	height: 358px;
	border-radius: 10px;
	background: var(--main-color);
	padding: 60px 15px 20px;
	margin: 42px 10px 0 0;
	position: relative;
}
.member ul li.card::before{
	display: block;
	content: "";
	width: 84px;
	height: 84px;
	border: solid 3px #FFAB8A;
	border-radius: 50%;
	position: absolute;
	top: -42px;
    left: 50%;
    transform: translateX(-50%);
	z-index: -1;
}
.member ul li img{
	display: block;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	position: absolute;
	top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.member ul li h3{
	font-family: "Noto Sans JP" , sans-serif;
	font-size: 15px;
	text-align: center;
	color: #FFF;
	margin: 0 0 10px;
}
.member ul li p{
	height: 211px;
	overflow: scroll;
	font-size: 12px;
	color: #FFF;
	margin: 0 0 10px;
}
.member ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	max-width: 320px;
	height: 23px;
	font-family: "Noto Sans JP" , sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #CD5C2E;
	background: #FFF;
	border-radius: 53px;
	position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 428px) {
}
/*==================================================================================================*/
/*appeals-*/
.appeals h2{
	text-align: center;
	margin: 0 0 16px;
}
.popSlider3{
	margin: 0 0 35px;
}
.popSlider3 li{
	padding: 0 5px;
}
@media screen and (max-width: 428px) {
}
/*==================================================================================================*/
/*footer*/
footer{
	padding: 0 0 53px;
}
footer small{
	display: block;
	width: 85px;
	margin: 0 auto;
}


/*==================================================================================================*/
/*ポップアップ共通css*/
.hide-area{
	display: none;
}
.modaal-container{
    width: 90% !important;
	max-width: 700px;
    border-radius: 10px !important;
	background: var(--main-color);
}
.modaal-content-container{
    max-height: 70vh;
    overflow: scroll;
    padding: 0 !important;
}
.popInner{
    max-width: 90%;
    padding: 66px 0 20px;
	margin: 0 auto;
}
.modaal-close{
	width: 29px;
	height: 29px;
    border-radius: 50% !important;
	background: #ED7240 !important;
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
}
.modaal-close:after, .modaal-close:before{
	width: 1px !important;
    height: 16px !important;
    top: 7px !important;
    left: 14.5px !important;
}
/*中身*/
.popInner{
	color: #FFF;
	position: relative;
}
.popInner::before{
	display: block;
	content: "";
	width: 48px;
	height: 27px;
	background: center / contain no-repeat url("../img/logo19-1.svg");
	position: absolute;
	top: 15px;
	right: 0;
}
.popInner span.tag {
    font-size: 10px;
    color: #ED7240;
    padding: 0 10px 3px;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 15px;
}
.popInner img{
	margin: 0 0 15px;
}
.popInner h3{
	font-size: 16px;
	padding: 0 0 14px;
	margin: 0 0 14px;
	position: relative;
	line-height: 1.6;
}
.popInner h3 span{
	display: block;
	font-size: 12px;
	margin: 10px 0 0;
}

.popInner p.popInner_description {
    font-size: 11px;
    line-height: 1.4em;
    margin: 0 0 40px;
}

.popInner h3::after{
	display: block;
	content: "";
	width: 44px;
	height: 1px;
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
}
.popInner p{
	margin: 0 0 20px;
}