@charset "utf-8";
/* CSS Document */
:root {
  --maru: "zen-maru-gothic", sans-serif;
  --kaku: "zen-kaku-gothic-new", sans-serif;
  --marumaru: "maru-maru-gothic-blr-stdn", sans-serif;
  --grada_red: linear-gradient(90deg, #EB6D73, #F18151,#FC8D5D,#EE866E);
  --grada_blue: linear-gradient(90deg, #6ABC8B, #57B3A6,#52C6B9,#49BEC2);
}
body,
body * {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-family: "zen-maru-gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Arial", "Meiryo", sans-serif;
    box-sizing: border-box;
	color: #473F38;
}
body {
    font-size: 16px;
}
body{
	width: 100%;
	min-width: 1280px;
}
a {
    color: inherit;
    text-decoration: none;
}

/* btn option */
#top_cnt06 .contact-btn span,
header nav ul li:last-child a span,
.btn-visit span{
	z-index: 2;
	color: #FFF;
}
#top_cnt06 .contact-btn span.circle:before,
header nav ul li:last-child a span.circle:before,
.btn-visit span.circle:before {
    content: "";
    background-color: #FFF;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
	margin: auto;
	transition: .3s;
}
header nav ul li:last-child a span.circle:before{
    right: 20px;	
}
#top_cnt06 .contact-btn span.circle:before,
.btn-visit span.circle:before{
    right: 30px;	
}
#top_cnt06 .contact-btn:hover span.circle:before,
header nav ul li:last-child a:hover span.circle:before,
.btn-visit:hover span.circle:before{
    width: 17px;
    height: 17px;
}
header nav ul li:last-child a:hover span.circle:before{
    right: 15px;		
}
#top_cnt06 .contact-btn:hover span.circle:before,
.btn-visit:hover span.circle:before{
    right: 25px;		
}
#top_cnt06 .contact-btn span.circle:after,
header nav ul li:last-child a span.circle:after,
.btn-visit span.circle:after {
    content: "";
    background-color: #EB6D73;
    width: 0;
    height: 0;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
	margin: auto;
	transition: .3s;
}
header nav ul li:last-child a span.circle:after{
    right: 24px;	
}
.btn-visit span.circle:after{
    right: 34px;	
}
#top_cnt06 .contact-btn span.circle:after{
	background-color: #6ABC8B;	
    right: 33.5px;	
}
#top_cnt06 .contact-btn:hover span.circle:after,
header nav ul li:last-child a:hover span.circle:after,
.btn-visit:hover span.circle:after{
    width: 5px;
    height: 5px;
}
header nav ul li:last-child a:hover span.circle:after{
    right: 21px;		
}
.btn-visit:hover span.circle:after{
    right: 31px;	
}
#top_cnt06 .contact-btn:hover span.circle:after{
    right: 31px;
}
#top_cnt06 .contact-btn:after,
header nav ul li:last-child a:after,
.btn-visit:after{
    content: "";
    width: 100%;
    height: 100%;	
	background-color: #EB6D73;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition:  opacity .3s;
}
#top_cnt06 .contact-btn:after{
	background-color: #6ABC8B;
}
#top_cnt06 .contact-btn:hover:after,
header nav ul li:last-child a:hover:after,
.btn-visit:hover:after{
	opacity: 1;
}
/*ヘッダー*/
header {
    position: sticky;
    z-index: 5000;
	top:0;
	transition: background 0.3s ease-out;
}
header.scroll{
	background-color: rgba(255,255,255,0.8);
}
header .header-inner{
    display: flex;
    justify-content: space-between;	
    width: 100%;
	max-width: 1260px;
	margin: auto;
	padding-top: 3px;
	align-items: center;
	height: 100px;	
}
.sp_menu_btn {
    display: none;
}
header h1{
	font-size: 1rem;
}
header #logo img{
    margin-top: 2px;
	margin-left: 15px;	
	width: 250px;
}
/*グローバルナビ*/
header nav{
	width: 100%;
    max-width: 737px;
}
header nav ul {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: space-between;
	gap:10px;
}
header nav ul li {
    align-self: center;
}
header nav ul li a {
    display: block;
    position: relative;
    padding: 0 0 0 0;
	color: #473F38;
	font-weight: 500;
	font-size: 0.875rem;
}
header nav ul li:last-child {
    width: 167px;
}
header nav ul li:last-child a {
    background: var(--grada_red);
    color: #FFFFFF;
    padding: 10px 21px 10px 25px;
	border-radius: 50px;
	height: 45px;
	display: flex;
	font-family: var(--marumaru);
	font-weight: 500;
	font-size: 1rem;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
/*フッター*/
footer {
    color: #FFFFFF;
    font-size: 0.875rem;
	padding-bottom: 30px;
}
footer ul {
    text-align: center;
    padding: 79px 0 28px;
}
footer ul li {
    display: inline-block;
    margin: 0 19px;
	position: relative;
}
footer ul li::after{
	content:"";
	position: absolute;
	height: 13px;
	width: 1px;
	background-color: #FFF;
	right: -21px;
	top:0;
	bottom:0;
	margin: auto;
}
footer ul li:last-of-type::after{
	content: none;
}
footer ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.875rem;
}
footer .footer-box{
	display: flex;
	max-width: 1108px;
	margin: 12px auto 40px;
	padding-left: 19px;
	align-items: center;
}
footer .footer-box .contact-line {
    width: 1px;
    height: 63px;
    background: #FFF;
}
#flogo{
	max-width: 255px;
	width: 100%;
}
#footer_cnt {
    padding:0 18px 0;
}
#footer_cnt p{
	color: #FFF;
}
#footer_cnt p:first-child {
    margin: 0 0 5px;
}
#copyright {
	font-size: 0.75rem;
    color: #FFFFFF;
    text-align: right;
	max-width: 1266px;
	width: 100%;
	margin: auto;
	letter-spacing: 0.3px;
}
/* コンテンツ */
#contents{
	margin-top: -100px;
}
.pc_hide{
	display: none;
}

