

.working-head01{
    background: #000;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    font-size: 4vw;
    color: #fff;
    height: 100%;
}


.working-double-content {
  display: inline-block;
  font-size: 8vw;
  white-space: nowrap;
}

.hito-w1{
 position: relative;
    
    left: 20%;
}


.working1-bg{
    /*background: #ee7c5e;*/
    
    background: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
    color: #fff;
}

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

.working-come-img{
	width: 30%;
	margin: 0 4% 50px 0;
    text-align: center;
}

.working-come-img img{
	width: 100%;
    margin: 0 auto;
}

.working-come-text{
	width: 66%;
	margin: 0 0 50px 0;
    font-size: max(1.5vw,18px);
}


.working-come-name{
    font-size: max(1vw,15px);
    width: fit-content;
    margin: 0 0 -50px 0;
}
.working-come-name p{
    background: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
    padding: 2px 10px;
    margin: 0 0 5px 0;
    display: inline-block;
    text-align: left;
    color: #fff;
    width: 100%;
}
.working-come-name p.name{
    font-size: max(1.5vw,18px);
}


.syokureki{
    text-align: left;
    font-size: max(0.7vw,13px); 
    padding: 0.5vw 0 0 0;
}


.syokureki p{
    font-size: max(1vw,15px); 
    border-bottom: 2px solid #fff;
}




.schedule {
    position: relative;
    font-size: 16px;
}
.schedule::before {
    position: absolute;
    background-color: #deeef7;
    content: "";
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
}

.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.5em;
    width: 5em;
    height: 2em;
    border-radius: 6px;
    background-color: #3388dd;
    color: #fff;
    text-align: center;
}
.schedule_time::before {
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #3388dd;
    content: "";
}
.schedule_time::after {
    position: absolute;
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #3388dd;
    content: "";
}

.schedule_content_title {
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 991.98px) {
    .schedule::before {
        top: 0px;
        left: 9.7em;
        width: 6px;
        height: 100%;
    }
    .schedule li {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .schedule li + li {
        margin-top: 2em;
    }
    .schedule_time::before {
        top: 50%;
        right: 0px;
        transform: translateX(50%) translateY(-50%) rotate(45deg);
    }
    .schedule_time::after {
        top: 50%;
        left: 6em;
        transform: translateY(-50%);
    }
    .schedule_content {
        margin: 0px 0px 0px 5.5em;
        width: calc(100% - 10em);
    }
}
@media screen and (min-width: 992px) {
    .schedule::before {
        top: 5.2em;
        left: 0px;
        transform: translateY(-50%);
        width: 100%;
        height: 5px;
    }
    .schedule ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0px -10px;
    }
    .schedule li {
        margin: 0px 20px;
        width: calc(25% - 40px);
    }
    .schedule_time {
        margin: 0px auto;
    }
    .schedule_time::before {
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%) translateY(50%) rotate(45deg);
    }
    .schedule_time::after {
        top: 3.5em;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .schedule_content {
        margin: 3em 0px 0px;
    }
    .schedule_content_title {
        text-align: center;
    }
    .schedule_content_detail {
        margin-top: 0.5em;
    }
}


/*

.slider .slide img {
  transform: scale(0.5);
  transition: transform .3s;
}
.slider .slick-center img {
  transform: scale(1);
}


.slider .slide .aaa {
    width : -webkit-calc( 100% / 7 );
    width : calc( 100% / 7 );
    height: 300px;
    background: #ddd;
    font-size: 2em;
    overflow: hidden;
  transform: scale(0.5);
  transition: transform .3s;
}

.slider .slick-center .aaa {
  transform: scale(1);
}
*/



.contact-come-box{
    width : -webkit-calc( 80% - 42px );
    width : calc( 80% - 42px );
    padding: 20px;
    border: 1px solid #245e97;
    text-align: center;
    margin: 2em auto;
}
    
.contact-come-t{
	font-weight:bold;
    color: #245e97;
    font-size: 1.5em;
}

.contact-come-h{
    text-align: left;
    font-weight: normal;
}

@media screen and (max-width: 750px) {
.contact-come-box{
    width : -webkit-calc( 100% - 42px );
    width : calc( 100% - 42px );
    padding: 20px;
}
}



.contact-steps {
	margin: 70px auto 100px auto;
	width: 76%;
	max-width: 490px;
}
.contact-steps .steps-inner {
	display: flex;
}
.contact-steps p {
	position: relative;
	font-size: 18px;
	color: #BFBFBF;
}
.contact-steps p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: #BFBFBF;
}
.contact-steps p.current {
	color: #64676E;
}
.contact-steps p.current::before {
	background-color: #0D38C7;
}
.contact-steps p .text {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	text-align: center;
}
.contact-steps .line {
	flex-basis: 0;
	flex-grow: 1;
	border-top: solid 1px #BFBFBF;
}



