@charset "utf-8";
/* CSS Document */
body,
nav,
nav ul{
    width: auto;
	min-width: 320px;
}
header{
	min-width: 320px;
}
header #logo img{
    margin-top: 2px;
	margin-left: -40px;	
	width: 170px;
}
header .header-inner{
	height: 75px;
	flex-direction: column;	
	justify-content: center;
}
nav {
    display: none;
}
#contents3 #lcnt {
	margin-right: 0;
}

.sp_menu_btn {
	display: block;
	position: absolute;
	top: 25px;
	right: 20px;
	width: 42px;
	height: 50px;
	z-index: 999;
}
.sp_menu_btn a {
    display: block;
    font-size: 12px;
    padding: 24px 3px 5px;
    text-align: center;
    text-decoration: none;
    color: #333333;
    position: relative;
}
.sp_menu_btn a:before,
.sp_menu_btn a:after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.6s;
    width: 42px;
}
.sp_menu_btn a:before {
    height: 18px;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sp_menu_btn a:after {
    height: 2px;
    background-color: #333333;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
.sp_menu_btn.active a:before {
    transform: rotate(45deg);
    border: none;
    background: #333333;
    height: 2px;
    top: 10px;
}
.sp_menu_btn.active a:after {
    transform: rotate(135deg);
}
/* Youtube動画 */
.youtube_box {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.youtube_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ヘッダー */
#logo{
	z-index: 999;
    position: relative;
}
header nav{
	position: fixed;
	background-color: rgba(255, 255, 255, 0.8);
   	top: -50%;
    transition: top 0.5s ease-in-out;
}
header.active nav{
   	top:0;
}
header nav ul{
	flex-direction: column;	
	gap:0;
	padding-top: 75px;
}
header nav ul li{
	align-self: auto;
	text-align: center;
	margin-left:0;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px dotted #3F3F3F;
}
header nav ul li:last-child{
	width: auto;
	margin-left: 0;
	padding-top:0;
	padding-bottom:0;
	border-bottom: none;
}
header nav ul li a{
	padding: 0;	
}
header nav ul li:last-child a{
	border-radius: 0;
	justify-content: center;
    gap: 10px;
	font-size: 0.875rem;
}
header nav ul li a:before{
	display: none;
}
/*フッター*/
footer ul {
    padding: 60px 0 28px;
}
footer .footer-box{
	margin: 12px auto 40px;
	padding-left: 0;
	flex-direction: column;
	gap:10px;
}
footer .footer-box .contact-line {
    width: 100%;
    height: 1px;
    background: #FFF;
}
#footer_cnt {
    padding:0;
}

/* コンテンツ */
#contents{
	margin-top: -75px;
}
#main_visual{
	padding: 75px 0 0;
}
#main_visual .hero-inner {
	margin: 0 auto;
	padding: 30px 30px 335px;
    flex-direction: column;
	background-position: right bottom;
	background-size: 371px auto;
}
#main_visual .hero-text {
	width: 100%;
}
#main_visual .catchcopy img{
	width: 100%;
	max-width: fit-content;
}
#main_visual .desc {
  font-size: 1.125rem;
}

h2{
	font-size: 1.5rem;
}
.ttl-label {
	width: 150px;
	padding: 2px 10px 5px 12px;
	font-size: 1rem;
}
/* 01 */
#top_cnt01 {
  padding: 70px 0 50px;
}
#top_cnt01::before{
	transform: translateY(-70%);
}
#top_cnt01 .section-inner{
	overflow: hidden;
}
#top_cnt01 .section-inner::before {
    left: -21px;
    top: 400px;
	background-size: 137.5px 244px;
	width: 137.5px;
	height: 244px;
}
#top_cnt01 .section-inner::after {
    right: -21px;
    top: 410px;
	background-size: 130px 225.5px;	
	width: 130px;
	height: 225.5px;
}
#top_cnt01 .main-copy {
	margin-top: 20px;
    font-size: 1.5rem;
    letter-spacing: 2px;
    padding-left: 2px;
}
#top_cnt01 .sub-copy {
  font-size: 1.125rem;
  margin: 20px 0 40px;
}
#top_cnt01 .circle-boxes {
	justify-content: center;
	margin-bottom: 30px;
}
#top_cnt01 .support-copy {
	font-size: 1rem;
    margin-top: 40px;
}
#top_cnt01 .info-box {
	padding: 40px 30px;
	margin: 40px auto 0;
}
#top_cnt01 .info-box h3 {
	font-size: 1.5rem;
}
#top_cnt01 .info-box p{
	font-size: 0.875rem;
}

