@charset "euc-jp";
.sp_only {
	display:none;
	}
html {
    scroll-behavior: smooth;
  height: 100%;
}
body {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 16px;
	color: #666666;
	line-height: 22px;
  height: 100%;
}
header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#pr {
	background-color: #ecefff;
	color: #667afe;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
}
a {
	color: #667afe;
	text-decoration: none;
}
nav ul {
	width: 100%;
	height:50px;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content: center;
background: rgb(102,122,254);
background: -moz-linear-gradient(0deg, rgba(102,122,254,1) 0%, rgba(149,163,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(102,122,254,1) 0%, rgba(149,163,255,1) 100%);
background: linear-gradient(0deg, rgba(102,122,254,1) 0%, rgba(149,163,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#667afe",endColorstr="#95a3ff",GradientType=1);
}

nav ul li {
	flex-grow: 1;
	text-align: center;
}

#mail_tel ul {
	list-style:none;
	width: 100%;
	height:30px;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content: center;
}

#mail_tel ul li {
	flex-grow: 1;
	text-align: center;
	border:#667afe solid 1px;
}

#mail_tel ul li a {
	display:block;
}

.hsp10 {
    width: 100%;
    height: 10px;
}
.hsp20 {
    width: 100%;
    height: 20px;
}
.hsp50 {
    width: 100%;
    height: 50px;
}
.hsp100 {
    width: 100%;
    height: 100px;
}
.hsp200 {
    width: 100%;
    height: 200px;
}
.banner {
	margin-left: auto;
	margin-right: auto;
	display:block;
    width: 100%;
    max-width: 780px;
    height: auto;
}
.banner img {
	display:block;
}
.img90 {
    width: 94%;
    max-width: 650px;
    height: auto;
    margin: 0 auto;
    display: block;
}
#wrapper  {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper_white {
    text-align: center;
	background-color: #FFFFFF;
	background-image: url("../images/bg_white.jpg");
	background-position: center top;
}
.wrapper_blue {
	background-color: #FFFFFF;
	background-image: url("../images/bg_blue.jpg");
}
.vh100 {
/*    height: 100%;*/
/*    height: calc( 100% - 100px );*/
    width: 100%;
/*
    display: flex;
    flex-direction: row;
    justify-content: space-between;
*/
    margin: auto;
    position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width:600px) {
.vh100 {
    height: 100%;
}

}

.vh15 {
    height: 100px;
    display: block;
    margin: auto;
    display: flex;
    align-items: center;
    width: 100%;
}
/*
@media screen and (min-width:800px) {
  .vh100 {
    height: 100vh;
    width: auto;
  }
*/
.firstvew_bottom {
  margin-top: auto;
    width: 100%;
}
@media screen and (min-width:600px) {
.firstvew_bottom {
/*
    top: auto;
    bottom: 0;
*/
}
}