#main_visual{
	width: 100%;
	padding: 100px 0 0;
	background-color: #FFFDF9;
	position: relative;
	overflow: hidden;
}
#main_visual .hero-inner {
	max-width: 1108px;
	margin: 0 auto;
	padding: 128px 37px 200px;
	display: flex;
	align-items: center;
	position: relative;

	background-image: url("../images/top_img.webp");
	background-repeat: no-repeat;
	background-position: 367px 10px;
	background-size: 773px auto;
	z-index: 1;
}
#main_visual .hero-text {
  width: 50%;
  z-index: 2;
}
#main_visual .catchcopy {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 13px;
    transform: translate3d(0, 10%, 0);
    opacity: 0;
    transition: transform 1.8s, opacity 1.5s;
}
#main_visual .desc {
  font-size: 1.25rem;
  font-weight: 500;	
  line-height: 2;
  margin-bottom: 24px;
    transform: translate3d(0, 10%, 0);
    opacity: 0;
    transition: transform 1.8s, opacity 1.5s;
	transition-delay: .3s;
}
#main_visual .btn-visit {
	max-width: 264px;
	width: 100%;
	height: 61px;
	font-size: 1rem;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	background: var(--grada_red);
	padding: 12px 30px 10px 36px;
	display: flex;
	align-items: center;
    justify-content: space-between;
	position: relative;
	overflow: hidden;
    transform: translate3d(0, 10%, 0);
    opacity: 0;
    transition: transform 1.8s, opacity 1.5s;
	transition-delay: .6s;	
}
#main_visual .catchcopy.active,
#main_visual .desc.active,
#main_visual .btn-visit.active{
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
h2{
	font-family: var(--marumaru);
	font-weight: 400;
	font-size: 2.5rem;
	text-align: center;
}
.ttl-label {
	display: inline-block;
	width: 173px;
	padding: 2px 10px 5px 12px;
	background: var(--grada_blue);
	color: #fff;
	font-size: 1.125rem;
	border-radius: 5px;
	margin-bottom: 10px;
	font-weight: 900;	
	line-height: 1;	
	letter-spacing: 2px;
	text-align: center;
}
/* 01 */
#top_cnt01 {
  position: relative;
  background: #E0F0E7;
  padding: 84px 0 36px;
}
#top_cnt01::before{
	content: "";
	position: absolute;
	background: url("../images/wave.svg") center / 1521px 61px repeat-x;
	width: 100%;
	height: 61px;
	top:0;
	transform: translateY(-100%);
}
#top_cnt01::after{
	content: "";
	position: absolute;
	background: url("../images/hukidashi.svg") center / cover no-repeat;
	width: 100%;
	aspect-ratio: 1366 / 155;
	bottom:1px;
	transform: translateY(100%);
}

