@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 (min-width:769px){

.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 -400px left 0px;
	position:relative;
	padding-top:40px;
	
}

header{
	position:relative;
}

h1{
	text-align:center;
	font-weight: 500;
	font-size:80px;
	color:#dd2a51;
	padding:80px 0 80px 0;
	letter-spacing:5px;
	line-height:80%;
	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:32px !important;
	color:#000;
	letter-spacing:0px !important;
	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;
}

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

.box_a{
	width:980px;
	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;
}

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

ul.view{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.view li{
	width:40%;
}

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:60%;
	margin:0 auto;
}

.point .point_box li{
	background:url(../img/icon_point.png) no-repeat;
	background-size:10%;
	padding:20px 0 20px 70px;
	margin:15px 0;
	font-size:24px;
	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:60%;
	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:30px;
	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:15%;
	position:absolute;
	top:-20px;
	left:-50px;
	transform:rotate(-30deg);
}

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

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

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

.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 ul.step_list{
	width:545px;
	margin:0 auto;
}

.step ul.step_list li{
	margin-bottom:30px;
	padding-left:180px;
	height:153px;
	font-size:18px;
	line-height:140%;
}

.step ul.step_list li:last-child{
	margin-bottom:0;
}

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

.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;}

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

.entry_button_on{
	display:block;
	width:50%;
	margin:0 auto;
	padding:15px;
	font-size:20px;
	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:50%;
	margin:0 auto;
	padding:15px;
	font-size:20px;
	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;
	top:220px;
	right:0;
	z-index:997;
	width:15%;
	max-width:300px;
	padding:15px;
	background:#076b68;
	border:1px solid #07d8d2;
	color:#fff;
	border-radius:8px;
}

.navi p{
	text-align:center;
	margin-bottom:20px;
	line-height:140%;
}

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

.b_spacer{
	margin-bottom:15px;
}

.spacer{margin-top:50px;}

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

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

footer .other{
	width:20%;
	min-width:400px;
	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;
	line-height:180%;
}

.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:82%;
	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%;
}

/*CSS END*/
}