/* 02 */
#top_cnt02 {
  padding: calc(100vw * 155 / 1366 + 70px) 30px calc(100vw * 115 / 1366 + 65px);
}

#top_cnt02 .lead-text {
    font-size: 1.125rem;
}
#top_cnt02 .job-cards{
    margin-bottom: 70px;	
	justify-content: center;
}
#top_cnt02 .job-cards > div:nth-child(2),
#top_cnt02 .job-cards > div:nth-child(3),
#top_cnt02 .job-cards > div:nth-child(4){
	transition-delay: 0s;
}
#top_cnt02 .oneday-box {
    padding: 29px 30px 44px;
}
#top_cnt02 .oneday-box::before {
	background-size: 200px 70px;
    width: 200px;
    height: 70px;
}
#top_cnt02 .oneday-inner {
    padding: 70px 15px;
}
#top_cnt02 .oneday-box h3 {
	font-size: 1.5rem;
	margin-bottom: 23px;
}
#top_cnt02 .oneday-box h3::before{
	width: 100%;
	max-width: 200px;
}
#top_cnt02 .oneday-inner::before {
    content: none;
}
#top_cnt02 .oneday-inner::after {
    content: none;
}
#top_cnt02 .oneday-inner .bg::before {
    content: none;
}
#top_cnt02 .oneday-inner .bg::after {
    right: -45px;
    bottom: -30px;
	background-image: url("../images/time_img4.webp");
	background-size: 140.5px 108.5px;			
	width: 140.5px;
	height: 108.5px;
}
#top_cnt02 .oneday-header{
    font-size: 1.125rem;
	width: 100%;
}
#top_cnt02 .timeline {
	position: relative;
	padding-top: 19px;
}
#top_cnt02 .timeline::before {
  left: 30px;
  transform: translateX(0);
}
#top_cnt02 .time-block {
	width: 100%;
	padding: 10px 0 10px 50px;
}
#top_cnt02 .time-block::before{
	width: 18px;
	height: 18px;
	top:20px;
}
#top_cnt02 .time-block:nth-child(odd)::before,
#top_cnt02 .time-block:nth-child(even)::before{
	left: 21px;
}
#top_cnt02 .time-block::after{
    height: 45px;
    top: 7px;
}
#top_cnt02 .time-block:nth-child(odd)::after,
#top_cnt02 .time-block:nth-child(even)::after{
	left: 29px;
}
#top_cnt02 .time-block:nth-child(odd){
	margin-right: auto;
}
#top_cnt02 .time-block .time {
	font-size: 1.375rem;
}
#top_cnt02 .time-block:nth-child(even) .time {
	text-align: left;
}
#top_cnt02 .time-block p {
	font-size: 0.875rem;
}
#top_cnt02 .time-block:nth-child(even) p {
	text-align: left;
}
#top_cnt02 .time-block:nth-child(1){
	padding-bottom: 20px;
}
#top_cnt02 .time-block:nth-child(3){
	padding-bottom: 10px;
}
#top_cnt02 .time-block:nth-child(4){
	padding-bottom: 10px;
}

#top_cnt03 {
	padding: 43px 30px 100px;
}
#top_cnt03 .flow-steps {
	gap: 10px;
    flex-direction: column;
    align-items: center;
}
#top_cnt03 .step {
    width: 260px;
    height: 260px;
	padding: 24px 16px !important;
}
#top_cnt03 .step02 {
	border:0;
	margin-left: 0;
	
}
#top_cnt03 .step03 {
	background: none;
	background-color: #FFE0CC;
	width: 260px;
	margin-left: 0;
}
#top_cnt03 .step h3{
	margin-top: 8px;
}
#top_cnt03 .flow-message {
    font-size: 1.125rem;
    margin: 17px 0 40px;
}