.contact{
	width:100%;
    max-width: 1200px;
	margin:20px auto 50px auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    
    padding: 0 0;
    font-size: 1em;
}

.contact li{
	float:left;
	display:table-cell;
    padding: 30px 20px;
}


.contact li.contact-t{
	width:180px;
	font-weight:bold;
    color: #245e97;
}

.contact li.contact-h{
    width : -webkit-calc( 100% - 260px );
    width : calc( 100% - 260px );
	font-weight:normal;
    
  position: relative;
}

.contact li.contact-h input,
.contact li.contact-h select{
	font-size:1em;
	margin-top:4px;
	margin-bottom:4px;
}
.contact li.contact-h .contact-l{
    width : 100%;
    display: inline-block;
}


.contact li:nth-child(1),
.contact li:nth-child(2){
    border-top: none;
}

.hissu{
    font-size: 0.7em;
    margin: 0 0 0 0.5em;
    padding: 0.2em 0.4em;
    /*border: 1px solid #245e97;
    border-radius: 100vh;*/
    border-radius: 0.5em;
    background: #E00000;
    color: #fff;
}

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

.contact li.contact-t{
    width : -webkit-calc( 100% - 60px );
    width : calc( 100% - 60px );
    padding: 30px 30px 10px 30px;
}

.contact li.contact-h{
    width : -webkit-calc( 100% - 60px );
    width : calc( 100% - 60px );
    border-top: none;
    padding: 0 30px 30px 30px;
}
    
}




.contact input[type="radio"]{
  -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1.3em;      /* 生成ボタンサイズ */
    width: 1.3em;       /* 生成ボタンサイズ */
    vertical-align: -0.6rem;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    border-radius: 50%;
    background: #DFEBF7;
}
.contact input[type="radio"]:checked:before {
    transform: scale(1);
}
.contact input[type="radio"]:before {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    margin: .25em;
    transform: scale(0);
    transition: all ease-out 250ms;
    background: #FF7A12;
}

/*.content1"*/
.contact label {
    cursor: pointer;
    margin-right: 2em;
}




.contact input[type="text"],.contact select,.contact textarea{
    font-size: 1em;
    font-weight: normal;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #aaa;
   /* border: none;
    background: #DFEBF7;*/
}

input.contact-text01,
textarea.contact-text01{
	width:100%;
  resize: none;
}

input.contact-text02{
	width:100%;
    max-width: 650px;
	/*float:left;
	margin-right:30px;*/
}

input.contact-text03{
	width:15%;
}

input.contact-text04{
	width:50%;
}

.c-mozi01{
	width:25px;
	float:left;
}

.c-mozi02{
	width:180px;
	float:left;
}

.contact-btn{
	text-align:center;
}

.contact-btn01{
	width:40%;
	text-align:center;
	padding:20px 0;
	margin:0 auto;
	color:#fff;
	font-weight:bold;
	border:none;
	border-radius:5px;
	background:#245e97;
	font-size:1.4em;
	cursor:pointer;
}

.contact-btn01:hover{
	color:#fff;
	background: #3683CF;
}

.contact-btn02{
	width:40%;
	text-align:center;
	padding:20px 0;
	margin:0 100px 0 0;
	color:#E60000;
	font-weight:bold;
	border:1px #E60000 solid;
	border-radius:5px;
	background:#fff;
	font-size:1.4em;
	cursor:pointer;
}

.contact-btn02:hover{
	color:#fff;
	background:#E60000;
}

.contact-btn03{
	width:40%;
	text-align:center;
	padding:20px 0;
	margin:0 auto;
	color:#E60000;
	font-weight:bold;
	border:1px #E60000 solid;
	border-radius:5px;
	background:#fff;
	font-size:1.4em;
	cursor:pointer;
}

.contact-btn03:hover{
	color:#fff;
	background:#E60000;
}



a.contact-btn01{
	width:40%;
	text-align:center;
	padding:20px 0;
	margin:30px auto 0 auto;
	color:#fff;
	font-weight:bold;
	border:none;
	border-radius:5px;
	background:#245e97;
	font-size:1.4em;
	cursor:pointer;
    display: block;
}

a.contact-btn01:hover{
	color:#fff;
	background: #3683CF;
}

@media screen and (max-width: 860px) {
	.contact-btn01,
	.contact-btn02,
	.contact-btn03,
	a.contact-btn01{
	width:100%;
	margin:0;
}
}

.CharCounter {
    width: 100%;
    text-align: right;
    line-height: 0;
    font-size: .8em;
}





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


input.contact-text04{
	width:90%;
}
}