#top_cnt01 .section-inner{
	max-width: 1108px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 0 30px;
	z-index: 1;
}
#top_cnt01 .section-inner::before,
#top_cnt01 .section-inner::after {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}
#top_cnt01 .section-inner::before {
    left: -2px;
    top: 148px;
	background-image: url("../images/person-left.webp");
	width: 275px;
	height: 488px;
}
#top_cnt01 .section-inner::after {
    right: -5px;
    top: 182px;
	background-image: url("../images/person-right.webp");
	width: 260px;
	height: 451px;
}
#top_cnt01 .main-copy {
	margin-top: 37px;
    font-size: 2.5rem;
    line-height: 1.4;
    color: #44a392;
    font-weight: 500;
    background: -webkit-linear-gradient(225deg, #6ABC8B, #57B3A6, #52C6B9, #49BEC2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 8px;
    padding-left: 8px;
}
#top_cnt01 .sub-copy {
  font-size: 1.375rem;
  margin: 27px 0 45px;
}
#top_cnt01 .circle-boxes {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 40px;
	max-width: 648px;
	justify-content: space-between;
	margin: auto;
}
#top_cnt01 .circle-boxes > div {
	background: url("../images/box.svg");
	width: 195px;
	height: 154px;
	box-shadow: 0 0 18px rgba(87, 179, 166, 0.5);
	padding: 25px 10px;
	line-height: 1.6;
	color: #57B3A6;
	font-weight: 500;
	border-radius: 90px;
	display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 10%, 0);
    opacity: 0;
    transition: transform 1.8s, opacity 1.5s;
}
#top_cnt01 .circle-boxes.active > div{
    transform: translate3d(0, 0, 0);
    opacity: 1;	
}
#top_cnt01 .circle-boxes.active > div:nth-child(2){
	transition-delay: .3s;
}
#top_cnt01 .circle-boxes.active > div:nth-child(3){
	transition-delay: .6s;	
}
#top_cnt01 .support-copy {
	font-size: 1.125rem;
    line-height: 1.6;
    margin-top: 47px;
	font-weight: 500;
}
#top_cnt01 .info-box{
	background: #fff;
	padding: 55px 30px;
	border-radius: 30px;
	box-shadow: 0 0 12px rgba(87, 179, 166, 0.5);
	max-width: 888px;
	margin: 99px auto 0;
    transform: translate3d(0, 10%, 0);
    opacity: 0;
    transition: transform 1.8s, opacity 1.5s;	
}
#top_cnt01 .info-box.active{
    transform: translate3d(0, 0, 0);
    opacity: 1;	
}
#top_cnt01 .info-box h3 {
	font-family: var(--marumaru);
	font-size: 1.75rem;
	font-weight: 400;
	color: #F18151;
	margin-bottom: 20px;
	max-width: 747px;
	margin: 0 auto 17px;
    line-height: 1.2;
	letter-spacing: 2.8px;
    padding-left: 2.8px;
	position: relative;
	padding-bottom: 17px;
}
#top_cnt01 .info-box h3::after{
	content:"";
	background: url("../images/line.svg") top left / 35px 5px repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	bottom:0;
	left:0;
}
#top_cnt01 .info-box p {
	font-family: var(--kaku);
	font-weight: 500;
	line-height: 2;
	max-width: 749px;
	margin: auto;
	text-align: left;
}