#top_cnt04 .section-inner{
    padding: 70px 30px 200px;	
}
#top_cnt04 .section-inner::before{
    background: url("../images/faq_bg.svg") center / 289px 289px no-repeat;
    width: 289px;
    height: 289px;		
    top: 50px;
    right: -100px;
}
#top_cnt04 .section-inner::after{
    background: url("../images/faq_bg.svg") center / 335.5px 335.5px no-repeat;
    width: 335.5px;
    height: 335.5px;		
	bottom: 30px;
    left: -100px;
}
#faq_box .tab_box .acdn_ttl {
    padding: 10px 17px 10px 70px;
    min-height: 78px;
    font-size: 1rem;
	gap: 20px;
}
#faq_box .tab_box .acdn_ttl::before{
    left: 30px;	
}
#faq_box .tab_box .acdn_ttl.acdn_open span.btn{
	background-color: #909090;	
}
#faq_box .tab_box .acdn_cnt p{
	font-size: 0.875rem;	
}
#top_cnt05::before {
        background: url(../images/persons_sp.webp) center / cover no-repeat;
        width: 100%;
        height: 207px;
        max-width: 426px;
}
#top_cnt05 .section-inner {
	padding: 100px 30px 350px;	
}
#top_cnt05 .section-inner::before{
    background: url("../images/faq_bg2.svg") center / 251.5px 251.5px no-repeat;
    width: 251.5px;
    height: 251.5px;		
    right: -80px;
}
#top_cnt05 .section-inner::after{
    background: url("../images/faq_bg2.svg") center / 222px 222px no-repeat;
    width: 222px;
    height: 222px;		
	top: inherit;
    left: -100px;
    bottom: 350px;
}
#top_cnt05 .company-wrap {
	gap: 30px;
}
#top_cnt05 .info-name {
	font-size: 1.375rem;
    margin-bottom: 15px;
}

#top_cnt06 {
	padding: 80px 30px 60px;
}
#top_cnt06 .contact-illust-left {
	top: -125px;
    left: -30px;
	width: 180px;
}
#top_cnt06 .contact-illust-right {
	position: absolute;
	top: -215px;
    right: -20px;
	width: 130px;
}
#top_cnt06 .contact-line {
  width: 1px;
  height: 128px;
  background: #CCC9BD;
}
#top_cnt06 h3 {
	font-size: 1.125rem;
	font-weight: 500;
}
#top_cnt06 .contact-btn {
	line-height: 1.2;
	gap: 10px;
    padding: 10px 45px 10px 15px;	
}
#top_cnt06 .contact-btn:after {
	min-width: 7px;
	min-height: 7px;
}
.bottom-bg{
    margin-top: -140px;
	padding: 0 30px;
}
.sp_hide{
	display: none;
}
.pc_hide{
	display: block;
}
.br_pc { display:none; }
.br_sp { display:block; }

/* contact */
.contact #cnt01 {
	padding: 120px 30px 92px;
}
.contact footer{
	padding: 0 30px;
}
#form > p{
    margin: 30px auto 0;
	font-size: 0.875rem;
}
/* form */
#form table{
	margin: 50px auto 0;
}
#form table tr{
	display: flex;
	flex-direction: column;
}
#form table th{
	padding-bottom: 10px;
}
#form table td{
	padding-bottom: 25px;	
}
#form table tr:last-of-type th,
#form table tr:last-of-type td{
	padding-bottom: 18px;
}
#form table td{
	padding-left: 0;
}
#form table th,
#form table th *{
	text-align: left;
}
#form table tr:first-of-type th {
	font-size: 0.875rem;
}
#form .radio{
	padding-left: 0;
}
#form .radio label span{
	font-size: 0.875rem;	
}
#form table th.txt_area{
    padding-top: 0;
	padding-bottom: 10px;
}
#form table td.txt_area{
	padding-bottom: 25px;
}
#form .btn_cnt{
    justify-content: center;
    max-width: inherit;
}
/* free */
.free #cnt02 {
	padding: 120px 30px 92px;
}
.free #cnt02 .text h3{
	font-size: 1.125rem;
}
.free #cnt02 .text a{
	word-break: break-all;	
}