@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/

@media screen and (max-width:768px){

.sp_d{display:none;}

.bg{
	font-family: 'Noto Sans JP', sans-serif;
	-ms-font-feature-settings: "normal";
	font-weight: 300;
	background:url(../img/confetti.png) no-repeat;
	background-size:100%;
	background-position:top -10px left 0px;
	position:relative;
}

header{
	position:relative;
}

h1{
	position:relative;
	z-index:10;
	text-align:center;
	font-weight: 500;
	font-size:78px;
	color:#dd2a51;
	padding:20px 0 30px 0;
	letter-spacing:5px;
	line-height:100%;
	text-shadow:#fff 2px 0px,  #fff -2px 0px,
	    #fff 0px -2px, #fff 0px 2px,
	    #fff 2px 2px , #fff -2px 2px,
	    #fff 2px -2px, #fff -2px -2px,
	    #fff 1px 2px,  #fff -1px 2px,
	    #fff 1px -2px, #fff -1px -2px,
	    #fff 2px 1px,  #fff -2px 1px,
	    #fff 2px -1px, #fff -2px -1px;
	-moz-text-shadow:#fff 2px 0px,  #fff -2px 0px,
	    #fff 0px -2px, #fff 0px 2px,
	    #fff 2px 2px , #fff -2px 2px,
	    #fff 2px -2px, #fff -2px -2px,
	    #fff 1px 2px,  #fff -1px 2px,
	    #fff 1px -2px, #fff -1px -2px,
	    #fff 2px 1px,  #fff -2px 1px,
	    #fff 2px -1px, #fff -2px -1px;
	-ms-text-shadow:#fff 2px 0px,  #fff -2px 0px,
	    #fff 0px -2px, #fff 0px 2px,
	    #fff 2px 2px , #fff -2px 2px,
	    #fff 2px -2px, #fff -2px -2px,
	    #fff 1px 2px,  #fff -1px 2px,
	    #fff 1px -2px, #fff -1px -2px,
	    #fff 2px 1px,  #fff -2px 1px,
	    #fff 2px -1px, #fff -2px -1px;
}

h1 span.small{
	display:block;
	font-size:20px !important;
	color:#000 !important;
	letter-spacing:0px !important;
	margin-bottom:80px;
	text-shadow:#fff 2px 0px,  #fff -2px 0px,
	    #fff 0px -2px, #fff 0px 2px,
	    #fff 2px 2px , #fff -2px 2px,
	    #fff 2px -2px, #fff -2px -2px,
	    #fff 1px 2px,  #fff -1px 2px,
	    #fff 1px -2px, #fff -1px -2px,
	    #fff 2px 1px,  #fff -2px 1px,
	    #fff 2px -1px, #fff -2px -1px;
	-moz-text-shadow:#fff 2px 0px,  #fff -2px 0px,
	    #fff 0px -2px, #fff 0px 2px,
	    #fff 2px 2px , #fff -2px 2px,
	    #fff 2px -2px, #fff -2px -2px,
	    #fff 1px 2px,  #fff -1px 2px,
	    #fff 1px -2px, #fff -1px -2px,
	    #fff 2px 1px,  #fff -2px 1px,
	    #fff 2px -1px, #fff -2px -1px;
	-ms-text-shadow:#fff 2px 0px,  #fff -2px 0px,
	    #fff 0px -2px, #fff 0px 2px,
	    #fff 2px 2px , #fff -2px 2px,
	    #fff 2px -2px, #fff -2px -2px,
	    #fff 1px 2px,  #fff -1px 2px,
	    #fff 1px -2px, #fff -1px -2px,
	    #fff 2px 1px,  #fff -2px 1px,
	    #fff 2px -1px, #fff -2px -1px;
}

h1 span.caught{display:block;}

.left_set{
	position:absolute;
	top:40px;
	left:0px;
	z-index:0;
}
.right_set{
	position:absolute;
	top:40px;
	right:0px;
	z-index:1;
}

.box_a{
	width:98%;
	margin:0 auto;
}

header p{
	font-size:25px;
	text-align:center;
	line-height:140%;
}

span.logo{
	display:block;
	position:fixed;
	top:10px;
	left:10px;
	width:120px;
	padding:20px;
	background:#fff;
	border:1px solid #d3d3d3;
}

span.logo img{
	width:100%;
}

h3{
	font-size:24px;
	margin-bottom:30px;
	font-weight:bold;
}

.clearfix:after{
	content:" "
	clear:both;
	height:0;
}

/* img view SET*/
.img_view{
	width:100%;
	padding:50px 0;
}

ul.view{
	width:100%;
	display: relative;
}

ul.view li{
	width:50%;
	float:left;
}

ul.view li img{
	width:100%;
}

.img_view p.detail_text{
	font-size:18px;
	line-height:160%;
	margin-top:50px;
}


/*job opening*/
.job_opening{
	background:#034343;
	padding:50px 0;
}

.job_opening h3{
	color:#fff;
}

.job_opening .accordion-004 {
    max-width: 90%;
    margin: 0 auto 7px auto;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
	background:#fff;
}

.job_opening .accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.job_opening .accordion-004 summary::-webkit-details-marker {
    display: none;
}

.job_opening .accordion-004 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.job_opening .accordion-004[open] summary::after {
    transform: rotate(225deg);
}

.job_opening .accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
	line-height:140%;
}

.job_opening .accordion-004[open] p {
    transform: none;
    opacity: 1;
}

/* point */
.point{
	width:100%;
	padding:50px 0;
}

.point .point_box{
	width:98%;
	margin:0 auto;
}