/* 02 */
#top_cnt02 {
  background:linear-gradient(0deg, #FEF5E6, #FFF0D8,#FEF5E6,#FFFDF9);
  padding: calc(100vw * 155 / 1366 + 80px) 30px calc(100vw * 115 / 1366 + 65px);
}
#top_cnt02 .section-inner {
  max-width: 1108px;
  margin: 0 auto;
  text-align: center;
}
#top_cnt02 .ttl-label {
	background: var(--grada_red);
}
#top_cnt02 .lead-text {
    letter-spacing: 2.3px;
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 34px;
    margin-top: 22px;
    padding-left: 3px;
}
#top_cnt02 .job-cards{
	display: flex;
	gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 76px;	
}
#top_cnt02 .job-cards > div{
	background: #fff;
	max-width: 256px;
	min-height: 358px;
	padding: 75px 37px 30px;
	border-radius: 30px;
	box-shadow: 0 0 6px rgba(255,224,204,1);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
    transition: transform 1.8s, opacity 1.5s;
}
#top_cnt02 .job-cards > div:nth-child(2){
	transition-delay: .3s;
}
#top_cnt02 .job-cards > div:nth-child(3){
	transition-delay: .6s;
}
#top_cnt02 .job-cards > div:nth-child(4){
	transition-delay: .9s;
}
#top_cnt02 .job-cards > div.active{
    transform: translate3d(0, 0, 0);
    opacity: 1;	
}
#top_cnt02 .job-cards h3 {
	margin: 33px 0 20px;
	font-size: 1.125rem;
	font-weight: 500;
}
#top_cnt02 .job-cards p {
	font-size: 0.875rem;
	line-height: 1.8;
	text-align: left;
}
#top_cnt02 .icon {
	width: 63px;
	height: 63px;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
}
#top_cnt02 .oneday-box {
	max-width: 911px;
    width: 100%;
    margin: auto;
    position: relative;
    padding: 29px 33px 44px;
    border-radius: 32px;
    box-shadow: 0 0 12px rgba(255, 224, 204, 1);
    background-color: #E0F0E7;
}
#top_cnt02 .oneday-box::before{
	content:"";
	position: absolute;
	background: url("../images/binder.svg");
	width: 263px;
	height: 91px;
	top:-16px;
	left:0;
	right:0;
	margin: auto;
	z-index: 1;
}
#top_cnt02 .oneday-inner {
    background: #fff;
    border-radius: 15px;
    padding: 70px 30px;
    position: relative;
}
#top_cnt02 .oneday-box h3 {
	font-family: var(--marumaru);
	font-size: 2.5rem;
	font-weight: 400;
	margin-bottom: 23px;
	position: relative;
	z-index: 1;
}
#top_cnt02 .oneday-box h3::before{
	content: "";
	position: absolute;
	background: url("../images/line2.svg") center / 331px 13px repeat-X;
	width: 331px;
	height: 13px;
	bottom:6px;
	left:0;
	right:0;
	margin: auto;
	z-index: -1;
}
#top_cnt02 .oneday-inner .bg::before,
#top_cnt02 .oneday-inner .bg::after{
	position: absolute;

	
}
#top_cnt02 .oneday-inner .bg::before,
#top_cnt02 .oneday-inner .bg::after,
#top_cnt02 .oneday-inner::before,
#top_cnt02 .oneday-inner::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

#top_cnt02 .oneday-inner::before {
    left: 81px;
    top: 157px;
	background-image: url("../images/time_img3.webp");
	width: 198px;
	height: 197px;
}
#top_cnt02 .oneday-inner::after {
    right: -54px;
    top: 220px;
	background-image: url("../images/time_img1.webp");
	width: 267px;
	height: 258px;	
}
#top_cnt02 .oneday-inner .bg::before {
    left: -138px;
    bottom: 282px;
	background-image: url("../images/time_img2.webp");
	width: 393px;
	height: 215px;
}
#top_cnt02 .oneday-inner .bg::after {
	right: -39px;
    bottom: 125px;
	background-image: url("../images/time_img4.webp");
	width: 281px;
	height: 217px;	
}
#top_cnt02 .oneday-header{
    display: inline-block;
    font-size: 1.375rem;
    font-weight: 500;
    color: #57B3A6;
    border: solid #57B3A6 2px;
    padding: 2px 22px 4px;
    border-radius: 50px;
    letter-spacing: 2px;
}
#top_cnt02 .timeline {
	position: relative;
	padding-top: 19px;
}
#top_cnt02 .timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #909090;
  transform: translateX(-50%);
}
#top_cnt02 .time-block {
	width: 50%;
    padding: 10px 29px;
	position: relative;
    opacity: 0;
    transition: opacity 1s;	
	transition-delay: .3s;
}
#top_cnt02 .time-block.active{
    opacity: 1;	
}
#top_cnt02 .time-block::before{
	content:"";
	background-color: #57B3A6;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	position: absolute;
	top:22px;
}
#top_cnt02 .time-block:nth-child(odd)::before{
	left: -12px;
}
#top_cnt02 .time-block:nth-child(even)::before{
	right: -12px;
}
#top_cnt02 .time-block::after{
	content:"";
	background-color: #57B3A6;
	width: 3px;
	height: 59px;
	position: absolute;
	top:6px;
}
#top_cnt02 .time-block:nth-child(odd)::after{
	left: -1px;
}
#top_cnt02 .time-block:nth-child(even)::after{
	right: -1px;
}
#top_cnt02 .time-block:nth-child(odd){
	margin-left: auto;
	margin-right: 0;
}
#top_cnt02 .time-block .time {
	font-size: 1.6875rem;
	font-weight: 600;
	color: #57B3A6;
	margin-bottom: 2px;
	letter-spacing: 3px;
}
#top_cnt02 .time-block:nth-child(odd) .time {
	text-align: left;
}
#top_cnt02 .time-block:nth-child(even) .time {
	text-align: right;
}
#top_cnt02 .time-block p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
}
#top_cnt02 .time-block:nth-child(odd) p {
	text-align: left;
}
#top_cnt02 .time-block:nth-child(even) p {
	text-align: right;
}
#top_cnt02 .time-block:nth-child(1){
	padding-bottom: 44px;
}
#top_cnt02 .time-block:nth-child(3){
	padding-bottom: 6px;
}
#top_cnt02 .time-block:nth-child(4){
	padding-bottom: 7px;
}