.wrapper_white_kv {
    text-align: center;
	background-color: #FFFFFF;
	background-image: url("../images/bg_white.jpg");
	background-position: center top;
}
.kv_pc {
    display: none;
}
.kv {
    height: 481px;
    max-width: 400px;
    margin: auto;
    background-image: url("../images/01_firstview8.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #f1f1ef;
    transition-property:width, height, background-size;
	transition-duration:1s;
}


@media screen and (min-width:600px) and (min-height:730px) {
.kv {
    height: calc(100vh - 170px);
    background-image: none;
   width: auto;
    max-width: 660px;
    transition-property:width, height, background-size;
	transition-duration:1s;
}
.kv_pc {
    display: block;
    height: 100%;
    margin: auto;
}

}

.btn02 {
/*    padding-top: 0.5vh;*/
    list-style: none;
    display: flex;
    margin: auto;
    width: 100%;
    max-width: 650px;
    justify-content: center;
  }
    .btn02 li {
/*    height: 10vh;*/
        aspect-ratio:1/1;
/*        width: 23%;*/
        max-width: 120px;
    }
    .btn02 li a {
        display: block;
        width: 100%;
    }
    .btn02 li a img {
        width: 100%;
    aspect-ratio: 1 / 1 ;
    max-width: 80px;
    max-height: 80px;
    }
@media screen and (min-height:500px) {
    .btn02 li {
        max-width: 100px;
    }
}
@media screen and (min-height:800px) {
    .btn02 li {
        max-width: 130px;
    }
}


.top_contact {
}
.wrapper_contact {
/*    height: 70px;*/
    background-color: #05477e;
    text-align: center;
    padding:0;
}
.contact {
    padding-top: 2px;
    padding-bottom: 5px;
    list-style: none;
    display: flex;
    margin: 0 auto;
    width: 640px;
    max-width: 100%;
    justify-content: space-around;
    flex-wrap: nowrap;
    height: 63px;
  }
    .contact li {
    }
    .contact li a img {
/*        object-fit: cover;*/
    }
.contact_tel {
    aspect-ratio: 25 / 10 ;
    height: 65px;
/*    max-height: 9vh;*/
}
.contact_line, .contact_mail {
    aspect-ratio: 1 / 1 ;
    height: 65px;
}





.form_area {
    text-align: center;
    background-color: #FFFFFF;
    width: 94%;
    max-width: 650px;
    margin: 0 auto;
}
.form_area_title {
    font-size: 1.6em;
    line-height: 1.6em;
}
.form_title {
    background-color: #c0cedb;
    text-align: center;
    font-size: 1.2em;
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    color: #000;
}
.form_title span {
    display: inline-block;
    background-color: #b3312f;
    color: #fff;
    padding: 5px;
}
.form_text_s {
    text-align: center;
    font-size: 1.2em;
}

input[type="text"] {
    width: 94%;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 20px;
}
.input_60 {
    width: 54%!important;
}
.selectbox-mail {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-mail::after {
    position: absolute;
    right: 5px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-mail select {
    appearance: none;
    width: auto;
    min-width: 30%;
    height: 2.8em;
/*    padding: .4em calc(.8em + 30px) .4em .8em;*/
    padding: .4em 20px .4em 0;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
@media screen and (min-width:600px) {
.selectbox-mail select {
    min-width: 30%!important;
}
.input_60 {
    width: 70%!important;
}

}

.radio_btn {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 30%;
}

.radio_btn label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.radio_btn label::before,
.radio_btn label::after {
    border-radius: 50%;
    content: '';
}

.radio_btn label::before {
    width: 18px;
    height: 18px;
    border: 2px solid #dee5eb;
    box-sizing: border-box;
}

.radio_btn label::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #dee5eb;
}

.radio_btn label:has(:checked)::after {
    background-color: #686868;
    animation: anim-radio-2 .3s linear;
}

@keyframes anim-radio-2 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #68686833;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio_btn input {
    display: none;
}
.textbox {
    width: 90%;
    min-height: 100px;
    margin: 0 auto;
    padding: 8px 10px;
    border: 1px solid #969da3;
    border-radius: 3px;
    color: #333;
    font-size: 1em;
    line-height: 1.5;
}

.textbox::placeholder {
    color: #999;
}

.button-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #23a6d1;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-submit:hover {
    background-color: #1396c1;
}



    
    
nav ul li a {
	color:rgba(255,255,255,1.00);
}

#top_main {
	float:left;
	width:700px;
	min-height:700px;
}
#top_side {
	float: right;
	width: 280px;
	min-height: 700px;
	margin-right: 10px;
}
#top_side ul {
	list-style-type: none;
	margin-top:10px;
	width:278px;
	border: 1px solid #7B6817;
}
#top_side ul li {
	background-image: url(../../recruit_new/images/side_icon20.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	line-height: 40px;
	vertical-align: middle;
	border-bottom: 1px solid #7B6817;
}
.top_banner680 {
	margin-left:10px;
	margin-bottom:10px;
}

#top_side ul li:last-child {
	border-bottom: none;
}

#top_side ul li a {
	color: #666666;
}

#top_side ul li a:hover {
	color: #667afe;
}


.clear::after {
  content:"";
  display:table;
  clear:both;
}

.section_title {
	padding-left: 90px;
	background-image: url(../../recruit_new/images/icon_80x80_girl.png);
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 20px;
}

.section_title h2 {
	font-weight: bold;
	font-size: xx-large;
	color: #667afe;
}
.section_title p {
	color: #ff6ae1;
	margin-top: 10px;
	font-weight: bold;
	color:#FFB600;
}

#promise_list {
	list-style-type:none;
}
#promise_list li {
	width: 340px;
	height: 250px;
	position: relative;
	float: left;
	margin-left:10px;
	margin-bottom:10px;
}
#promise_list li img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#promise_list li p {
	width: 330px;
	height: 150px;
	position: absolute;
	top: 60pt;
	left:10px;
	line-height:26px;
}
#footer {
	width:100%;
	height:200px;
	background-color:rgba(102,102,255,0.55);
	text-align:center;
	color:#FFFFFF;
	margin-top:30px;
}
.title690 {
	margin-top:10px;
	margin-left:10px;
}
.banner690 {
	margin-top:10px;
	margin-left:10px;
}
#main {
	float:left;
	width:700px;
	min-height:700px;
}
.text {
	margin-top: 20px;
	margin-left: 10px;
	line-height:36px;
}
.text_red {
	color: #FF5B5E;
}
.text_blue {
	color: #003CFF;
}
.text_pink {
	color: #FF00AE;
}
.text_orange {
	color: #FF9E00;
}
.main_contents   {
	margin-top: 20px;
}


#main .section_title  {
	border-bottom: 1px solid #FF6AE1;
	margin-left: 10px;
}