.point .point_box li{
	background:url(../img/icon_point.png) no-repeat;
	background-size:15%;
	padding:20px 0 20px 70px;
	margin:15px 0;
	font-size:20px;
	font-weight:500;
}

.point .point_box li:last-child{
	margin-bottom:0;
}

.point .point_box li span.small_t{
	font-size:16px;
}

/* present */
.present{
	width:100%;
	padding:50px 0;
	background:#f5f5f5;

}

.present .pre_list{
	margin-top:80px;
}

.present .pre_list li{
	position:relative;
	width:70%;
	margin:0 auto;
	border:2px solid #ccc;
	border-radius:8px;
	padding:20px;
	background:#fff;
	margin-bottom:80px;
}

.present .pre_list li:last-child{
	margin-bottom:0;
}

.present .pre_list li span{
	display:block;
	text-align:center;
	
}

.present .pre_list li span.pre_title{
	font-size:26px;
	font-weight:500;
	margin-bottom:20px;
}

.present .pre_list li span.syouhin{
	font-size:22px;
	color:#e55415;
}

.present .pre_list li span.kingaku{
	font-size:50px;
	font-weight:500;
	color:#e55415;
	margin-bottom:30px;
}

.present .pre_list li span.notes{
	font-size:14px;
}

.present .pre_list li img{
	display:block;
	width:18%;
	position:absolute;
	top:-20px;
	left:-20px;
	transform:rotate(-30deg);
}


/* step */
.step{
	width:100%;
	padding:50px 0 30px 0;
}

.step .step_box{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.step .step_box li{
	padding:5px;
}

.step .step_box li.list_set{
	width:49%;
}

.step .step_box li span.title{
	display:block;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	letter-spacing:5px;
	margin-bottom:15px;
	padding:10px 0;
}

.step .step_box li .bg_on{
	background:#dd2a51;
}

.step .step_box li .bg_off{
	background:#2ccbdb;
}

.step .step_a{background:url(../img/Web_entry.png) no-repeat;}
.step .step_b{background:url(../img/calender.png) no-repeat;}
.step .step_c{background:url(../img/Web_mensetu.png) no-repeat;}
.step .step_d{background:url(../img/Web_setumei.png) no-repeat;}
.step .step_e{background:url(../img/On_site_genchi.png) no-repeat;}
.step .step_f{background:url(../img/On_site_ichiji.png) no-repeat;}

.step .step_list li{
	background-size:20%;
	background-position:top 15px left;
	height:130px;
	padding-left:50px;
	font-size:16px;
}

.step .step_list li span{
	display:block;
	padding:10px 0 10px 0;
	font-size:20px;
	font-weight:bold;
}

.entry{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.entry_button_on{
	display:block;
	width:55%;
	margin:0 auto;
	padding:15px;
	font-size:18px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background:#dd2a51;
	border:2px solid #fc5681;
	border-radius:8px;
	box-shadow:2px 2px 3px #3d0c19;
}

.entry_button_off{
	display:block;
	width:55%;
	margin:0 auto;
	padding:15px;
	font-size:18px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background:#2ccbdb;
	border:2px solid #67edf4;
	border-radius:8px;
	box-shadow:2px 2px 3px #3d0c19;
}

.navi{
	display:block;
	position:fixed;
	bottom:0;
	z-index:997;
	text-align:center;
	width:100%;
	padding:15px 0;
	background:#076b68;
	border:1px solid #07d8d2;
	color:#fff;
}

.navi p{
	margin-bottom:15px;
}

.navi .sp_trance{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navi .sp_trance li{
	width:48%;
}

.navi .button_set{
	width:80%;
	font-size:14px;
	line-height:140%;
}

.spacer{margin-top:50px;}

footer{
	clear:both;
	padding:30px 0 180px 0;
	background:#034343;
}

footer span{
	display:block;
	text-align:center;
	color:#fff;
	font-size:12px;
	padding-bottom:20px;
}

footer .other{
	width:92%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 auto;
}

footer .other li a{
	font-size:16px;
	color:#fff;
	text-decoration:none;
}

/* other page START*/
.other_page{
	border-top:30px solid #034343;
}

.other_page h1{
	font-size:24px;
	color:#000;
}

.other_page .riyou{
	margin-bottom:40px;
}

.other_page .riyou dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

.other_page .riyou dd{
	font-size:18px;
	margin-bottom:30px;
	line-height:140%;
}

/*privacy*/
.other_page .privacy{
	margin-bottom:40px;
}

.other_page .privacy h2{
	font-size:20px;
	margin-bottom:10px;
}

.other_page .privacy p{
	margin-bottom:30px;
}

.other_page .privacy li{
	margin-bottom:10px;
}

.other_page .privacy dl{
	padding:5px 0;
}

.other_page .privacy dt{
	font-size:20px;
	margin-bottom:20px;
}

.other_page .privacy dd{
	margin-bottom:15px;
}

.other_page .privacy dd:last-child{
	margin-bottom:0;
}

/*company*/

.other_page .company .sum_box{
	border-collapse:collapse;
	border-spacing:0;
	width:98%;
	margin:0 auto 40px auto;
}

.other_page .company .sum_box th,td{
	border:1px solid #eee;
	padding:10px 0 10px 10px;
	font-size:16px;
}

.other_page .company .sum_box th{
	background:#eee;
	text-align:left;
	font-weight:400;
	width:30%;
}

.other_page .company .sum_box td{
	width::70%;
	line-height:160%;
}
}/*max-width:768px*/

@media screen and (max-width:390px){

h1 span.small{
	font-size:18px !important;
}

.navi .button_set{
	width:80%;
	font-size:13px;
	line-height:140%;
}

}/*max-width:390px*/
/*CSS END*/