#top_cnt03 {
	padding: 43px 30px 213px;
	background: #FFFDF9;
	text-align: center;
	position: relative;
}
#top_cnt03::before {
    content: "";
    position: absolute;
    background: url(../images/round.svg) center / cover no-repeat;
    width: 100%;
    aspect-ratio: 1366 / 115;
    top: 0;
	left: 0;
    transform: translateY(-99%);
}
#top_cnt03 .ttl-label{
  background: var(--grada_red);
}
#top_cnt03 .flow-steps {
	display: flex;
	justify-content: center;
	gap: 0;
	flex-wrap: wrap;
	margin-top: 27px;
}
#top_cnt03 .step {
  width: 323px;
  height: 323px;
  background: #fff;
  border-radius: 50%;
  padding: 40px 26px;
	transform: translate3d(0, 10%, 0);
	opacity: 0;
	transition: transform 1.8s, opacity 1.5s;
}
#top_cnt03 .flow-steps.active .step{
    transform: translate3d(0, 0, 0);
    opacity: 1;	
}
#top_cnt03 .step01 {
	background: #FFF9E2;
}
#top_cnt03 .step02 {
	background: #FFF0D8;
	border:solid 5px #FFFDF9;
	padding: 35px 21px;
	margin-left: -30px;
	transition-delay: .3s;
}
#top_cnt03 .step03 {
	background: url("../images/step.svg") center / 360px 323px no-repeat;
	width: 360px;
	padding: 40px 26px 40px 63px;
	margin-left: -65px;
	transition-delay:.6s;
}
#top_cnt03 .step-num {
  font-size: 1.125rem;
  color: #F18151;
  font-weight: 900;
}
#top_cnt03 .step-num span {
	font-size: 2.25rem;
	color: #F18151;	
	line-height: 0.8;
	letter-spacing: 1px;
}
#top_cnt03 .step h3 {
	margin-top: 13px;
	margin-bottom: 8px;
	font-size: 1.125rem;
	font-weight: 700;
}
#top_cnt03 .step p {
	font-size: 0.875rem;
	line-height: 1.7;
	width: 227px;
	margin: auto;
}
#top_cnt03 .flow-message {
    font-size: 1.375rem;
    margin: 17px 0 73px;
    letter-spacing: 2.3px;
    padding-left: 2.3px;
}
#top_cnt03 .flow-links {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}
#top_cnt03 .flow-link {
	display: flex;
	align-items: center;
    justify-content: center;
	padding: 18px 40px;
	border: 3px solid #F18151;
	border-radius: 10px;
	text-decoration: none;
	background: #fff;
	max-width: 298px;
	width: 100%;
	height: 95px;
	gap: 10px;
}
#top_cnt03 .flow-link .link{
	content: "";
	position: relative;
	background: url("../images/link.svg") center / 14px 12px no-repeat;
	width: 14px;
	height: 12px;
}

#top_cnt04{
    background: #E0F0E7;
    position: relative;	
	text-align: center;
}
#top_cnt04::before {
    content: "";
    position: absolute;
    background: url(../images/wave2.svg) center / 3040px 78px repeat-x;
    width: 100%;
    height: 78px;
    top: 0;
	left: 0;
    transform: translateY(-100%);
}
#top_cnt04 .section-inner{
    padding: 76px 30px 277px;	
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#top_cnt04 .section-inner::before,
#top_cnt04 .section-inner::after{
    content: "";
    position: absolute;
	z-index: -1;
}
#top_cnt04 .section-inner::before{
    background: url("../images/faq_bg.svg") center / 578px 578px no-repeat;
    width: 578px;
    height: 578px;		
    top: 0;
    right: -170px;	
}
#top_cnt04 .section-inner::after{
    background: url("../images/faq_bg.svg") center / 671px 671px no-repeat;
    width: 671px;
    height: 671px;		
    bottom: 18px;
    left: -225px;
}
#faq_box{
	max-width: 886px;
	margin: 21px auto 0;
}
#faq_box .tab_box{
    background-color: #FFF;	
	margin-bottom: 20px;
	border-radius: 39px;
	box-shadow: 0 0 6px rgba(87, 179, 166, 0.5);
}
#faq_box .tab_box .acdn_ttl {
    width: auto;
    padding: 10px 17px 10px 85px;
    min-height: 78px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 700;
    transition: all 0.3s ease-out;
    position: relative;
	justify-content: space-between;
	line-height: 1.3;
	gap: 10px;
}
#faq_box .tab_box .acdn_ttl::before{
    content: "";
    position: absolute;
    background: url(../images/Q.svg) center / 29px 23px no-repeat;
    width: 29px;
    height: 23px;
    top: 29px;
    left: 43px;	
}
#faq_box .tab_box .acdn_ttl span.btn{
	min-width: 34px;
	min-height: 34px;
	background: linear-gradient(175deg, #6ABC8B, #57B3A6,#52C6B9,#49BEC2);
	border-radius: 50px;
	position: relative;
	right:11px;
	transition: background-color 0.3s ease-out;		
}
#faq_box .tab_box .acdn_ttl.acdn_open span.btn{
	background-color: #909090;	
}
#faq_box .tab_box .acdn_ttl span.btn:before,
#faq_box .tab_box .acdn_ttl span.btn:after{
	content:"";
	position: absolute;	
	background-color: #FFF;
    top: 0;
	bottom: 0;
	left:0;
	right:0;
	margin: auto;
    z-index: 10;
    opacity: 1;
	transition: all 0.3s ease-out;		
}
#faq_box .tab_box .acdn_ttl span.btn:before{
	width: 2px;
	height: 14px;
}
#faq_box .tab_box .acdn_ttl.acdn_open span.btn:before{
	transform: rotate(90deg);
}
#faq_box .tab_box .acdn_ttl span.btn:after{
    width: 14px;
    height: 2px;
}
#faq_box .tab_box .acdn_ttl.acdn_open span.btn:after{
	opacity: 0;
	transform: rotate(90deg);
}
#faq_box .tab_box .acdn_cnt{
	width:auto;
	overflow: hidden;
	padding: 10px 30px 30px;
	border-radius: 0 0 39px 39px;
	display: none;
	text-align: left;
}
#faq_box .tab_box .acdn_cnt p{
	font-size: 1rem;	
}

#top_cnt05{
	background: #FFFDF9;
	position: relative
}
#top_cnt05::before {
    content: "";
    position: absolute;
    background: url(../images/persons.webp) center / 1282px 274px no-repeat;
    width: 1282px;
    height: 274px;
    top: 0;
	left:0;
	right:0;
	margin: auto;
    transform: translateY(-73%);
	z-index: 1;
}
#top_cnt05 .section-inner {
	padding: 126px 30px 350px;	
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1
}
#top_cnt05 .section-inner::before,
#top_cnt05 .section-inner::after{
    content: "";
    position: absolute;
	z-index: -1;
}
#top_cnt05 .section-inner::before{
    background: url("../images/faq_bg2.svg") center / 503px 503px no-repeat;
    width: 503px;
    height: 503px;		
    top: 100px;
    right: -160px;
}
#top_cnt05 .section-inner::after{
    background: url("../images/faq_bg2.svg") center / 444px 444px no-repeat;
    width: 444px;
    height: 444px;		
    top: 340px;
    left: -180px;
}
#top_cnt05 .ttl-label {
    background: var(--grada_red);
}
#top_cnt05 .company-wrap {
	max-width: 1008px;
	margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 51px;
  flex-wrap: wrap;
  margin-top: 30px;
}
#top_cnt05 .company-map {
	max-width: 562px;
	width: 100%;
}
#top_cnt05 .company-map iframe {
  width: 100%;
  aspect-ratio: 281 / 265;
  border-radius: 30px;
  border: none;
}
#top_cnt05 .company-info {
	max-width: 252px;
	width: 100%;
	text-align: left;
	margin-top: 2px;
}
#top_cnt05 .info-sub {
	font-size: 0.875rem;
	font-weight: 500;
}
#top_cnt05 .info-name {
	font-size: 1.75rem;
	font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.2;
}
#top_cnt05 .info-list dt {
  font-weight: 500;
  color: #F18151;
  margin-bottom: 2px;
  font-size: 1rem;
}
#top_cnt05 .info-list dd {
    font-weight: 500;
    margin-bottom: 18px;
    font-size: 0.875rem;
    line-height: 1.75;
}

#top_cnt06 {
	padding: 66px 30px 60px;
	background: #F3F0E6;
	position: relative;
	max-width: 1008px;
	margin: auto;
	border-radius: 35px;
    transform: translate3d(0, 10%, 0);
    opacity: 0;
    transition: transform 1.8s, opacity 1.5s;
}
#top_cnt06.active{
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
#top_cnt06 .contact-inner {
  text-align: center;
}
#top_cnt06 .contact-illust-left {
	position: absolute;
	top: -65px;
    left: 16px;
	width: 215px;
}
#top_cnt06 .contact-illust-left img,
#top_cnt06 .contact-illust-right img {
  width: 100%;
  height: auto;
}
#top_cnt06 .contact-illust-right {
	position: absolute;
    top: -286px;
    right: -10px;
	width: 158px;
}
#top_cnt06 .contact-msg {
    margin-bottom: 19px;
    margin-top: 8px;
}
#top_cnt06 .contact-box {
	max-width: 864px;
	background: #fff;
	border-radius: 30px;
    padding: 31px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: auto;
}
#top_cnt06 .contact-left{
	width: 100%;
    max-width: 408px;
}
#top_cnt06 .contact-right{
    width: 100%;
    max-width: 368px;
}
#top_cnt06 .contact-line {
  width: 1px;
  height: 128px;
  background: #CCC9BD;
}
#top_cnt06 h3 {
	font-size: 1.125rem;
	font-weight: 500;
}
#top_cnt06 .contact-left h3{
	margin-top: 18px;
}
#top_cnt06 .contact-right h3{
	margin-top: 12px;
}
#top_cnt06 .tel {
	font-size: 1.5625rem;
	  font-weight: 700;
	color: #57B3A6;
}
#top_cnt06 .tel span {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #57B3A6;
}
#top_cnt06 .contact-btn {
    font-family: var(--marumaru);
    background: var(--grada_blue);
    color: #fff;
    padding: 10px 31px 10px 35px;
    border-radius: 31px;
    text-decoration: none;
    min-height: 61px;
    max-width: 263px;
    width: 100%;
    display: flex;
    font-weight: 400;
    font-size: 1rem;
    align-items: center;
    justify-content: space-between;
    margin: 8px auto 0;
	position: relative;
	overflow: hidden;
}
.bottom-bg{
    background: url(../images/bottom-bg.svg) center 130px / cover no-repeat;
	background-color: #FFFDF9;
    margin-top: -239px;
    position: relative;
}
.br_pc { display:block; }
.br_sp { display:none; }

/* contact */
/* form */
.contact #cnt01 {
	padding: 150px 20px 92px;
	background: linear-gradient(0deg, #FEF5E6, #FFF0D8, #FEF5E6, #FFFDF9);
}
.contact footer{
	background: var(--grada_red);
}
.contact .ttl-label{
	display: block;
	text-align: center;
	margin: auto;
}
#form > p{
    max-width: fit-content;
	width: 100%;
    margin: 42px auto 0;
    line-height: 1.85;
}
#form span.red{
	color:#B80000;
}
#form table{
	max-width: 945px;
	width: 100%;
	margin: 73px auto 0;
	empty-cells: hide;
	table-layout: inherit;	
}
#form table th,
#form table td{
	padding-bottom: 31px;
}
#form table tr:last-of-type th,
#form table tr:last-of-type td{
	padding-bottom: 18px;
}
#form table th span{
	font-weight: 700;
}
#form table td{
	padding-left: 23px;
	font-size: 0.875rem;
}
#form table tr:first-of-type th{
	font-size: 1rem;
	letter-spacing: 1.7px;
}
#form table th,
#form table th *{
	font-size: 0.875rem;
	text-align: right;
}
#form input[type="radio"]{
  opacity: 0;
  position: absolute;
}
#form .radio{
	padding-left: 40px;
}
#form .radio label span {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    position: relative;
    padding-left: 20px;	
    margin-right: 26px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 1px;
}
#form .radio label span::before {
    content: "";
    display: inline-block;
    width: 14px;
    padding-top: 14px;
    left: -1px;
    border: none;
    position: absolute;
    top: 5px;
	background-color: #FFF;
	border-radius: 50%;
}
#form .radio label input:focus-visible ~ span::before{
	outline: 2px solid #000;
}
#form .radio label span::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
	height: 10px;
	background-color: #222;
	top: 7px;
    left: 1px;
    opacity: 0;
	border-radius: 50%;
}
#form input[type="radio"]:checked + span::after {
    opacity: 1;
}
#form table th.txt_area{
	vertical-align: top;
    padding-top: 14px;
}
#form table th.txt_area,
#form table td.txt_area{
	padding-bottom: 28px;
}
#form input[type="text"],
#form input[type="email"] {
	font-size: 0.875rem;	
    height: 45px;
    padding: 0 18px;
    background-color: #FFF;
	width: 100%;
	border:none;
}
#form input[type="text"]{
    max-width: 334px;	
}
#form .address input[type="text"]{
    max-width: 587px;		
}
#form input[type="email"]{
    max-width: 489px;	
}
#form textarea{
	font-size: 0.875rem;
	border:none;
    padding: 13px 18px;
	width: 100%;
    background-color: #FFF;
	min-height: 222px;
    max-width: 587px;
}
#form table td p a{
	text-decoration: underline;
	margin-left: 23px;
	font-weight: 700;
}
#form input[type="checkbox"]{
  opacity: 0;
  position: absolute;
}
#form .checkbox{
	font-size: 1rem;	
}
#form .checkbox label span {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    position: relative;
    padding-left: 16px;	
	font-size: 1rem;
}
#form .checkbox label span::before {
    content: "";
    display: inline-block;
    width: 21px;
    padding-top: 21px;
    left: 0;
    border: none;
    position: absolute;
    top: 2px;
	background-color: #FFF;
}
#form .checkbox label input:focus-visible ~ span::before{
	outline: 2px solid #000;
}
#form .checkbox label span::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    padding-top: 7px;
	top: 6px;
    left: 4px;
    border-left: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: rotate(-45deg);
    opacity: 0;
}
#form input[type="checkbox"]:checked + span::after {
    opacity: 1;
}
#form .btn_cnt{
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 420px;
}
#form .btn_cnt.center{
    padding-left: 0;	
}
#form .btn_cnt a,
#form .btn_cnt input,
#form .btn_cnt button{
	display: block;
    font-size:1.125rem;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
	padding: 21.5px 10px;
	width: fit-content;
    height: 100%;
    position: relative;
	cursor: pointer;
	border: none;
    border-radius: 51px;
    text-align: center;
    margin: auto;
	line-height: 1;
	min-width: 215px;
	z-index: 1;
	background-color: transparent;
}
#form .btn_cnt > span{
	max-width: fit-content;
	margin:auto;
	overflow: hidden;
	position: relative;
    border-radius: 51px;
    background: var(--grada_red);	
}
#form .btn_cnt > span:after,
#form .btn_cnt a:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #EB6D73;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s;
}
#form .btn_cnt > span:hover:after,
#form .btn_cnt a:hover:after{
	opacity: 1;
}
#form h3{
    font-size: 1.5rem;
	margin: 20px auto;
	text-align: center;
}
#form .btn_cnt a{
    background: var(--grada_red);
	overflow: hidden;
	padding: 16px 10px;
}
#form .btn_cnt a span{
	position: relative;
	z-index: 2;
	color: #FFF;
}
/* free */
.free #cnt02 {
	padding: 150px 20px 92px;
	background: linear-gradient(0deg, #FEF5E6, #FFF0D8, #FEF5E6, #FFFDF9);
}
.free footer{
	background: var(--grada_red);
	padding: 0 30px;
}
.free .ttl-label{
	display: block;
	text-align: center;
	margin: auto;
}
.free #cnt02 .text{
	margin: 30px auto 0 ;
	max-width: 1008px;
}
.free #cnt02 .text p{
	margin-bottom: 10px;
}
.free #cnt02 .text h3{
	margin: 15px 0;	
	color: #F18151;
	font-size: 1.375rem;
}
.free #cnt02 .text a{
	text-decoration: underline;
}
.free #cnt02 .text a:hover{
	text-decoration: none;
	opacity: 0.8;
}

@media print {
header {
    position: relative;
	}	
#main_visual .catchcopy,
#main_visual .desc,
#main_visual .btn-visit,
#top_cnt01 .circle-boxes > div,
#top_cnt01 .info-box,
#top_cnt02 .job-cards > div,
#top_cnt02 .time-block,
#top_cnt03 .step,
#top_cnt06{
	opacity: 1;
	transform: translate3d(0, 0, 0); 
}
}